Advertisement
thetenfold

Untitled

Dec 4th, 2013
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // ==UserScript==
  2. // @name          %name%
  3. // @namespace     %namespace%
  4. // @description   %description%
  5. // @include       %include%
  6. // @exclude       %exclude%
  7. // @copyright     JoeSimmons
  8. // @version       1.0.0
  9. // @license       GPL version 3 or any later version; http://www.gnu.org/copyleft/gpl.html
  10. // @downloadURL   http://userscripts.org/scripts/source/xxx.user.js
  11. // @updateURL     http://userscripts.org/scripts/source/xxx.meta.js
  12. // @grant         GM_addStyle
  13. // ==/UserScript==
  14.  
  15. +function () {
  16.     // CODE
  17. }();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement