You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Few more clarifications and tweaks to antifeature UI
* Show on everyone's page to encourage usage and understanding for moderation requests.
* Reversed array to match key spec
* Reversed linkage... should help with SEO/comprehension a little.
Post #2071
Auto-merge
Copy file name to clipboardExpand all lines: views/includes/documents/Frequently-Asked-Questions.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -249,7 +249,7 @@ The `@downloadURL` UserScript metadata block key is not currently required but h
249
249
250
250
### Q: What is antifeature?
251
251
252
-
A: Adopted and vetted from another site, this UserScript metadata block key indicates what types of Author beneficial Code has been included with the script. This allows any visitor to make a more informed decision before installation.
252
+
A: Adopted and vetted from another site, this UserScript metadata block key indicates what types of Author indicated beneficial Code has been included with the script. This allows any visitor to make a more informed decision before installation.
253
253
254
254
Non-localized usage:
255
255
```js
@@ -270,46 +270,46 @@ Localized usage:
270
270
271
271
The following key type(s) are currently supported:
272
272
273
-
#### antifeature ads
273
+
#### ads antifeature
274
274
275
275
```js
276
276
// @antifeature ads This script contains too many ads.
277
277
```
278
278
279
-
#### antifeature membership
279
+
#### membership antifeature
280
280
281
281
```js
282
282
// @antifeature membership This script requires an account for full functionality.
283
283
```
284
284
285
-
#### antifeature miner
285
+
#### miner antifeature
286
286
287
287
```js
288
288
// @antifeature miner This script uses a lot of electricity on your behalf.
289
289
```
290
290
291
-
#### antifeature referral-link
291
+
#### referral-link antifeature
292
292
293
293
```js
294
294
// @antifeature referral-link This script makes money for the Author.
295
295
```
296
296
297
297
298
-
#### antifeature tracking
298
+
#### tracking antifeature
299
299
300
300
```js
301
301
// @antifeature tracking This script contains a tracking of your activity.
302
302
```
303
303
304
304
The following key type(s) are currently __not__ supported:
305
305
306
-
#### antifeature payment
306
+
#### payment antifeature
307
307
308
308
```js
309
-
// @antifeature payment This script utilizes additional proprietary upstream software and access.
309
+
// @antifeature payment This script utilizes additional monetary proprietary upstream software and access.
310
310
```
311
311
312
-
If any of these keys are present then additional consideration should be utilized for moderation requests. If any key is absent and a script is found to contain Code relevant to these types please flag the script for moderation inspection.
312
+
If any of these keys are present then additional consideration should be utilized for moderation requests. If any key is absent and a script is found to contain Code relevant to these types please flag the script for moderation inspection with specifics.
313
313
314
314
315
315
### Q: Does OpenUserJS.org have script synchronization from a version control site?
0 commit comments