Might be related to some security changes which were done in Firevox 30, but I am not sure. |
Good news! I was able to recreate this issue with the same console error about 'f' being undefined in main.js on line 6. This was using Firefox 30.0 Windows 7 Ultimate, no add-ons whats so ever. I also get one additional error and two warnings:
- Error: Permission denied to access property 'toString'
and
- Use of getAttributeNode() is deprecated. Use getAttribute() instead.
- Use of Mutation Events is deprecated. Use MutationObserver instead.
It's a bit curious that on other pages I get a different error saying that a reference to 'g' is not defined but that does not present with the same problem of not being able to post, or any limit in functionality that I can see. I'm going to do a side by side with Chrome but I think it's safe to call
twicker in on this one.
UPDATE_1: The errors do not present in Google Chrome even though the same code is being rendered. A diff-op reveals no difference.
UPDATE_2: The issue with 'g' being undefined seems to be coming from Google Ads. This is another JavaScript rendering issue so that is the problem here. And if I knew a damn thing about the language I might be of some more use here, but I'm afraid I've reached the end of my ability in this regard.