Sleazy Fork is available in English.

Handy Image

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

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

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

FFW
§
Δημοσιεύτηκε: 14/06/2015
Επεξεργάστηκε: 14/06/2015

Suggestion: Hotkey to open the current image directly with browser

I noticed that when the script is running you can't run any javascript/bookmarklet. So you'll have to reload the page with "r" to get everything back to normal or to have the option "Open images directly with browser" always activated. I would suggest adding a hotkey that can switch and open the current image directly with browser :)

OwynΔημιουργός
§
Δημοσιεύτηκε: 14/06/2015

You can run any javascript/bookmarklet with the script.

Or you could add such hotkey into custom action js for your needs.

FFW
§
Δημοσιεύτηκε: 14/06/2015
Επεξεργάστηκε: 14/06/2015

I couldn't get it in the custom js so I just edited the script.

DOM_VK_I: 73, +

    case KeyEvent.DOM_VK_I:
        window.location.href = i.src;
        break;
OwynΔημιουργός
§
Δημοσιεύτηκε: 14/06/2015

you just need to put whole function there and addEventListener with it

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

You're right or else I'll have to edit the script every time I update it.

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

Actually, sounds like a useful addition

OwynΔημιουργός
§
Δημοσιεύτηκε: 19/06/2015

Any reasons why would that be useful?

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

Speaking of additions, would be nice to have a section in the script for rules that return two or more photos instead of one, and having new hotkeys to switch between them.

OwynΔημιουργός
§
Δημοσιεύτηκε: 20/06/2015

You'll need some kind of gallery viewer script for that, it's not it definately.

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

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