Anonymous ID: 3cb49d July 29, 2018, 4:31 p.m. No.2345192   🗄️.is 🔗kun   >>5215 >>5247 >>5270 >>5321 >>5373

>>2345068 <previous>

Here is the script for goreshill.

 

First, here is the you/Q highlighter…. copy/paste to user javascript under options.

 

https://pastebin.com/0VxEdhDW

 

If ALL you want is the nope button then copy and paste this in the same spot.

 

var imageBlacklist = [] ;

function loadImageBlacklist() { JSON.parse(localStorage.imageBlacklist || "[]").forEach(addToImageBlaclist); }

function saveImageBlacklist() { localStorage.imageBlacklist = JSON.stringify(imageBlacklist); }

function addToImageBlaclist(md5) { if (md5 && -1 === imageBlacklist.indexOf(md5)) imageBlacklist.push(md5); }

function blacklistPostImages(post) { $(post).find('img.post-image').each(function (i, el) { var md5 = el.getAttribute('data-md5'); addToImageBlaclist(md5); el.remove(); }); }

function removeBlacklistedImages() { var removed = 0; $('img.post-image').each(function (i, el) { if (-1 !== imageBlacklist.indexOf(el.getAttribute('data-md5'))) { el.remove(); removed += 1; } }); return removed; }

function onNopeClicked(event) { event.preventDefault(); event.stopPropagation(); loadImageBlacklist(); var post = $(event.target).closest('.post'); blacklistPostImages(post); removeBlacklistedImages(); saveImageBlacklist(); }

function addNopeButtons() { $('.post').each(function(i, post) { if ($(post).find('.nope').length === 0) { $(post).prepend("<input type='button' class='nope' onClick='onNopeClicked(event)' value='Nope'></input>"); } }) }

 

setInterval(function () { loadImageBlacklist(); removeBlacklistedImages(); addNopeButtons(); }, 500);

Anonymous ID: 3cb49d July 29, 2018, 4:37 p.m. No.2345260   🗄️.is 🔗kun

>>2345247

Yep, I tried that script and said screw it. So I only share the script that I KNOW works. Downside is that you can't un- nope something, have to click through to see the pic.

Anonymous ID: 3cb49d July 29, 2018, 4:50 p.m. No.2345437   🗄️.is 🔗kun   >>5478

>>2345373

yes…. I didn't even use this for the longest time because I really prefer my you and Q highlighter. Then I figured out how to make it work together and was off to the races. The benefit is seen when goreposter jumps ips and I don't have to see ANYTHING he posts since I've already noped it many times before. Another anon also shared their metadata file????? awhile back as well so if I had copied and pasted that I would have saved a lot of noping.

 

I'm NOT the original author and I can barely read javascript myself.

 

>>2345382

I need to learn more about javascript on 8ch and fix some of this crap that I'm dealing with. There's a post fading option that I want gone and a few other things that are annoying me, plus other options that would be helpful.

Anonymous ID: 3cb49d July 29, 2018, 4:56 p.m. No.2345526   🗄️.is 🔗kun

>>2345478

I wish the whole thing was written better. If you want to scan the pastebin of the whole script and tell me if there's anything malicious in there I'd love to hear your opinion.

 

I've been using this since Feb. or so and really like the script.

 

https://pastebin.com/0VxEdhDW

Anonymous ID: 3cb49d July 29, 2018, 5:04 p.m. No.2345625   🗄️.is 🔗kun   >>5783

anons who know about Trump and his uncle would be interested in this line from an article in the NYT from 1984…….

 

He says that his concern for nuclear holocaust is not one that popped into his mind during any recent made-of-television movie. He says that it has been troubling him since his uncle, a nuclear physicist, began talking to him about it 15 years ago.

 

And we all know that his UNCLE was the one who got all the information from TESLA. And this dude is now POTUS? Amazing.

 

https://www.nytimes.com/1984/04/08/magazine/the-expanding-empire-of-donald-trump.html?pagewanted=all

Anonymous ID: 3cb49d July 29, 2018, 5:14 p.m. No.2345763   🗄️.is 🔗kun

>>2345726

I do wish that they would have that option for 8ch but they haven't done it yet. I'm sure BO could implement that if he wanted to, but of course I don't know much about the background workings.

 

I do know that BO changed it so that you can see id post #'s here.