Guest User

Untitled

a guest
Jul 21st, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. // ==UserScript==
  2. // @name GM_test_01
  3. // @description GM test 01
  4. // @include *
  5. // ==/UserScript==
  6.  
  7. window.FOO = "BAR";
  8. if (this.sharedObject)
  9. sharedObject.FOO = "SHARED BAR";
Add Comment
Please, Sign In to add comment