| Index: metadata.common | 
| =================================================================== | 
| --- a/metadata.common | 
| +++ b/metadata.common | 
| @@ -17,12 +17,13 @@ | 
| permissions = http://*/* https://*/* | 
| [contentScripts] | 
| -document_start = ext/common.js ext/content.js include.preload.js | 
| +document_start = ext/common.js ext/content.js include.preload.js include.youtube.js | 
| document_end = include.postload.js | 
| [mapping] | 
| ext/content.js = chrome/ext/content.js | 
| ext/popup.js = chrome/ext/popup.js | 
| +include.youtube.js = safari/include.youtube.js | 
| 
 
kzar
2015/09/05 15:17:26
Shouldn't this be added to metadata.chrome instead
 
Sebastian Noack
2015/09/05 15:21:14
Yes, Opera is presumably effected too, as this is
 
kzar
2015/09/05 15:22:57
Acknowledged.
 
 | 
| subscriptions.xml = adblockplus/chrome/content/ui/subscriptions.xml | 
| firstRun.html = adblockplusui/firstRun.html | 
| firstRun.js = adblockplusui/firstRun.js |