Kohi's Custom HF Header

Adds various forums to the HF heading.

  1. // ==UserScript==
  2. // @name Kohi's Custom HF Header
  3. // @namespace http://use.i.E.your.homepage/
  4. // @version 1.0
  5. // @description Adds various forums to the HF heading.
  6. // @match http://*/*
  7. // @copyright 2015+, You
  8. // ==/UserScript==
  9. var regex = /\(Unread(.*?)\)/;
  10. var revised = "(Unread $1) | <a href='forumdisplay.php?fid=25'>Lounge</a> | </a> | <a href='forumdisplay.php?fid=4'>Beginner Hacking</a> | <a href='forumdisplay.php?fid=52'>Groups</a> | <a href='forumdisplay.php?fid=232'>SST</a> | <a href='forumdisplay.php?fid=44'>Buyers Bay</a> |";