Advertisement
Guest User

Untitled

a guest
Mar 25th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. // ==UserScript==
  2. // @name Experiment! by SHLUMMIE!
  3. // @namespace null
  4. // @description Experiment! by SHLUMMIE!
  5. // @include https://www.playinitium.com/*
  6. // @version 1
  7. // @grant none
  8. // ==/UserScript==
  9. function experiment() {
  10. doExperiment(null);
  11. setTimeout(experiment, 4000);
  12. closepopupMessage();
  13. }
  14. experiment();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement