NEVER use untrusted bookmarklet!
In Firefox bookmarklets are executed as author's script.
But should be executed as user's scripts (with higher pivileges).
This why it's impossible to execute bookmarklets on website that use a strict CSP.
This extension execute bookmarklets as content script (privileged context). This allow to make cross-origin requests, write to the clipboard, communicate with addons, etc.
Note: CSP still applied on subresources (dependencies). That means with a super strict CSP "none", you can't use other scripts, styles nor medias
More informations on Github page
- License: MIT License
- Weekly downloads: 9
- Average daily users: 278
- Rating: 4.6875/5 of 16 ratings
- Created: 2017-03-11 22:52:05
- Last updated: 2018-02-04 20:50:08
- Homepage: https://github.com/mems/bookmarklets-context-menu
- Support site and email
- Orig: https://addons.mozilla.org/en-US/firefox/addon/bookmarklets-context-menu/
- API: {8d2a1b8a-2ff6-4bde-aae4-4a9dd54b7e66}