We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
check these imageboards. They use or are based off of danbooru so they might have the same underlying code.
warning, links are NSFW
http://chan.sankakucomplex.com/ http://danbooru.donmai.us/post http://konachan.com/post
The text was updated successfully, but these errors were encountered:
There is a user script for (chan|idol).sankakucomplex.com. It still works but not without issues:
So, the most common case is probably thumbnail.jpg -> resized.jpg e.g.,
// (chan|idol).sankakucomplex.com // http://c4.sankakustatic.com/data/preview/47/1f/471fefb740c98c9657e7dfc6c0148cbb.jpg becomes // http://c4.sankakustatic.com/data/sample/47/1f/preview471fefb740c98c9657e7dfc6c0148cbb.jpg aImageSrc = aImageSrc.replace(new RegExp( "(sankakustatic.com/data)/preview" + "((/[0-9a-f]{2}){2})" + "/([0-9a-f]+" + EXTS + ")", "i"), "$1/sample$2/preview$4");
GIFs and lowres images need a fallback method to fetch original as there is no resized version.
Sorry, something went wrong.
No branches or pull requests
check these imageboards. They use or are based off of danbooru so they might have the same underlying code.
warning, links are NSFW
http://chan.sankakucomplex.com/
http://danbooru.donmai.us/post
http://konachan.com/post
The text was updated successfully, but these errors were encountered: