Title Rethingifier

Rethingifies page titles

  1. // ==UserScript==
  2. // @name Title Rethingifier
  3. // @namespace Alice Cheshire
  4. // @description Rethingifies page titles
  5. // @include http://dynasty-scans.com/*
  6. // @include https://dynasty-scans.com/*
  7. // @version 1.1
  8. // @grant none
  9. // @run-at document-end
  10. // ==/UserScript==
  11.  
  12. document.title = document.title.replace(/Dynasty Reader »(.+)/, "$1 | Dynasty Reader");