Owyn / HandyImage

browser userscript (extension) which Shows just fullsize Image with hotkeys & without pop-ups on many image-hosting sites
https://greasyfork.org/scripts/109-handy-image
272 stars 58 forks source link

[Suggestion] - Added Realbooru.com #506

Closed masterofobzene closed 1 year ago

masterofobzene commented 1 year ago

// @match https://realbooru.com/*

  case "realbooru.com":
        j = true;
        i = q('a[href*="/images/"][href*="' + host + '/"]');
        if(i){use_booru_tags_in_dl_filename(); i.src = i.href;}
    break; 
Owyn commented 1 year ago

added