disable on Lynda (bug)

Some odd interaction with Angular is causing an infinite loop and
freezes the tab.

https://github.com/igrigorik/videospeed/issues/47
This commit is contained in:
Ilya Grigorik
2015-06-13 18:58:23 -07:00
parent 807c5433ac
commit 88198436e6

View File

@@ -23,7 +23,10 @@
"content_scripts": [{
"all_frames": true,
"matches": [ "http://*/*", "https://*/*", "file:///*"],
"exclude_matches": [ "https://plus.google.com/hangouts/*" ],
"exclude_matches": [
"https://plus.google.com/hangouts/*",
"http://www.lynda.com/*"
],
"css": [ "inject.css" ],
"js": [ "inject.js" ]
}