Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Pretraži podršku

Izbjegni prevare podrške. Nikad te nećemo tražiti da nas nazoveš, da nam pošalješ telefonski broj ili da podijeliš osobne podatke. Prijavi sumnjive radnje pomoću opcije „Prijavi zlouporabu”.

Learn More

Change about:blank title to blank

  • Nema odgovora
  • 0 ima ovaj problem
more options

In an earlier version I set it up so that opening a tab opened about:blank and the title was blank via a simple Greasemonkey script:


// ==UserScript== // @name blank // @grant none // @include about:blank // ==/UserScript==


document.title = "\u2800";



Now not only did Firefox restrict what could be set on opening a blank tab, (which required me to install an add-on), the Greasemonkey script doesn't work on about:blank anymore.

In an earlier version I set it up so that opening a tab opened about:blank and the title was blank via a simple Greasemonkey script: // ==UserScript== // @name blank // @grant none // @include about:blank // ==/UserScript== document.title = "\u2800"; Now not only did Firefox restrict what could be set on opening a blank tab, (which required me to install an add-on), the Greasemonkey script doesn't work on about:blank anymore.

You must log in to your account to reply to posts. Please start a new question, if you do not have an account yet.