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

Unified Diff: metadata.safari

Issue 4922142982406144: Implemented blocking of YouTube video ads, by rewriting flashvars, for Safari (Closed)
Patch Set: Forgot to remove include.youtube.js from metadata.common Created Dec. 20, 2013, 10:28 a.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 | « metadata.common ('k') | safari/ext/background.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: metadata.safari
===================================================================
--- a/metadata.safari
+++ b/metadata.safari
@@ -7,10 +7,14 @@
author = Eyeo GmbH
homepage = http://adblockplus.org/
+[contentScripts]
+document_start = ext/common.js ext/content.js include.preload.js include.youtube.js
+
[mapping]
-ext/common.js = safari/common.js
-ext/background.js = safari/background.js
-ext/content.js = safari/content.js
+ext/common.js = safari/ext/common.js
+ext/background.js = safari/ext/background.js
+ext/content.js = safari/ext/content.js
+include.youtube.js = safari/include.youtube.js
[convert_js]
lib/io.js = lib/websql/io.js
« no previous file with comments | « metadata.common ('k') | safari/ext/background.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld