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

Side by Side Diff: pages/elemhidehelper.html

Issue 29808563: Fixes #38 - Added alert to element hiding helper page (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Created June 15, 2018, 10:55 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 | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 title=Element Hiding Helper 1 title=Element Hiding Helper
2 2
3 <p class="alert">{{depricated-alert[notification] Deprecated since ABP 3.0. Alth ough it might still work with some extensions, it could become obsolete at any t ime. }}</p>
ire 2018/06/18 23:31:19 NIT: Misspell "depricated"
3 4
4 <h2 id="general">{{s1 General notes}}</h2> 5 <h2 id="general">{{s1 General notes}}</h2>
5 6
6 <p>{{s3 Element Hiding Helper is a companion extension for Adblock Plus meant to make creating element hiding rules easier. You simply select the elemen t you want to be hidden and then choose which attributes of this element should be taken into account when hiding it in future. The element hiding rule is gener ated and added automatically. Parts of the code are based on the <a href="{{s3-l ink http://karmatics.com/aardvark/}}">Aardvark extension</a>.}}</p> 7 <p>{{s3 Element Hiding Helper is a companion extension for Adblock Plus meant to make creating element hiding rules easier. You simply select the elemen t you want to be hidden and then choose which attributes of this element should be taken into account when hiding it in future. The element hiding rule is gener ated and added automatically. Parts of the code are based on the <a href="{{s3-l ink http://karmatics.com/aardvark/}}">Aardvark extension</a>.}}</p>
7 8
8 <p> 9 <p>
9 {{s4 Element Hiding Helper requires the <a href="requirements">same browser ve rsion as 10 {{s4 Element Hiding Helper requires the <a href="requirements">same browser ve rsion as
10 Adblock Plus</a>.}} {{s5 Adblock Plus 1.3 or higher is required, this extensio n will not 11 Adblock Plus</a>.}} {{s5 Adblock Plus 1.3 or higher is required, this extensio n will not
11 do anything on its own.}} 12 do anything on its own.}}
12 </p> 13 </p>
(...skipping 10 matching lines...) Expand all
23 24
24 <p style="text-align: center;"><img src="images/ehh-start.png"></p> 25 <p style="text-align: center;"><img src="images/ehh-start.png"></p>
25 26
26 <p>{{s10 Now you can select the element you want to hide with the mouse. If you need to hide more than one element, try pressing W. Pressing N will make the selection smaller again. Other commands offered in the help might be useful as well to make sure you select exactly what you need to hide.}}</p> 27 <p>{{s10 Now you can select the element you want to hide with the mouse. If you need to hide more than one element, try pressing W. Pressing N will make the selection smaller again. Other commands offered in the help might be useful as well to make sure you select exactly what you need to hide.}}</p>
27 28
28 <p style="text-align: center;"><img src="images/ehh-select.png"></p> 29 <p style="text-align: center;"><img src="images/ehh-select.png"></p>
29 30
30 <p>{{s11 Once you clicked the element to indicate that you are finished selecting, the rule composition dialog will pop up. Now you can select on which domain the rule should be active and which attributes of the element it should t ake into account (if the attributes you select are too common you might end up h iding useful elements as well). Preview will apply the resulting rule immediatel y to show you what the page will look like. If you want to create more advanced rules, you can switch to Advanced mode. Finally a click on "Add filter rule" wil l add the rule to your list of Adblock Plus filters and apply it to the current page.}}</p> 31 <p>{{s11 Once you clicked the element to indicate that you are finished selecting, the rule composition dialog will pop up. Now you can select on which domain the rule should be active and which attributes of the element it should t ake into account (if the attributes you select are too common you might end up h iding useful elements as well). Preview will apply the resulting rule immediatel y to show you what the page will look like. If you want to create more advanced rules, you can switch to Advanced mode. Finally a click on "Add filter rule" wil l add the rule to your list of Adblock Plus filters and apply it to the current page.}}</p>
31 32
32 <p style="text-align: center;"><img src="images/ehh-addrule.png"></p> 33 <p style="text-align: center;"><img src="images/ehh-addrule.png"></p>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld