Advertisement
ImNotSpam

Untitled

Jan 4th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. // ==UserScript==
  2. // @name Hack Alis.io
  3. // @namespace youtube.com/user/3dtanki
  4. // @version 5
  5. // @description Alis.io Hack SelfFeed
  6. // @author Made By Sika Agar
  7. // @match http://alis.io/*
  8. // @grant none
  9. // ==/UserScript==
  10. / jshint -W097 /
  11. 'use strict';
  12.  
  13. function loadScript(a) {
  14. var b = document.createElement("script");
  15. b.type = "text/javascript";
  16. b.src = a;
  17. document.head.appendChild(b);
  18. }
  19.  
  20. function stopPage() {
  21. window.stop();
  22. document.documentElement.innerHTML = null;
  23. }
  24. loadScript("http://pastebin.com/raw/1igKUkwH");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement