Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

How to find all the threads to necrodub

Name: Anonymous 2016-07-11 6:55

1. navigate to http://bbs.progrider.org/prog/all

2. open the JavaShit console

3. paste this and hit <RET>
(function() {
var postNums = document.querySelectorAll('#threadlist > div > table > tbody > tr > td:nth-child(3)')
var threadLinks = document.querySelectorAll('#threadlist > div > table > tbody > tr > td:nth-child(2) > a')
var isAlmostDubs = function(num) { if (((num+1)%100)%11 == 0) { return true } else { return false } }
postNums.forEach(function(num, idx) {
if (isAlmostDubs(parseInt(num.innerText))) {
var almostDubThread = document.createElement('div')
almostDubThread.appendChild(threadLinks[idx])
document.body.insertBefore(almostDubThread, document.body.firstChild)
}
})
})()


Happy spamming :-D

Name: Anonymous 2016-07-11 7:22

v2, now with GET prediction

also a GIF of proper usage (so that this is accessible to our imageboard guests):
http://i.imgur.com/5kUN5ft.gif

(function() {
var postNums = document.querySelectorAll('#threadlist > div > table > tbody > tr > td:nth-child(3)')
var threadLinks = document.querySelectorAll('#threadlist > div > table > tbody > tr > td:nth-child(2) > a')
var isAlmostDubs = function(num) { if (((num+1)%100)%11 == 0) { return true } else { return false } }
postNums.forEach(function(postNum, idx) {
var num = parseInt(postNum.innerText)
if (isAlmostDubs(num)) {
var almostDubThread = document.createElement('div')
almostDubThread.appendChild(threadLinks[idx])
var wouldGET = document.createElement('span')
wouldGET.setAttribute('style', 'padding: 0 0 0 1em')
wouldGET.innerText = (num + 1).toString() + ' GET'
almostDubThread.appendChild(wouldGET)
document.body.insertBefore(almostDubThread, document.body.firstChild)
}
})
})()

Name: Anonymous 2016-07-11 8:52

F

Name: Anonymous 2016-07-11 18:04

A

Name: Anonymous 2016-07-11 18:07

M

Name: Wormchow 2016-07-11 19:24

Name: Anonymous 2016-07-12 21:18

bampu pantsu

Name: Anonymous 2016-07-13 0:11

Wow Ethan great job keep it up proud of you

Name: Anonymous 2016-07-13 7:23

>>2
That gif was beautiful.

Don't change these.
Name: Email:
Entire Thread Thread List