mirror of
https://github.com/SoPat712/videospeed.git
synced 2025-08-22 02:18:45 -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": [{
|
"content_scripts": [{
|
||||||
"all_frames": true,
|
"all_frames": true,
|
||||||
"matches": [ "http://*/*", "https://*/*", "file:///*"],
|
"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" ],
|
"css": [ "inject.css" ],
|
||||||
"js": [ "inject.js" ]
|
"js": [ "inject.js" ]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user