Title Rethingifier

Rethingifies page titles

As of 2016-08-20. See the latest version.

// ==UserScript==
// @name        Title Rethingifier
// @namespace   Alice Cheshire
// @description Rethingifies page titles
// @include     http://dynasty-scans.com/*
// @version     1
// @grant       none
// @run-at document-end
// ==/UserScript==

document.title = document.title.replace(/Dynasty Reader »(.+)/, "$1 | Dynasty Reader");