Anonymous ID: d60ec5 Jan. 16, 2020, 8:26 a.m. No.7829888   🗄️.is 🔗kun   >>0294 >>0416 >>1266 >>1373

>>7815789

Am now testing this very slick JS. (Thank you.) Checking the highlighting of Q posts in white … I don't see it. Tested the JS on

https://8kun.top/projectdcomms/res/20.html

and this is what shows up:

No Q posts in top nav bar,

no Q posts in side nav bar,

background of Q posts is not white or highlighted.

What am I missing? Is the fault with me, or with the JS? Does the JS only operate on QResearch board? Can't locate any other current breads that contain Q posts to test with.

I better read the code.

Still testing…

Again thank you for developing such a slick JS.

Anonymous ID: d60ec5 Jan. 16, 2020, 9:35 a.m. No.7830416   🗄️.is 🔗kun   >>1290 >>1324 >>1373

>>7829888

Another question.

The right nav scrollbar and the elements within it appear slightly blurry on muh display (1920 x 1080) – pic 1. Is that because the canvas used to display the scrollbar is only 300 px high? Does the blurry navscrollbar bother anybody else?

 

Looking for where the colors are defined. Anon used to seeing only Q posts in yellow, muh posts and their replies pink, the color scheme is very disconcerting. Anon wants to tinker with colors for comfyness.

 

>>7830294 Not asking about sparkly Q. The JS purports to highlight Q posts in the right nav scrollbar white.

Anonymous ID: d60ec5 Jan. 16, 2020, 9:42 a.m. No.7830479   🗄️.is 🔗kun   >>1296 >>1324

>>7815789

Is this intentional?

Only 1 instance of

bakertooks-notable-style

found in bakertools 0.6.0

class NotableHighlighter { /* * Construct notablehighlighter object, find and highlight * current notable sand setup listeners / constructor() { this.styleId = 'bakertooks-notable-style'; this.NOMINATING_REGEX = /notable/i;

Anonymous ID: d60ec5 Jan. 16, 2020, 11:35 a.m. No.7831533   🗄️.is 🔗kun   >>1605 >>1672

>>7831266

You are fetching the tripcode from text in the bread by parsing this line:

>Q's Private Board: >>>/projectdcomms/ Q's Trip-code: Q !!Hs1Jq13jV6

Projectdcomms does not have "dough" in the bread defining Q's tripcode.

Q posted there with Q's current tripcode: !!Hs1Jq13jV6

It doesn't matter. Any post in projectdcomms is automatically Q.

 

I know you're busting your ass.

Major credit to bakertools codefag!

The code is well documented and readable (via the comments).

I'm not a JS fag but can sort of figure out what it does. My coding days began long before O-O and never got comfy with O-O langs. Could count the languages I've been fluent in on both hands. Retired tech fag.

 

Shall I be your QA fag, kek?

 

>>7831373 Detection of past Q trips isn't that important. Make it low priority.

 

>>7831324 Or just put color variables near the top where anyone who really cares can manually update them. The Bakertools window and Breadlist window are really nice. Everything you've implemented is well done. Congrats.