[ / / / / / / / / / / / / / ] [ dir / 55chan / baphomet / bbw / biz / cutebois / irc / sfw / vx ]

/qresearch/ - Q Research Board

Research and discussion about Q's crumbs
Name
Email
Subject
Comment *
File
Password (Randomized for file and post deletion; you may also set your own.)
* = required field[▶ Show post options & limits]
Confused? See the FAQ.
Embed
(replaces files and can be used instead)
Options

Allowed file types:jpg, jpeg, gif, png, webm, mp4, pdf
Max filesize is 16 MB.
Max image dimensions are 15000 x 15000.
You may upload 5 per post.


First time on QResearch? 8chan? Click here, newfag.



File: 046a7d956b9072b⋯.gif (8.78 MB, 720x405, 16:9, images.duckduckgo.gif)

022c18 No.2469012

Post links to your code here (or heck, post the whole code if it fits).

A Warning to new users. Scripts can contain bugs. Scripts can be malicious. Inspect scripts yourself for suspicious content before use.

178582 No.2469050

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);


022c18 No.2469093

Toastmaster 1.1.0 (too big to paste)

https://pastebin.com/eM106zgK

Toastmaster finds the bread so you don't have to visit the catalog or scroll.

Also lets you know if the bread is full (usually)


6a9778 No.2471006

File: 2ab6554d70ac7d2⋯.png (35.75 KB, 508x169, 508:169, ClipboardImage.png)

File: b40c8a8c78ba8c0⋯.png (92.64 KB, 1090x512, 545:256, ClipboardImage.png)

Does anyone have the script for the QR board's CSS?


86fffd No.2474967

>>2471006

It can be reproduced by pulling it through your browser.


86fffd No.2475103

>>2471006

but luckily, that was also me, so….


/* Enter here your own CSS rules... */
/* If you want to make a redistributable style, be sure to
have a Yotsuba B theme selected. */
/* These will be applied on top of whatever theme you choose below. */
/* You can include CSS files from remote servers, for example: */
/* @import "https:''//''example.com/style.css"; */



/*------------------------------------------------------
* Fake yous are obvious
*------------------------------------------------------*/
small {
font-weight:bold;
color:black;
}
small:hover {
color:#11bb11;
}

/*------------------------------------------------------
* The only real trips are Patriot Trips
*------------------------------------------------------*/
.name {
font-size:16px;
}

time:before, span.trip::before{
font-size:18px;
content:" ";
color:#bbbbff;
}
time::after, span.trip::after {
font-size:18px;
content: " ";
color:#bbbbff;
}


span.trip, span.capcode{
padding:1px 3px 1px 3px;
background-color:black;
border-radius:8px;
border:1px solid #bbbbee;
color:gold;
background: linear-gradient(300deg, #ff0000, #ff0000, #ffffff, #ffffff, #0000ff, #0000ff, #ffffff, #ffffff);
background-size: 1600% 1600%;

-webkit-animation: Patriot 30s ease infinite;
-moz-animation: Patriot 30s ease infinite;
-o-animation: Patriot 30s ease infinite;
animation: Patriot 30s ease infinite;
-webkit-text-fill-color: transparent;

background: -o-linear-gradient(transparent, transparent);
-webkit-background-clip: text;
}

@-webkit-keyframes Patriot {
0%{background-position:0% 19%}
50%{background-position:100% 82%}
100%{background-position:0% 19%}
}
@-moz-keyframes Patriot {
0%{background-position:0% 19%}
50%{background-position:100% 82%}
100%{background-position:0% 19%}
}
@-o-keyframes Patriot {
0%{background-position:0% 19%}
50%{background-position:100% 82%}
100%{background-position:0% 19%}
}
@keyframes Patriot {
0%{background-position:0% 19%}
50%{background-position:100% 82%}
100%{background-position:0% 19%}
}


86fffd No.2475144

>>2471006

oops that was an earlier version


/*------------------------------------------------------
* Don't hide post count
*------------------------------------------------------*/
.posts_by_id{
display:initial!important;
font-weight:bold;
}

/*------------------------------------------------------
* Fake yous are obvious
*------------------------------------------------------*/
.body small {
font-weight:bold;
color: #117743;
text-shadow: #ffffff 0 0 8px;
}
.body small:hover {
color:#11bb11;
}

/*------------------------------------------------------
* The only real trips are Patriot Trips
*------------------------------------------------------*/
time:before, span.trip::before{
font-size:18px;
content:" ";
color:#bbbbff;
}
time::after, span.trip::after {
font-size:18px;
content: " ";
color:#bbbbff;
}


span.trip, span.capcode{
padding:1px 3px 1px 3px;
background-color:black;
border-radius:8px;
border:1px solid #bbbbee;
color:gold;
background: linear-gradient(300deg, #ff0000, #ff0000, #ff0000, #bbbbbb, #4444ff);
background-size: 1800% 1800%;

-webkit-animation: Patriot 6s ease infinite;
-moz-animation: Patriot 6s ease infinite;
-o-animation: Patriot 6s ease infinite;
animation: Patriot 6s ease infinite;
-webkit-text-fill-color: transparent;

background: -o-linear-gradient(transparent, transparent);
-webkit-background-clip: text;
}

@-webkit-keyframes Patriot {
0%{background-position:0% 19%}
50%{background-position:100% 82%}
100%{background-position:0% 19%}
}
@-moz-keyframes Patriot {
0%{background-position:0% 19%}
50%{background-position:100% 82%}
100%{background-position:0% 19%}
}
@-o-keyframes Patriot {
0%{background-position:0% 19%}
50%{background-position:100% 82%}
100%{background-position:0% 19%}
}
@keyframes Patriot {
0%{background-position:0% 19%}
50%{background-position:100% 82%}
100%{background-position:0% 19%}
}


6a9778 No.2480031

File: 81e38196a1c9140⋯.png (17.62 KB, 412x303, 412:303, ClipboardImage.png)

>>2475144

Resolved! Thanks anon!!!


f5ca6f No.2480245

YouTube embed. Click thumbnail to play.


b0cf30 No.2503296

File: 022a3e3247f91ae⋯.png (12.49 KB, 351x232, 351:232, Screenshot_2018-08-05_21-5….png)

I've made a few changes to the anonsw use javascript, mainly because I don't like the colors or the fade feature. I also prefer that spammers just disappear. Likewise with namefags. Thanks to anonsw for the awesome script.

1) You'll never see a Namefag again.

2) Spammers disappear @ 15 posts.

3) Highlights Q's posts and your replies.

4) Incorporates Nope Button to filter porn / gore / muh dick

5) Slimmed down the Navigation Bar @ right of page.

6) Changed Highlight Colors Back To Yellow.

Just copy / paste into your options ~ user javascript.

https://anonfile.com/sbl5Hff5ba/newuserjs.txt


63cf7e No.2514765

>>2503296

An anon last night said this messed up his computer – careful of clickbait anons!


0e2e67 No.2523224

>>2514765

Bullshit!


d3833e No.2537039

File: ca264801c5e837d⋯.png (34.87 KB, 510x270, 17:9, Brave_2018-08-10_08-03-30.png)

>>2523224

Indeed. I've been running both of these since the catalog broke.


d3833e No.2537052

>>2503296

>>2537006

https://anonfile.com/o77dI0f3b0/AntiSpamNopeNamefagsFilter.txt


9af724 No.2537170

File: a3a6a4966f11fa9⋯.png (13.23 KB, 950x32, 475:16, f8125bde6da0d0e790838b7d46….png)

How do I turn this post count display on?


33d595 No.2537539

>>2537170

>>2537170

not sure what you mean.

>>2469093 will show count on mouseover of bread. old bread gets darker like its burnt, but you are showing pic of >>2537052 i think. did you try pasting both into those user script box?


9af724 No.2537621

>>2537539

Post rate display


e6c6df No.2563722

>>2537621

That script doesn't show the post count anon, I'll try to add that feature as it would be super handy for bakers. Thanks for the idea. God bless.


d1fbe8 No.2598852

Perusers of this thread may also be interested in the QAnon programming thread, found here:

https://8ch.net/qresearch/res/2352371.html

Link to HunterKiller Bot code (uses python to identify dubious non-bread threads, prototypal for programmer hacks to modify, repurpose. Requires BeautifulSoup and Mechanize libraries be installed, Linux users can use apt-get install for both, use apt-cache search to find them).

HKBot:

https://pastebin.com/LmPFhtXm




[Return][Go to top][Catalog][Nerve Center][Cancer][Post a Reply]
[]
[ / / / / / / / / / / / / / ] [ dir / 55chan / baphomet / bbw / biz / cutebois / irc / sfw / vx ]