Sleazy Fork is available in English.

Handy Image

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

< Valutazione su Handy Image

Domanda/commento

§
Pubblicato: 25/09/2015

@Owyn, it looks like wikipedia has international translation.
And some has different site rule.

https://id.wikipedia.org/wiki/Berkas:Collage_of_views_of_Pozna%C5%84,_Poland.jpg
This could be handled with // @match *://*.wikipedia.org/wiki/*:*.jp*

Can we use a lot of *? Won't it make it slower?

https://af.wikipedia.org/wiki/Pozna%C5%84#/media/File:Collage_of_views_of_Pozna%C5%84,_Poland.jpg
But this (actually the most) has this rule. It looks like flickr.

OwynAutore
§
Pubblicato: 25/09/2015
Modificato: 25/09/2015

Can we use a lot of *? Won't it make it slower?

@ubless607, Not really, at least it's not regexp. Only problem is that it might match some other pages except image pages.

§
Pubblicato: 29/09/2015

@Owyn, I will leave this to you. I don't know what to do.

OwynAutore
§
Pubblicato: 29/09/2015
Modificato: 29/09/2015

didn't // @match *://*.wikipedia.org/wiki/*:*.jp* do the thing?

§
Pubblicato: 29/09/2015

didn't // @match *://*.wikipedia.org/wiki/*:*.jp* do the thing?

But this doesn't work if is png right?

Example: https://en.wikipedia.org/wiki/File:PNGtransparencydemonstration_1.png

OwynAutore
§
Pubblicato: 29/09/2015

But this doesn't work if is png right?

right, that's why there's is a second @match for png images

§
Pubblicato: 29/09/2015

@Owyn, how about using regxp? (I am now reading a book about it... but it's a bit hard)

§
Pubblicato: 29/09/2015

But this doesn't work if is png right?

right, that's why there's is a second @match for png images

Ohh I see..

OwynAutore
§
Pubblicato: 29/09/2015
Modificato: 30/09/2015

@ubless607

regxp

it's slow, and less readable

  • it won't give anything here since * do their job

edit: fixed wikipedia

Pubblica risposta

Accedi per pubblicare una risposta.