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

Side by Side Diff: index.html

Issue 8493027: Acquired Opera AdBlock code (Closed)
Patch Set: Created Oct. 8, 2012, 5:58 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « includes/cssFilter.js ('k') | locales/en/files/translate.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html lang='en'>
3 <head>
4 <meta charset='utf-8'>
5 <title>Opera AdBlock</title>
6
7 <!--Load generic scripts-->
8 <script src="/files/default.js"></script>
9 <script src="/files/sources.js"></script>
10 <script src="/files/download.js"></script>
11 <script src="/files/preferences.js"></script>
12 <script src="/files/css.js"></script>
13 <script src="/files/parse.js"></script>
14 <script src="/files/lists.js"></script>
15 <script src="/files/translate.js"></script>
16 <!--Load specific scripts-->
17 <script src="/files/whitelist.js"></script>
18 <!--<script src='/files/button.js'></script>-->
19 <script src='/files/background.js'></script>
20 </head>
21 <body>
22 </body>
23 </html>
OLDNEW
« 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