Greasy Fork is available in English.

Make Bookmarklets from Javascript URLs

When it sees a link to a userscript or general Javascript URL, adds a Bookmarklet besides it, which you can drag to your toolbar to load the script when you next need it (running outside Greasemonkey of course).

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください。
作者
joeytwiddle
1日のインストール数
0
累計インストール数
236
評価
13 0 0
バージョン
1.2.8
作成日
2015/01/24
更新日
2023/02/05
ライセンス
不明
対象サイト
すべてのサイト

How to use?

You should see "Live Bookmarklet" and "Static Bookmarklet" next to the "Install this script" button.

  • Static Bookmarklet is recommended for most users. It fetches and compiles the latest script into a bookmarklet. This should work on all domains.

  • Live Bookmarklet is better for developers. It will try to load the latest version of the script. But it may suffer from cross-domain security restrictions.

If you can, drag the Live or Static link into your bookmarks or bookmarks bar.

If not, create it manually:

  1. Copy the Live or Static link to your clipboard
  2. Create a new bookmark, and paste the address. (The address will start with javascript:)

Finally, to use the bookmarklet, just click on the bookmark you created!

TODO: The URL for the fallbackgmapi polyfill is dead. I need to fix that!