javascript - How to prevent chrome extension JS from interfering with page JS -


i creating extension uses variety of frameworks (backbone , handlebars). if page loading extension has these frameworks loaded things break.

as example, if page extension loaded contains handlebars handlebars helpers destroyed.

logically, makes sense why happens - have classic namespace conflict on window object.

are there known approaches of overcoming issues (other ridiculous name changes?


Comments

Popular posts from this blog

shopping cart - Page redirect not working PHP -

php - How to modify a menu to show sub-menus -

python - Installing PyDev in eclipse is failed -