Anonymous ID: 1d613d March 30, 2019, 9:02 p.m. No.5986954   🗄️.is 🔗kun   >>7023 >>7077

>>5986753

>>5986764

>>5986784

>Oh shit! I forgot lb!!

 

  1. install greasemonkey or tampermonkey

  2. add this script

 

 

// UserScript

// @name 8ch highlight LB and PB automatically

// @version 1

// @grant none

// @include https://8ch.net/qresearch/*

// /UserScript

 

var postId = window.location.href.match(/\/(\d+).html/)[1];

var style = document.createElement('style');

style.innerHTML = `

a[href^="/qresearch/res/"]:not([href^="/qresearch/res/${postId}.html"]) {

background: #ffb;

}

`;

document.querySelector('head').appendChild(style);

 

 

results: lb and pb links are automatically highlighted, pic related

 

first attempt, but seems to be working well so far

 

next feature idea: fix loading of .jpeg images in previous breads (/CM/ what's up with that)

Anonymous ID: 1d613d March 30, 2019, 9:15 p.m. No.5987085   🗄️.is 🔗kun

>>5986871

this has been my feeling from recent events also, nice to see it confirmed

 

watch breitbart, this is why bannon wanted to run breitbart during this specific period of time

 

"as long as mueller is still active, expect the status quo"

 

well….. get comfy and stay safe anons!

Anonymous ID: 1d613d March 30, 2019, 9:27 p.m. No.5987226   🗄️.is 🔗kun

>>5987180

 

good answer anon

 

I'm thinking of taking that legibility to the next level by creating an open, anonymous script with the board tweaks I and other anons want to see

 

also I just enjoy developing little stuff like this