Mozilla Support में खोजें

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

  • कोई प्रतियुत्तर नहीं
  • 0 यह समस्या है
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.