Skip to content

General Guidelines

fracture91 edited this page May 12, 2011 · 11 revisions

Stay away from non-standard things whenever possible

You should always code as if you were running the extension on any browser, especially in content scripts. This makes it easy to port in the future and makes our code less likely to break. Of course, there are certain things that are unavoidable. If you're going to behave differently on different browsers, make sure to comment what's going on and explain why.

Clone this wiki locally