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

Delta Between Two Patch Sets: index.html

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

Powered by Google App Engine
This is Rietveld