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

Javascript interpretation in the URL box doesn't work any more.

  • 2 回覆
  • 9 有這個問題
  • 8 次檢視
  • 最近回覆由 cor-el

more options

Firefox was updated on my computer yesterday, 8/18/11. The feature that permitted Javascript be copied into the URL-finding box and run no longer works.

I notice the error on http://www.ironsudoku.com/. The following Javascript is supposed to put little green numbers into the empty cells:

javascript: void((function() { if(window) { var js=document.createElement("SCRIPT"); js.src="http://www.brittlefish.com/code/isie.js"; document.getElementsByTagName("HEAD")[0].appendChild(js); setTimeout(fn=function() { try { gautofill(); } catch(e) { setTimeout( "fn()", 10 ); } } , 1 ); } } )())

It doesn't work since the Firefox update. Other people have remarked on the same issue.

Firefox was updated on my computer yesterday, 8/18/11. The feature that permitted Javascript be copied into the URL-finding box and run no longer works. I notice the error on http://www.ironsudoku.com/. The following Javascript is supposed to put little green numbers into the empty cells: <pre><nowiki>javascript: void((function() { if(window) { var js=document.createElement("SCRIPT"); js.src="http://www.brittlefish.com/code/isie.js"; document.getElementsByTagName("HEAD")[0].appendChild(js); setTimeout(fn=function() { try { gautofill(); } catch(e) { setTimeout( "fn()", 10 ); } } , 1 ); } } )())</nowiki></pre> It doesn't work since the Firefox update. Other people have remarked on the same issue.

由 cor-el 於 修改

所有回覆 (2)

more options

This was an intentional change to prevent some attacks that tricked users into pasting malicious JavaScript into the address bar: https://bugzilla.mozilla.org/show_bug.cgi?id=656433

You can still run JavaScript snippets by pasting them in the built-in Web Console.

more options

I think that it should also be working as a (keyword) bookmark with the JavaScript set as the location.