@@ -201,13 +201,16 @@ <h1 id="title"></h1>
201
201
< tbody >
202
202
< tr id ="blackListRow ">
203
203
< td > < b > blackList</ b > </ td >
204
- < td > Enter a list of domains (or partial URLs!) you don't want this script to run on – separated by line breaks (enter/return).</ td >
204
+ < td > Enter a list of domains or (partial) URLs you don't want SWI to run on – separated by line
205
+ breaks (enter/return).</ td >
205
206
< td > < textarea id ="blackList " name ="blackList " onchange ="onChange(this) " cols ="30 " rows ="5 "> </ textarea >
206
207
</ td >
207
208
</ tr >
208
209
< tr id ="whiteListModeRow ">
209
210
< td > < b > whiteListMode</ b > </ td >
210
- < td > Invert the < a href ="#blackListRow "> blackList</ a > , so that this script will only run on matching domains (or partial URLs).</ td >
211
+ < td > Convert the < a href ="#blackListRow "> blackList</ a > to a whitelist, such that SWI will only run on
212
+ matching
213
+ domains (or partial URLs).</ td >
211
214
< td > < input id ="whiteListMode " name ="whiteListMode " type ="checkbox " onclick ="onChange(this) "> </ td >
212
215
</ tr >
213
216
< tr id ="dynamicContentRow ">
@@ -221,14 +224,15 @@ <h1 id="title"></h1>
221
224
</ tr >
222
225
< tr id ="pingIntervalRow ">
223
226
< td > < b > pingInterval</ b > </ td >
224
- < td > The number of ms in between page checks (only when < a href ="#dynamicContentRow "> dynamicContent</ a > is set
227
+ < td > The number of ms in between page checks (only when < a href ="#dynamicContentRow "> dynamicContent</ a > is
228
+ set
225
229
to "Periodically check web page").</ td >
226
230
< td > < input id ="pingInterval " name ="pingInterval " value ="1500 " min ="1000 " step ="100 " type ="number "
227
231
oninput ="onChange(this) "> </ td >
228
232
</ tr >
229
233
< tr id ="prefixRow ">
230
234
< td > < b > prefix</ b > </ td >
231
- < td > Prefix (checked) instead of suffix (unchecked) position icon .</ td >
235
+ < td > Prefix (checked) instead of suffix (unchecked) position for the icons placement .</ td >
232
236
< td > < input id ="prefix " name ="prefix " type ="checkbox " onclick ="onChange(this) "> </ td >
233
237
</ tr >
234
238
< tr id ="boxedRow ">
@@ -280,44 +284,44 @@ <h1 id="title"></h1>
280
284
</ tr >
281
285
< tr id ="wantIgnoresRow ">
282
286
< td > < b > wantIgnores</ b > </ td >
283
- < td > Whether (checked) or not (unchecked) you want to display an extra icon for ignored (not interested)
287
+ < td > Whether (checked) or not (unchecked) you want to display an icon for ignored (not interested)
284
288
apps.</ td >
285
289
< td > < input id ="wantIgnores " name ="wantIgnores " checked ="" type ="checkbox " onclick ="onChange(this) "> </ td >
286
290
</ tr >
287
291
< tr id ="wantFollowedRow ">
288
292
< td > < b > wantFollowed</ b > </ td >
289
- < td > Whether (checked) or not (unchecked) you want to display an extra icon for followed (not interested)
293
+ < td > Whether (checked) or not (unchecked) you want to display an icon for followed (not interested)
290
294
apps.</ td >
291
295
< td > < input id ="wantFollowed " name ="wantFollowed " checked ="" type ="checkbox " onclick ="onChange(this) "> </ td >
292
296
</ tr >
293
297
< tr id ="wantDLCRow ">
294
298
< td > < b > wantDLC</ b > </ td >
295
- < td > Whether (checked) or not (unchecked) you want to display an extra icon for downloadable content (DLC).
299
+ < td > Whether (checked) or not (unchecked) you want to display an icon for downloadable content (DLC).
296
300
</ td >
297
301
< td > < input id ="wantDLC " name ="wantDLC " checked ="" type ="checkbox " onclick ="onChange(this) "> </ td >
298
302
</ tr >
299
303
< tr id ="wantDecommissionedRow ">
300
304
< td > < b > wantDecommissioned</ b > </ td >
301
- < td > Whether (checked) or not (unchecked) you want to display an extra icon for removed or delisted
305
+ < td > Whether (checked) or not (unchecked) you want to display an icon for removed or delisted
302
306
(decommissioned) apps.</ td >
303
307
< td > < input id ="wantDecommissioned " name ="wantDecommissioned " checked ="" type ="checkbox "
304
308
onclick ="onChange(this) "> </ td >
305
309
</ tr >
306
310
< tr id ="wantLimitedRow ">
307
311
< td > < b > wantLimited</ b > </ td >
308
- < td > Whether (checked) or not (unchecked) you want to display an extra icon for low confidence metric apps.
312
+ < td > Whether (checked) or not (unchecked) you want to display an icon for low confidence metric apps.
309
313
</ td >
310
314
< td > < input id ="wantLimited " name ="wantLimited " checked ="" type ="checkbox " onclick ="onChange(this) "> </ td >
311
315
</ tr >
312
316
< tr id ="wantCardsRow ">
313
317
< td > < b > wantCards</ b > </ td >
314
- < td > Whether (checked) or not (unchecked) you want to display an extra icon for apps with cards.</ td >
318
+ < td > Whether (checked) or not (unchecked) you want to display an icon for apps with cards.</ td >
315
319
< td > < input id ="wantCards " name ="wantCards " checked ="" type ="checkbox " onclick ="onChange(this) ">
316
320
</ td >
317
321
</ tr >
318
322
< tr id ="wantBundlesRow ">
319
323
< td > < b > wantBundles</ b > </ td >
320
- < td > Whether (checked) or not (unchecked) you want to display an extra icon for previously bundled apps.
324
+ < td > Whether (checked) or not (unchecked) you want to display an icon for previously bundled apps.
321
325
</ td >
322
326
< td > < input id ="wantBundles " name ="wantBundles " checked ="" type ="checkbox " onclick ="onChange(this) "> </ td >
323
327
</ tr >
0 commit comments