Forums
(@croydon)
9 years ago
You can install it, then modify the main file to remove the parts of code and then be sure, not to update the plugin afterwards. It seems to be only this part of the plugin that is malicious.
10 years, 3 months ago
Same issue when using escape/unescape.
In the eeb-class you could use eval(decodeURIComponent(....)) instead of eval(unescape(....)) which also works with utf-8.
eval(decodeURIComponent(....))
eval(unescape(....))