I remmeber someone once shared a link to 4chan which also included the catalog and a search on it (for example /pcbg/ on /g/. How can I get a link like this, to show an already filtered result of a catalog?Searching on google said it's a "4chan-x" option only, but I rememeber seeing this for other boards years ago without even using 4chan-x.
>>1566550Just edit the URL>>>/wsr/search
>>1566550Here's an example:https://boards.4chan.org/g/catalog#s=/pcbg/Just replace the section after catalog#s= with whatever you want to search for, and there you go.
>>1566550Update on this: >>1566558If you click the link it will break. You have to turn it into a bookmark. I'm also using 4chan-XT and I didn't even notice you were looking for a non-4chan-X solution at first so ymmv.
>>1566559Also, to make the bookmark you have to copy the actual text and create the bookmark manually. Right click copy link + paste won't work.
>>1566559>I'm also using 4chan-XT>If you click the link it will break. You have to turn it into a bookmarkGreat extension you got breaking normal features. I'm not using anything, and everything in this thread works fine, including >>1566552
Bookmark this:javascript:void(function(){let w=prompt("Enter search word for /g/ catalog:");if(w)location.href="https://boards.4chan.org/g/catalog#s="+encodeURIComponent(w);})();
>>1566582Version to all boards:javascript:(function(){let m=location.href.match(/https:\/\/boards\.4chan\.org\/([a-z0-9]+)\/catalog/);if(m){let w=prompt("Search for word on /"+m[1]+"/catalog:");if(w)location.href="https://boards.4chan.org/"+m[1]+"/catalog#s="+encodeURIComponent(w);}else{alert("Not on a 4chan /catalog page");}})();
>>1566583Pro version: javascript:(()=>{const m=location.href.match(/boards\.4chan\.org\/(\w+)\/catalog/);if(!m)return alert("Open a 4chan catalog page first.");const q=prompt(`Search /${m[1]}/ catalog:`)?.trim();if(q)location.hash=`s=${encodeURIComponent(q)}`})();
>>1566550>>1566558You can actually drop the catalog#s=Just do https://boards.4chan.org/g/pcbg/4chan will convert it into a search url. Plus it also works as a hyperlink.
>>>/wsr/remmeber
I think you can also point to specific posts using the 4chan syntax>>1566552
>>1566595huh 4chan simplified it>>>/g/108913229
Thank you, I'll try to use these until one breaks.