https://pastebin.com/aZmMxcYv
Have to change tripcode, little over half way down.
Works good for me. Trip not flashing on pdcomm, maybe because script not built in.
qposts = $.map($('div.post:not(.post-hover) p.intro > label > span.trip:contains("!!mG7VJxZNCI")'), function(el) {
return $(el).closest('div.post');
});
allqposts = $.map($('div.post:not(.post-hover) p.intro > label > span.trip:contains("!!mG7VJxZNCI")'), function(el) {
return $(el).closest('div.post');
});
return $.Deferred().resolve();
https://pastebin.com/kaarp4j9
Changed trip on Q's board, haven't updated to new trip here yet.