Morgan
said
:
I like the clan thingy
But it's understandable that some people feel about their privacy. I wouldn't mind a toggle designed for those people, but oh well... I don't know if it's worth the development time
Offtopic: HI LINKIFIERS <3
Hiya Morgypie, sorry I wasn't able to reply in chat before, I was killing araxxor for the famous title. I want to get before nerf. Oh I kicked the spider's arse btw
Hevilmystic
said
:
There's no need for a toggle when it's impossible to hide what clan you're in entirely.
That's true but I even if I want to toggle it I can't.
Example: You choose option to hide your clan data...
That means every other linkify user would have to interact with your extension to know not to show the clan name. I don't even know how to that, and if I did know I still wouldn't do it. That's a security nightmare and I'm not going there.
Edit: All I can do is make a toggle not display them for you only, and that's something I will do.
28-Sep-2014 07:35:12
- Last edited on
28-Sep-2014 07:37:19
by
Indecent Act
It's because what is used to check for images versus links looks for image extensions such as .png or .jpg. If none can be found then it assumes it's a link.
My workaround has been to add a filler &.png or ?.png to the end of urls like that.
Perhaps it could search for something like this instead: \.(png|jpg|...)(\?.*)?
It's because what is used to check for images versus links looks for image extensions such as .png or .jpg. If none can be found then it assumes it's a link.
My workaround has been to add a filler &.png or ?.png to the end of urls like that.
Perhaps it could search for something like this instead: \.(png|jpg|...)(\?.*)?
Just reusing the Gyazo code makes it work as required.
if (str.indexOf("fbcdn"
) {
//Same code as gyazo without the '.png" in href/src and maybe a couple tweaks.
}
Although I'd personally avoid dealing with the Facebook Content Delivery Network. I just don't like how they store their files.
@Sethh, unless you personally change the scripts in the extension which will be lost on the next Linkify update or not at all, you won't see them.
Edit2: You could use Blasty's suggestion of adding "
&.png
" to all of your facebook image links so that they do appear properly. I still don't think their links are all that graceful though.
30-Sep-2014 03:26:01
- Last edited on
30-Sep-2014 03:33:32
by
Ryan M