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!

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

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.

如果您還沒有帳號,您必須先登入帳號 來回覆文章。還沒有帳號的話,只能發問新問題