Tampermonkey ๐Ÿต for next time the misc breaks ๐Ÿค” (srs)

Header: โฌ†๏ธ
Code:Code:// ==UserScript==
// @name RIP misc
// @match https://forum.obnoxiousbrutes.com/printthread.php*
// @match https://forum.obnoxiousbrutes.com/showthread.php*
// ==/UserScript==// ==UserScript==
// @name RIP misc
// @match https://forum.obnoxiousbrutes.com/printthread.php*
// @match https://forum.obnoxiousbrutes.com/showthread.php*
// ==/UserScript==Body: โฌ‡๏ธ
Code:Code:const redirect = pathName => {
window.location.pathname = `/${pathName}.php`;
}

if (window.location.pathname === '/showthread.php') {
redirect('printthread')
} else {
window.onload = () => {
const button = document.createElement('button')
button.innerText = 'reply'
button.onclick = () => redirect('newreply')
document.getElementById('pagetitle').appendChild(button)
};
}const redirect = pathName => {
window.location.pathname = `/${pathName}.php`;
}

if (window.location.pathname === '/showthread.php') {
redirect('printthread')
} else {
window.onload = () => {
const button = document.createElement('button')
button.innerText = 'reply'
button.onclick = () => redirect('newreply')
document.getElementById('pagetitle').appendChild(button)
};
}
Israeli Jew Crew ๐Ÿ‡ฎ๐Ÿ‡ฑโœก๏ธ๐Ÿ‘
Emoji Crew ๐Ÿ˜„
Rot Crew ๐Ÿ˜ตโ€๐Ÿ’ซ

If you have to resort to commenting on my emojis ๐Ÿค” then you already lost ๐Ÿ˜‚๐Ÿ‘