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

Side by Side Diff: pages/adware.md

Issue 29340844: Issue 3802 - Create page to inform users about adware on web.adblockplus.org (Closed)
Patch Set: Fixed styles, moved styles back to page, fixed translation error Created May 31, 2016, 7:25 p.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 | static/img/check.png » ('j') | templates/default.tmpl » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 title=About adware
2 description=What is adware and how to get rid of it
3 noheading=true
4
5 <head>
6 <style>
7 .split-section
8 {
9 margin-top: 20px;
10 padding-top: 20px;
11 border-top: 1px solid #ccc;
12 }
13
14 .narrow-list
15 {
16 display: inline-block;
17 width: 250px;
18 margin: 0px 35px 10px 0px;
saroyanm 2016/06/06 14:47:31 Right margin will misalign the element for RTL dir
juliandoucette 2016/06/13 18:12:50 Done.
19 vertical-align: top;
20 }
21
22 .narrow-list ul
23 {
24 margin-bottom: 0px;
25 }
26
27 .text-danger
28 {
29 color: #e11a2c;
30 }
31
32 .alert-danger
33 {
34 padding: 15px;
35 border: 2px solid;
36 border-color: #e11a2c;
37 background-color: #fff;
38 }
39
40 .badge-header
41 {
42 vertical-align: middle;
43 line-height: 34px;
44 }
45
46 .badge-success
47 {
48 display: inline-block;
49 vertical-align: top;
50 text-align: center;
51 line-height: 20px;
52 margin-right: 7px;
53 padding: 7px 0px;
54 width: 34px;
55 border-radius: 4px;
56 color: #fff;
57 background-color: #53b044;
58 font-weight: bold;
59 font-size: 20px;
60 }
61
62 .list-unstyled,
63 .list-unstyled li
64 {
65 margin-left: 0px;
saroyanm 2016/06/06 14:47:30 Please also consider RTL direction.
juliandoucette 2016/06/13 18:12:50 Done.
66 padding-left: 0px;
67 }
68
69 .list-unstyled li
70 {
71 list-style-type: none;
72 }
73
74 .list-unstyled li
75 {
76 padding-bottom: 10px;
77 line-height: 20px;
78 }
79
80 .list-custom
81 {
82 padding-left: 0px;
83 overflow: visible;
84 list-style-type: none;
85 }
86
87 .list-custom ul {
saroyanm 2016/06/06 14:47:30 Detail: the braces should go to their own line
juliandoucette 2016/06/13 18:12:49 Done.
88 margin-left: 45px;
89 margin-top: 20px;
90 }
91
92 .list-custom > li
93 {
94 margin-bottom: 25px;
95 }
96
97 .list-custom .check-item,
98 .list-custom .cross-item
99 {
100 min-height: 20px;
101 padding-left: 45px;
102 padding-top: 2px;
103 }
104
105 .list-custom .check-item
saroyanm 2016/06/06 14:47:31 This solution also doesn't work for RTL directions
juliandoucette 2016/06/13 18:12:50 Done.
106 {
107 background: url("/img/check.png") no-repeat 10px top;
108 }
109
110 .list-custom .cross-item
111 {
112 background: url("/img/cross.png") no-repeat 10px top;
113 }
114 </style>
115 </head>
116
117 # {{page-header I’m using Adblock Plus but I still see suspicious ads}}
118
119 <div class="text-danger" markdown="1">
120 ## {{alert-heading What happened?}}
121
122 {{alert-content Adblock Plus has detected ads that are likely injected with Adwa re, which may have infected your computer.}}
123 {: .alert-danger }
124 </div>
125
126 ## {{what-is-adware-heading What is Adware?}}
127
128 {{what-is-adware-content Adware is one type of Malware, short for "Malicious Sof tware.” It is a term generally used for software installed on your computer that is designed to infiltrate or damage a computer system without your consent. In many cases you obtained this software without knowing it, as these applications are often bundled in other software installers.}}
129
130 ## {{why-not-blocked-heading Why doesn't Adblock Plus block these ads?}}
131
132 {{why-not-blocked-content Adblock Plus is designed to block ads that are deliver ed from websites or their advertising partners. Malicious software can inject ad s in such a way that the ads can not reliably be blocked by Adblock Plus. The be st way to stop these ads is to remove the Malware that displays them.}}
133
134 ## {{how-to-solve-heading How can I solve this?}}
135
136 ### <span class="badge-success">1</span> {{remove-unwanted-programs-heading Get rid of unwanted programs}} { .split-section .badge-header }
137
138 {{remove-unwanted-programs-content For users unfamiliar with the administration of their computer's operating system, it’s recommended to run automated checks f or Malware with one of the programs listed below, which also allow to remove the found unwanted software. All of the programs are free (for at least a trial per iod) with full functionality, and safe to install alongside your antivirus solut ion.}}
139
140 <div class="narrow-list" markdown="1">
141
142 #### {{windows-os Windows}}
143
144 <ul class="list-unstyled" markdown="1">
145 * [{{malwarebytes-brand Malwarebytes}}]({{malwarebytes-win-affiliate-link http:/ /buy.malwarebytes.com/get-trial/adblock/en/?c=adblock&s=en&k=trial}})
saroyanm 2016/06/06 14:47:31 I think the brand/website names shouldn't be trans
saroyanm 2016/06/06 14:47:31 As mentioned here: https://codereview.adblockplus.
Philip Hill 2016/06/06 14:52:51 As I mentioned already, localizing website content
saroyanm 2016/06/06 15:44:52 Having another look into the issue, seems like the
saroyanm 2016/06/06 15:53:39 @Julian probably if you will use <a> tags the link
juliandoucette 2016/06/13 18:12:51 Done. I vote we investigate this issue further in
146 * [{{hitmanpro-brand HitmanPro}}]({{hitmanpro-win-affiliate-link http://www.surf right.nl/en/hitmanpro}})
147 * [{{adwcleaner-brand AdwCleaner}}]({{adcleaner-win-affiliate-link https://tools lib.net/downloads/viewdownload/1-adwcleaner/}})
148 </ul>
149
150 </div>
151 <div class="narrow-list" markdown="1">
152
153 #### {{osx-os OS X}}
154
155 <ul class="list-unstyled" markdown="1">
156 * [{{malwarebytes-brand Malwarebytes}}]({{malwarebytes-osx affiliate-link https: //www.malwarebytes.org/antimalware/mac/)
157 </ul>
158
159 </div>
160
161 {{advanced-users-content For advanced users, refer to the guides below to remov e Malware and other programs on your computer that you don't remember installing . To regain control of your browsing experience, you must uninstall any maliciou s programs. For more help on uninstalling malicious programs from your computer, click one of the links below.}}
162
163 <ul class="list-unstyled" markdown="1">
164 * [{{windows-os Windows}}](http://malwaretips.com/blogs/malware-removal-guide-fo r-windows/)
165 * [{{osx-os OS X}}](https://support.apple.com/en-us/HT203987)
166 </ul>
167
168 ### <span class="badge badge-success">2</span> {{reset-browser-settings-heading Reset your browser settings}} { .split-section .badge-header }
saroyanm 2016/06/06 14:47:31 Class "badge" is not being used anywhere
juliandoucette 2016/06/13 18:12:50 Done.
169
170 {{reset-browser-settings-content Oftentimes uninstalling unwanted software does not restore your browser settings to their original state. Follow these guides t o do this manually:}}
171
172 <ul class="list-unstyled" markdown="1">
173 * [{{internet-explorer-browser Internet Explorer}}](https://support.microsoft.co m/en-us/kb/923737)
174 * [{{firefox-browser Mozilla Firefox}}](https://support.mozilla.org/kb/reset-fir efox-easily-fix-most-problems)
175 * [{{chrome-browser Google Chrome}}](https://support.google.com/chrome/answer/32 96214)
176 * [{{opera-browser Opera}}](http://winaero.com/blog/how-to-reset-opera-browser-s ettings-to-their-defaults/)
177 * [{{yandex-browser Yandex.Browser}}](https://help.yandex.com/newbrowser/faq/faq -settings.xml#reset)
178 * [{{safari-6-7-browser Safari 6 & 7}}](http://help.coupons.com/articles/177-How -do-I-reset-my-Safari-browser-to-its-default-settings-on-Macintosh)
179 * [{{safari-8-9-browser Safari 8 & 9}}](https://discussions.apple.com/message/26 874735)
180 </ul>
181
182 ## {{prevent-infection-heading How do I prevent my computer from getting infecte d with Malware in the future?}} { .split-section .badge-header }
183
184 <ul markdown="1" class="list-custom">
185 * **{{use-official-channels-heading Use official channels to download your brows er:}}**{: .check-item }
186 <ul class="list-unstyled" markdown="1">
187 * [{{firefox-browser Mozilla Firefox}}](http://www.mozilla.org/firefox)
188 * [{{chrome-browser Google Chrome}}](https://www.google.com/chrome/browser/des ktop/)
189 * [{{opera-browser Opera}}](http://www.opera.com/)
190 * [{{yandex-browser Yandex.Browser}}](https://browser.yandex.com/)
191 </ul>
192 * **{{install-abp-heading Install Adblock Plus.}}** {{install-abp-content Adbloc k Plus can help to block and hide ads that trick you into installing potentially unwanted programs. Get Adblock Plus from}} [https://adblockplus.org/](https://a dblockplus.org/).
saroyanm 2016/06/06 14:47:30 The product name can be fixed: <fix>Adblock Plus</
juliandoucette 2016/06/13 18:12:50 Is it obvious for translators that the fixed text
193 {: .check-item }
194 * **{{update-os-heading Keep your operating system and other software up-to-date .}}**
195 {: .check-item }
196 * </span> **{{avoid-popups-heading Don't click inside misleading pop-up windows. }}**{ .text-danger } {{avoid-popups-content Many malicious websites try to insta ll Malware on your system by making images look like pop-up windows, or by displ aying an animation of the website scanning your computer.}}
197 {: .cross-item }
198 * **{{dont-install-untrusted-heading Don't install untrusted software.}}**{: .te xt-danger} {{dont-install-untrusted-content Some websites offer you software to accelerate your browser, to help you search the web, or to add toolbars that do things your browser already does. Some unwanted programs also come bundled in so ftware packages. Usually, these programs gather information on your browsing beh avior that serve only the people who designed them. Make sure you only install a dd-ons, extensions and plug-ins from your browser’s web store website and that y ou uncheck unwanted programs in software installation wizards.}}
199 {: .cross-item}
200 </ul>
OLDNEW
« no previous file with comments | « no previous file | static/img/check.png » ('j') | templates/default.tmpl » ('J')

Powered by Google App Engine
This is Rietveld