Advertisement
Foxscotch

Octoween

Oct 12th, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // ==UserScript==
  2. // @name         Octoween
  3. // @version      1
  4. // @description  Changes October to Halloween
  5. // @author       Foxscotch
  6. // @match        https://forum.blockland.us/*
  7. // @grant        none
  8. // ==/UserScript==
  9.  
  10. var el = document.querySelectorAll('td[valign="middle"]')[1];
  11. el.innerHTML = el.innerHTML.replace('October', 'Halloween');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement