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

Unified Diff: metadata.common

Issue 4922142982406144: Implemented blocking of YouTube video ads, by rewriting flashvars, for Safari (Closed)
Patch Set: Created Nov. 28, 2013, 5:06 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
Index: metadata.common
===================================================================
--- a/metadata.common
+++ b/metadata.common
@@ -18,13 +18,14 @@
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
Wladimir Palant 2013/12/06 10:58:35 This shouldn't be part of metadata.common - it is
Sebastian Noack 2013/12/20 09:23:46 Done.
document_end = include.postload.js
[mapping]
-ext/common.js = chrome/common.js
-ext/background.js = chrome/background.js
-ext/content.js = chrome/content.js
+ext/common.js = chrome/ext/common.js
+ext/background.js = chrome/ext/background.js
+ext/content.js = chrome/ext/content.js
+include.youtube.js = chrome/include.youtube.js
subscriptions.xml = adblockplus/chrome/content/ui/subscriptions.xml
firstRun.html = adblockplus/chrome/content/ui/firstRun.html
firstRun.js = adblockplus/chrome/content/ui/firstRun.js
« no previous file with comments | « chrome/include.youtube.js ('k') | metadata.safari » ('j') | safari/include.youtube.js » ('J')

Powered by Google App Engine
This is Rietveld