// ==UserScript== // @name old.reddit.com login form redirection fix // @namespace http://tampermonkey.net/ // @version 1.2 // @description Adds a login form to the top right of old reddit and preserves the current page after login. // @match https://old.reddit.com/* // @license MIT // @grant none // @downloadURL https://update.greasyfork.icu/scripts/494004/oldredditcom%20login%20form%20redirection%20fix.user.js // @updateURL https://update.greasyfork.icu/scripts/494004/oldredditcom%20login%20form%20redirection%20fix.meta.js // ==/UserScript== (function() { 'use strict'; // Check if an element with class "logout" exists if (document.querySelector('.logout') === null) { // Capture the current URL const currentURL = window.location.href; // Prepare the HTML form const formHTML = `