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.
추신 : 레코드와 한 번의 레딧에 대해 무거웠습니다.