Last active
August 29, 2015 13:57
-
-
Save ggirou/9408803 to your computer and use it in GitHub Desktop.
Easy bookmarklet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
include('https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.7.0/underscore-min.js'); | |
window.alert('Yeah!!!'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Getting started
Create a bookmarklet with the following link content:
Click on it, you should see "Yeah!!!".
Customize your bookmarklet
Change the
url
value to your own script hosted on Gist or anywhere else.Limits
Content-Security-Policy
, so you can't use your bookmarklet (e.g. GitHub).