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

Unified Diff: index.html

Issue 8482159: Initial element hiding functionality (Closed)
Patch Set: Created Oct. 9, 2012, 10:42 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
Index: index.html
===================================================================
--- a/index.html
+++ b/index.html
@@ -2,15 +2,16 @@
<html>
<head>
<meta charset='utf-8'>
<title>AdBlock Plus for Opera</title>
<script src="lib/adblockplus_compat.js"></script>
<script src="lib/matcher.js"></script>
<script src="lib/adblockplus.js"></script>
+ <script src="lib/basedomain.js"></script>
<script src="background.js"></script>
<script src="filterListener.js"></script>
</head>
<body>
</body>
</html>

Powered by Google App Engine
This is Rietveld