You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, a query on /search uses https://find.4chan.org/api?q=4chan which spits out a JSON(ish) file and is converted into HTML (look for var Search in extension.js). On the find subdomain, 4chan uses Hilitor to wrap search results in a <mark> tag.
I believe the current index search would still have a place. If an inbuilt version of the highlighter is added, then maybe it could also be added there (something I wrote a separate userscript for).
The addition of searching all of 4chan could also allow for thread watching filters to do more. paradox had worked on something, but using the existing system.
I've tried writing my own userscript that does this (using the find.4chan.org/api) but I get plagued with 403 errors and cannot work it out. If I go to the query on its own first (as in go to https://find.4chan.org/api?q=4chan from your URL bar) , then back to 4chan and use my userscript and search for the same thing, it works fine.
The mock up of what I'd imagine it could look like. Or could be something 'fullscreen' like that Ctrl + K search bar sites are using.
If nothing else, and probably the easiest, perhaps just allowing 4chan XT to run "correctly" on find and /search?
The text was updated successfully, but these errors were encountered:
4chan has the native ability to search all boards at once through https://find.4chan.org/ and https://boards.4chan.org/search
For example, a query on
/search
uses https://find.4chan.org/api?q=4chan which spits out a JSON(ish) file and is converted into HTML (look forvar Search
inextension.js
). On thefind
subdomain, 4chan uses Hilitor to wrap search results in a<mark>
tag.I believe the current index search would still have a place. If an inbuilt version of the highlighter is added, then maybe it could also be added there (something I wrote a separate userscript for).
The addition of searching all of 4chan could also allow for thread watching filters to do more. paradox had worked on something, but using the existing system.
I've tried writing my own userscript that does this (using the
find.4chan.org/api
) but I get plagued with 403 errors and cannot work it out. If I go to the query on its own first (as in go to https://find.4chan.org/api?q=4chan from your URL bar) , then back to 4chan and use my userscript and search for the same thing, it works fine.The mock up of what I'd imagine it could look like. Or could be something 'fullscreen' like that
Ctrl + K
search bar sites are using.If nothing else, and probably the easiest, perhaps just allowing 4chan XT to run "correctly" on
find
and/search
?The text was updated successfully, but these errors were encountered: