RF ticker

is a ticker

  1. // ==UserScript==
  2. // @name RF ticker
  3. // @namespace namerspacer
  4. // @include https://raidforums.com/index.php
  5. // @version 1
  6. // @grant none
  7. // @description is a ticker
  8. // ==/UserScript==
  9. window.addEventListener('load', function () {
  10. clearTimeout(ticker);
  11. }, false);
  12. document.body.innerHTML = document.body.innerHTML.replace('Refreshing WebPage In','Timer frozen at: ');