mirror of
https://github.com/SoPat712/videospeed.git
synced 2025-08-21 18:08:46 -04:00
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:
@@ -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" ]
|
||||
}
|
||||
|
Reference in New Issue
Block a user