Handy Image

Shows just fullsize Image with hotkeys & without pop-ups on many image-hosting sites

< Σχολιασμός για τον κώδικα Handy Image

Αναφορά: Καλός - ο κώδικας λειτουργεί

§
Δημοσιεύτηκε: 06/09/2015

Change: Photobucket.com

First of all, AMAZING script! Currently, Photobucket images shown by HandyImage are only the full size preview. You can access the full sized image by clicking download or pressing the (+) zoom from the original page.

A small script edit can fix this:

Original:
case "photobucket.com":
i = document.head.querySelector('meta[property="og:image"] , [name="og:image"]');
if(i){i.src = i.content}

Edited:
case "photobucket.com":
i = document.head.querySelector('meta[property="og:image"] , [name="og:image"]');
if(i){i.src = i.content + "~original"}

I would love to see this implemented. I have added the change for myself but would love for others to get the full resolution photos.

OwynΔημιουργός
§
Δημοσιεύτηκε: 07/09/2015
Επεξεργάστηκε: 07/09/2015

are you using the latest version? because this was fixed 3 days ago https://github.com/Owyn/HandyImage/pull/203

Δημοσίευση απάντησης

Συνδεθείτε για να δημοσιεύσετε μια απάντηση.