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

Unified Diff: options.html

Issue 8630094: adblockplusopera: Remove domain whitelisting (Closed)
Patch Set: Created Oct. 23, 2012, 7:27 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: options.html
===================================================================
--- a/options.html
+++ b/options.html
@@ -109,6 +109,11 @@
color: #b0b0b0;
}
+#tab-whitelisted
+{
+ display: none;
+}
+
</style>
</head>
<body>
@@ -127,7 +132,6 @@
<ul>
<li><a href="#tab-filterlists"><span class="i18n_filter_lists"></span></a></li>
<li><a href="#tab-userfilters"><span class="i18n_add_your_own_filters"></span></a></li>
- <li><a href="#tab-whitelisted"><span class="i18n_whitelisted_domains"></span></a></li>
<li><a href="#tab-general"><span class="i18n_general"></span></a></li>
</ul>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld