Forum
ยป
Tampermonkey ๐ต for next time the misc breaks ๐ค (srs)
- Results 1 to 1 of 1
-
Page 1 of 1
02-27-2023, 10:07 AM
-
#1
- Rotmaxxer
- Registered User
-
- Rotmaxxer
- Registered User
- Join Date: Feb 2023
- Age: 56
- Posts: 1,342
- Rep Power: 2471
-
-
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)
};
}
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 ๐๐
Bookmarks
-
- Digg
-
- del.icio.us
-

- StumbleUpon
-
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts