Advertisement
Guest User

Neoboard redirect

a guest
Jan 22nd, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. // ==UserScript==
  2. // @name Neoboard redirect
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.1
  5. // @description try to take over the world!
  6. // @author You
  7. // @match http://www.neopets.com/neoboards/boardlist.phtml?board=4
  8. // @grant none
  9. // ==/UserScript==
  10.  
  11. (function() {
  12. 'use strict';
  13.  
  14. window.location = "http://www.neopets.com/neoboards/create_topic.phtml?board=4&lang=en";
  15. })();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement