diff --git a/fix-orthodox-history-layout/fix_orthodox_history_layout.meta.js b/fix-orthodox-history-layout/fix_orthodox_history_layout.meta.js new file mode 100644 index 0000000..f868a26 --- /dev/null +++ b/fix-orthodox-history-layout/fix_orthodox_history_layout.meta.js @@ -0,0 +1,16 @@ +// ==UserScript== +// @name Fix Orthodox History Layout +// @version 2024.10.17 +// @description Get rid of their dumb ad sidebar and make the content width normal again. +// @author Rdr. Seraphim Pardee (srp) +// @license Unlicense; https://opensource.org/license/unlicense +// @namespace https://git.hl.srp.life/srp/userscripts +// @homepageURL https://git.hl.srp.life/srp/userscripts +// @supportURL https://git.hl.srp.life/srp/userscripts/issues +// @downloadURL https://git.hl.srp.life/srp/userscripts/raw/branch/main/fix-orthodox-history-layout/fix_orthodox_history_layout.user.js +// @updateURL https://git.hl.srp.life/srp/userscripts/raw/branch/main/fix-orthodox-history-layout/fix_orthodox_history_layout.meta.js +// @match https://orthodoxhistory.org/* +// @icon data:image/svg+xml,☦️ +// @run-at document-start +// @grant none +// ==/UserScript== \ No newline at end of file