WhyNeko Booru

Transloaders

Transloaders are little bits of javascript that you put inside of a bookmark. They facilitate moving an image from one place to this booru.
A list of available Transloaders can be found below.
If you'd like details, see the Pixiv Transloader page for what a Transloader can do for you.

HOWTO:
1) Click and Drag Transloader to Bookmark Bar
2) Find Image for Transload
3) Click Appropriate Bookmark
4) ???
5) Profit

 


List of Transloaders:
  • Plain Image (Updated: Forever Ago)
            javascript:location.href="https://whyneko.com/booru/upload?url="+location.href+"&tags="+escape(prompt("enter%20tags"))

  • Danbooru (Updated: Mar 8, 2014)
            javascript:if(document.getElementById("image-resize-link")==null){location.href="https://whyneko.com/booru/upload?url="+document.getElementById("image").src+"&tags="+escape(document.getElementById("image").dataset.tags)}else{location.href="https://whyneko.com/booru/upload?url="+document.getElementById("image-resize-link").href+"&tags="+escape(document.getElementById("image").dataset.tags)}

  • Gelbooru (Updated: Forever Ago)
            javascript:location.href="https://whyneko.com/booru/upload?url="+document.getElementById("image").src.substring(0,document.getElementById("image").src.indexOf('?')).replace("sample_","").replace("samples","images")+"&tags="+escape(document.getElementById("tags").innerHTML)

    20201226 Version
            javascript:
            var tags = "";
            var tagLi = document.getElementsByClassName("tag");
            var tagLiLength = tagLi.length;
            for(var i = 0; i < tagLiLength; i++){tags=tags+"+"+tagLi[i].childNodes[1].innerHTML};
            tags=tags.replace('+','').split(' ').join('_');
            var imgurl=document.getElementById("image").src.replace("sample_","").replace("samples","images");
            if(imgurl.includes('?')){imgurl=imgurl.substring(0,document.getElementById("image").src.indexOf('?'))};
            var link="https://whyneko.com/booru/upload?tags="+encodeURI(tags)+"&url="+encodeURIComponent(imgurl)+"&source="+encodeURIComponent(location.href);
            var w=window.open(link, "_blank");
            link;

  • Safebooru (will dig it up or re-create) --
            javascript:location.href="http://whynow.mine.nu/booru/upload?url="+image.domain+image.base_dir+"/"+image.dir+"/"+image.img+"&tags="+encodeURI(document.getElementById("tags").innerHTML)

  • Pixiv Transloader details page.

     


    Shimmie Transloaders
    Shimmie comes with some transloaders built-in. Nateinu can't get them to work. >.<;

    They look like this:
  • Upload to WhyNeko Booru (Drag & drop onto your bookmarks toolbar, then click when looking at an image)
            javascript:(function()%20{if(typeof%20window=="undefined"%20||%20!window.location%20||%20window.location.href=="about:blank")%20{window.location%20=%20"https://whyneko.com/booru/post/list";}else%20if(typeof%20document=="undefined"%20||%20!document.body)%20{window.location%20=%20"https://whyneko.com/booru/post/list?url="+encodeURIComponent(window.location.href);}else%20if(window.location.href.match("\/\/whyneko.com.*"))%20{alert("You%20are%20already%20at%20WhyNeko%20Booru!");}else%20{var%20tags%20=%20prompt("Please%20enter%20tags",%20"tagme");if(tags%20!=%20""%20&&%20tags%20!=%20null)%20{var%20link%20=%20"https://whyneko.com/booru/upload?url="+location.href+"&tags="+tags;var%20w%20=%20window.open(link,%20"_blank");}}})();
  • Booru to WhyNeko Booru (Click when looking at an image page. Works on sites running Shimmie / Danbooru / Gelbooru. (This also grabs the tags / rating / source!))
            javascript:var%20ste="https://whyneko.com/booru/upload?url=";var%20supext="jpg%20jpeg%20gif%20png%20swf%20ico%20ani%20cur%20mp3%20svg";var%20maxsize="40.0MB";var%20CA=0;void(document.body.appendChild(document.createElement("script")).src="https://whyneko.com/booru/ext/upload/bookmarklet.js")