visited_dynasty

Short and dumb userscript for highlighting visited links on Dynasty-scans.com. Nothing else.

  1. // ==UserScript==
  2. // @name visited_dynasty
  3. // @namespace vd
  4. // @include http://dynasty-scans.com/*
  5. // @version 1
  6. // @grant GM_addStyle
  7. // @description:en Short and dumb userscript for highlighting visited links on Dynasty-scans.com. Nothing else.
  8. // @description Short and dumb userscript for highlighting visited links on Dynasty-scans.com. Nothing else.
  9. // ==/UserScript==
  10. GM_addStyle('a:visited {color:#7F00FF;}');
  11. GM_addStyle('.mblink:visited, a:visited {color:#7F00FF;}');