It seems to me that I'm losing my mind, but alert() and console.log() refuse to work anywhere on Firefox 26 .
At first I thought it was a problem of my own site, but I canβt get it to work with javascript: for life javascript: urls, Firebug , I even tried it in jsfiddle.net , just by placing alert('test'); in the script panel.
Tried to remove and install again, no luck.
The only extension I'm running on is Firebug.
Hell, Stackoverflow didn't even tell me that I would leave when I accidentally hit the back button while writing.
Also yes, I made sure in alert() and console.log()
have some content
I mean, what doesn't work is that Firefox treats the code as if it doesn't exist, nothing happens.
Once again, here is my environment:
Browser: Firefox 26.0
OS: Windows 8.1 Pro
Problem: alert() , console.log() and apparently prompt() not working
If anyone can know why this is happening, I would really appreciate the answer.
UPDATE
Pointy's next comment, it seems that both alert() and console.log() work as expected on the New Tab page, but nowhere else