Greasy Fork is available in English.
Based on Linkify Plus. Turn plain text URLs into links.
< Spätná väzba na Linkify Plus Plus
forum logout bug
Fixed in 3.5.1.
Bug report images not embedding:
When detecting image, I only look at extension part like http://i.imgur.com/25zhGbg.jpg
. If the extension is one of jpg/jpeg/gif/png
, create the image. So the image of google drive should work since it ends with .png
. Could you post the web page that doesn't work?
For gfycat and gifv, I have to write specific rule to embed them. (using iframe)
could we get some other filetypes that embed like:
For mp4/webm/ogv, I can use html5 element <video>
to load them.
For quicktime video (mov), if users had installed quicktime plugin, I can use <embed>
tag.
For twitch and soundcloud, I have to write specific rule to embed them, too. (iframe and object)
I think I will take out embedding feature from LPP and create another script focus on embedding. Let LPP simply load images.
The google drive one doesn't work on this website if you need an example url =p.
Thanks again for all your work.
Because the link on the forum is not generated by LPP.
@Wolf
Try this script: Embed Me!
Bug reports/features requests
Bug report -forum logout bug:
autoloading everything causes some problems, like on the runescape forums viewing a page with this link in it:
https://secure.runescape.com/m=weblogin/logout.ws?.png
cause it to auto run and log you out. I believe some regex magic should solve this.
Bug report images not embedding:
Google drive
https://f061172b00c7bca1e36fdd56f00f238cf2545831.googledrive.com/host/0B_P4A1paVEPbb1UxSUdua3Fwc1k/Vorago_chathead.png
gfycat
http://gfycat.com/PoshMeaslyAztecant
gifv
http://i.imgur.com/DaMXb1p.gifv
Feature requests - could we get some other filetypes that embed like:
twitch
http://www.twitch.tv/runescape/v/3810307
soundcloud
https://soundcloud.com/majorleaguewobs/runescape-traprap-beat
mp4
http://techslides.com/demos/sample-videos/small.mp4
webm
http://techslides.com/demos/sample-videos/small.webm
ogv
http://techslides.com/demos/sample-videos/small.ogv
mov
http://justinwhitney.com/HTML5Example/HTML5Sample_H264.mov
As always great job and thanks very much for everything you have already done.