Date: April 14th, 2023 11:35 PM
Author: diverse business firm
This extension is to return megathor to his rightful place on the main forum all year long.
To use:
1) Download and install the Tampermonkey plugin for your browser. This works with any browser: https://www.tampermonkey.net/
2) Create a new script (select the extension in your browser and choose "Create a new script...") and paste in the contents below. Then save:
// ==UserScript==
// @name MegathorForever
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Restore megathor.
// @match *://xoxohth.com/main.php*
// @match *://xoxohth.com
// @match *://autoadmit.com/main.php*
// @match *://autoadmit.com
// @icon http://xoxohth.com/favicon.ico
// @grant none
// ==/UserScript==
(function() {
'use strict';
const megathorURI = "/imgs/autoadmitlogocondor.jpg"
const autoadmitlogoURI = "/imgs/autoadmitlogo.jpg"
document.body.innerHTML = document.body.outerHTML.replace(autoadmitlogoURI, megathorURI);
})();
3) Navigate to xoxohth.com
(http://www.autoadmit.com/thread.php?thread_id=5324826&forum_id=2#46187956)