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

Side by Side Diff: pages/IAdblockPlus.raw

Issue 6021528219025408: Issue #1170 More progress migrating adblockplus.org to our CMS. (Closed)
Patch Set: Created Sept. 1, 2014, 10:45 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 | « locales/zh_TW/subscriptions.json ('k') | pages/IAdblockPlusSubscription.raw » ('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 template=interface
2
3
4 <style type="text/css">
5 .propname, .methodname, .argumentname
6 {
7 font-weight: bold;
8 }
9 </style>
10
11 <p>
12 $s1$
13 </p>
14
15 <pre>
16 if (&quot;@adblockplus.org/abp/public;1&quot; in Components.classes)
17 {
18 var abpURL = Components.classes[&quot;@adblockplus.org/abp/public;1&quot;]
19 .getService(Components.interfaces.nsIURI);
20 var AdblockPlus = Components.utils.import(abpURL.spec, null).AdblockPlus;
21 alert(AdblockPlus.subscriptionCount);
22 }
23 else
24 {
25 // Adblock Plus is not installed
26 }
27 </pre>
OLDNEW
« no previous file with comments | « locales/zh_TW/subscriptions.json ('k') | pages/IAdblockPlusSubscription.raw » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld