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!

Caută ajutor

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Change about:blank title to blank

  • Niciun răspuns
  • 0 au această 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.