Handy Image

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

< Feedback on Handy Image

Question/comment

§
Posted: 2015-09-25

@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.

OwynAuthor
§
Posted: 2015-09-25
Edited: 2015-09-25

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.

§
Posted: 2015-09-29

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

OwynAuthor
§
Posted: 2015-09-29
Edited: 2015-09-29

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

§
Posted: 2015-09-29

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

OwynAuthor
§
Posted: 2015-09-29

But this doesn't work if is png right?

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

§
Posted: 2015-09-29

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

§
Posted: 2015-09-29

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..

OwynAuthor
§
Posted: 2015-09-29
Edited: 2015-09-30

@ubless607

regxp

it's slow, and less readable

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

edit: fixed wikipedia

Post reply

Sign in to post a reply.