Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

搜尋 Mozilla 技術支援網站

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

了解更多

How to edit bookmarks.

I am trying to create a zotero.org booklet. I have it saved in bookmarks as: “javascript:var%20d=document,s=d.createelement('script');s.src='https://www.zotero.org/bookmarklet/loader.js';(d.body?d.body:d.documentelement).appendchild(s);void(0);”. However, everytime I try to use it my prime search engine tries to search it enstead of exercuting the java code. How do I turn OFF auto search?

I am trying to create a zotero.org booklet. I have it saved in bookmarks as: “javascript:var%20d=document,s=d.createelement('script');s.src='https://www.zotero.org/bookmarklet/loader.js';(d.body?d.body:d.documentelement).appendchild(s);void(0);”. However, everytime I try to use it my prime search engine tries to search it enstead of exercuting the java code. How do I turn OFF auto search?

所有回覆 (1)

The java is correctly: javascript:var%20d=document,s=d.createElement('script');s.src='https://www.zotero.org/bookmarklet/loader.js';(d.body?d.body:d.documentElement).appendChild(s);void(0);