Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: metadata.common

Issue 29325973: Noissue - Apply YouTube workaround on Chrome (PLEASE REVERT ME!) (Closed)
Patch Set: Created Sept. 5, 2015, 3:04 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | metadata.safari » ('j') | safari/include.youtube.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | metadata.safari » ('j') | safari/include.youtube.js » ('J')

Powered by Google App Engine
This is Rietveld