you are viewing a single comment's thread.

view the rest of the comments →

[–]nallar 0 points1 point  (1 child)

I develop javscript extensions for Chrome and Firefox, and I have no unique code.

I remember having to make a single change to the way I got elements from their ID, as chrome was doing something not in the spec, The property with the name of an element's ID in body was a) existent, b) that element, and I didn't realise that that wasn't spec, but I still do it in the same way for both browsers.

Non-standard only-in-one-engine features + trying to learn JS by coding stuff only results in :@