While developing a website, firebug threw me a javascript error linking to the execution of this file (don’t just open it yet, it could be malicious, that’s the issue here…): http://view.binlayer.com/ad-10476.js
It looks to me that it is malicious, since it seems to be coming from an advertisment company… but impossible to find where the file is called…
Searching the net didn’t help me to learn what it is exactly for or where does it comes from.
The file generates this error:
resize_function is not a function
[Break On This Error] resize_function();
And that’s how I found about it. I am using some Jquery plugins for this website I’m currently developing, but I don’t think it’s coming from there, and searching for this url or the filename into my project files didn’t return anything…
Is my firefox/ubuntu hacked or do you think it’s linked with some dodgy js file…?
I’m not sure if this question should be on stackoverflow since it might not be linked with a development problem but I thought some people might have this issue and not know about it…
It could be related to other plugins you have installed on firefox, disable all other plugins and see if you still get the error.