insurgenesis
Member
Posted 9 months ago #
There seems to be JavaScript code inserted below every post, directly under every instance of Tippy. I don't remember authorising it.
Do you know what it's doing? It looks suspicious to me.
Can I safely remove all instances of this code?
How can I confirm whether it is malicious or not?
http://wordpress.org/extend/plugins/tippy/
JavaScript added by Tippy is typically found in the head section of the post or page (wherever you call wp_head();) and is used to initialize the Tippy object. Tippy also includes JavaScript in the link being turned into a tooltip, for obvious reasons: this is what creates the tooltip. Tippy shouldn't be adding any JavaScript following a post.
insurgenesis
Member
Posted 8 months ago #
Thanks for taking the effort to confirm that, and thank you for a good plugin!