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

Unified Diff: index.html

Issue 8493027: Acquired Opera AdBlock code (Closed)
Patch Set: Created Oct. 8, 2012, 5:58 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 | « includes/cssFilter.js ('k') | locales/en/files/translate.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: index.html
===================================================================
new file mode 100644
--- /dev/null
+++ b/index.html
@@ -0,0 +1,23 @@
+<!DOCTYPE html>
+<html lang='en'>
+ <head>
+ <meta charset='utf-8'>
+ <title>Opera AdBlock</title>
+
+ <!--Load generic scripts-->
+ <script src="/files/default.js"></script>
+ <script src="/files/sources.js"></script>
+ <script src="/files/download.js"></script>
+ <script src="/files/preferences.js"></script>
+ <script src="/files/css.js"></script>
+ <script src="/files/parse.js"></script>
+ <script src="/files/lists.js"></script>
+ <script src="/files/translate.js"></script>
+ <!--Load specific scripts-->
+ <script src="/files/whitelist.js"></script>
+ <!--<script src='/files/button.js'></script>-->
+ <script src='/files/background.js'></script>
+ </head>
+ <body>
+ </body>
+</html>
« no previous file with comments | « includes/cssFilter.js ('k') | locales/en/files/translate.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld