Sleazy Fork is available in English.

Danbooru to Gelbooru Search Switcher and vice versa

Add buttons to switch between Danbooru and Gelbooru searches

Penulis
FunkyJustin
Pemasangan harian
0
Total pemasangan
12
Nilai
0 0 0
Versi
0.7
Dibuat
27 Maret 2024
Diperbarui
05 Juni 2024
Lisensi
MIT
Berlaku untuk

This is a userscript generated by ChatGPT, personally made to assist me in searching on either Gelbooru and Danbooru. I'm uploading it for my own personal archive and if others are interested in it, to be able to install it.

Note: This does not let you search a post's counterpart on the other website, it only copies the tags you searched to the other website.

PS: I'm not a programmer, I don't know Javascript and I'm too lazy to read on it, but I know some basic coding on Python and HTML. This is probably not going to get
updated and you are free to make your own derivations of this to further improve it.


Changelog:

0.7: URL Filtering: Enhanced the script to ensure that the "Search on Gelbooru" button only appears on Danbooru search result pages and not on individual post pages. This change prevents the button from being shown on URLs like https://danbooru.donmai.us/posts/7632277.

Code Optimization: Refined the conditions for adding buttons to make sure they only appear when the URL includes search parameters (?tags=) and not just any /posts/ page.

0.6: made button become translucent when not directly hovering over it with mouse and opaque when hovered over

0.5: initial version