simg / LinkedIn Enhancer

It seems there's something about the simplemodal library that stops GreaseMonkey in it's tracks and I've run out of ideas.

Any suggestions appreciated.

Re: @simg:

Is there a unminfied source of it somewhere where I can run it through some GM tests? (e.g. home SCM instead of cloudflare CDN) e.g. I'd like to have more than just a, b, c like for the variable names for a clearer human readable experience.

Hey Marti, 2 years later, I just spot your message :)

Can't you just get the unminified source from OpenUser.js?

Re: @simg:

... 2 years later ...

Welcome back. ;)

Can't you just get the unminified source from OpenUser.js?

The issue request was with this line, now in 0.2+6a81d5b... which isn't OUJS:

// @require https://cdnjs.cloudflare.com/ajax/libs/simplemodal/1.4.4/jquery.simplemodal.min.js

Modifying it to this, https://cdnjs.cloudflare.com/ajax/libs/simplemodal/1.4.4/jquery.simplemodal.js produces a 404 which is bad practice when the unminified isn't present. This is one of the reasons we prefer not to utilize cloudflare as a CDN.

The main reason I ask is so I can run some tests in the .user.js engines due to the statement of the issuer above of:

Re: @simg:

something about the simplemodal library that stops GreaseMonkey in it's tracks

I've changed the simplemodal link to pull from googles cdn which make the unminified version easy to get.

having tested it all again with GM it all seems to work fine now (with the same version of simplemodal) so maybe something has changed in FF or Jquery that fixes the issue. Happy days :)