Update fix-orthodox-history-layout/fix_orthodox_history_layout.user.js

This commit is contained in:
Seraphim R. Pardee 2024-10-17 13:29:14 -04:00
parent 9557fa74e6
commit 3c56d1363b

View File

@ -1,8 +1,9 @@
// ==UserScript== // ==UserScript==
// @name Fix Orthodox History Layout // @name Fix Orthodox History Layout
// @version 2024-10-17 // @version 2024.10.17
// @description Get rid of their dumb ad sidebar and make the content width normal again. // @description Get rid of their dumb ad sidebar and make the content width normal again.
// @author Rdr. Seraphim Pardee // @author Rdr. Seraphim Pardee (srp)
// @license Unlicense; https://opensource.org/license/unlicense
// @namespace https://git.hl.srp.life/srp/userscripts // @namespace https://git.hl.srp.life/srp/userscripts
// @homepageURL https://git.hl.srp.life/srp/userscripts // @homepageURL https://git.hl.srp.life/srp/userscripts
// @supportURL https://git.hl.srp.life/srp/userscripts/issues // @supportURL https://git.hl.srp.life/srp/userscripts/issues
@ -10,6 +11,7 @@
// @updateURL https://git.hl.srp.life/srp/userscripts/raw/branch/main/fix-orthodox-history-layout/fix_orthodox_history_layout.meta.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/* // @match https://orthodoxhistory.org/*
// @icon data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>☦️</text></svg> // @icon data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>☦️</text></svg>
// @run-at document-start
// @grant none // @grant none
// ==/UserScript== // ==/UserScript==