Mozillaが別の変更を加えたため、Firefox-v70では動作しなくなったもう1つの小さな悪いニュース。
おそらく推測できるように、ファイル " userContent.css "ではこの問題を修正できないようです... " userChrome.css " ファイルでも別の解決策を見つけることができませんでしたが、少なくとも再開する:
lockPref("toolkit.legacyUserProfileCustomizations.stylesheets",true);
## How to remove the button close on every tabs ?
## Just recopy this example inside the "userChrome.css"
@-moz-document url(chrome://browser/content/browser.xhtml)
{
.tab-close-button {display:none !important;}
}
私がこの解決策を見つけたので、@ 0x7c0に感謝します。
lockPref("network.protocol-handler.external.mailto",false);
## At this moment, the notification has vanished on the new website of Tutanota.
## Which can be reach only at this new adress : "https://mail.tutanota.com/login"
## That's right, now the previous adress : "https://app.tutanota.com/#login" doesn't seem to exist (at all).
## I will assume Tutanota has probably made the choice to remove it.
PS:記録のために、かつてはredditは大変でした。