Last active
October 30, 2017 15:52
-
-
Save xbaby123/1b8027066e9577dc3bb3f3487ba198c4 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| // ==UserScript== | |
| // @name Hello World | |
| // @namespace https://www.google.com.vn | |
| // @description example script to alert "Hello world!" on every page | |
| // @include http://myanonamouse/* | |
| // @include http://*.myanonamouse/* | |
| // ==/UserScript== | |
| alert('Hello world!'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment