8chan.moe reverse imeji search

Adds reverse search links above images on 8chan

ავტორი
anonator
დღიური ინსტალაციები
0
მთლიანი ინსტალაციები
15
რეიტინგი
1 0 0
ვერსია
2.2.7
შექმნილია
16.04.2025
განახლებულია
06.05.2025
Size
19,1 KB
ლიცენზია
MIT
გამოყენებს მათ

Adds reverse search links above images on 8chan.

If the script is broken, please give me feedback on greasyfork with what is wrong and all the 8chan userscripts you are running and which browser and userscript extension you are using, I am unable to reproduce the few reported cases.

Settings: The script now has settings to enable/disable services, available through your userscript extension.
While on 8chan, click the userscript extension's icon in your browser toolbar and you should see the "Settings" button below the userscript.

Services:

  • pixiv: if the filename matches their pattern
  • iqdb: hidden form upload
  • saucenao: hidden form upload
  • ascii2d: postMessage across tabs
  • trace.moe: postMessage across tabs
  • google: litterbox upload

Note:
8chan.moe prevents hotlinking so passing the image URL to reverse search engines will result in errors.
For IQDB and SauceNao, a hidden form is created and the image uploaded cross-site, this works because their upload forms do not use a unique token.
For ascii2d and trace.moe, the image is sent across browser tabs using postMessage because they use a unique token.
For google, the image is uploaded to litterbox and then passed via URL because they do have unique tokens and Cross-Origin-Opener-Policy preventing postMessage.