另一个坏消息是,由于Mozilla进行了另一项更改,因此现在它不能与Firefox-v70一起使用。
您可能会猜到,显然文件“ 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曾经很高兴。