Antifeatures are things added to scripts to benefit the authors rather than users, such as ads or tracking. Scripts with antifeatures are allowed according to Sleazy Fork's rules but they must be marked with @antifeature
in the script's metadata block. Doing so will ensure the user is aware of the antifeature prior to installing.
Antifeatures are specified as script meta keys with the format @antifeature type description
. type is required and description is optional.
This page describes the types of @antifeature
recognized by Sleazy Fork. Other types may be used, but the presence of the antifeature must not be against Sleazy Fork's rules.
@antifeature ads
The script inserts advertisements on pages the user visits.
The following do not require the use of @antifeature ads
:
- A script that affects a website that contains ads.
- A script links or otherwise directs the user to a website that contains ads, as long as that website provides some functionality when integrated with the script.
- Promotion of the script author's homepage, code repository, Discord, WeChat, etc.
@antifeature membership
The script requires the user to subscribe to a channel, join a group, like a page, etc. for the script to be fully functional.
The following do not require the use of @antifeature membership
:
- A script that affects the logged-in area of a website, but the script itself does not require additional logging in.
- A script where support is provided via a platform that requires membership, as long as such support is not required for the user to have full functionality.
- Links to the author's channel, group, page, etc. that do not affect the script's functionality.
@antifeature miner
The script contains a cryptominer or other code that uses the user's resources to perform some task for the script author.
@antifeature payment
The script requires the user pay the script author for the script to be fully functional.
The following do not require the use of @antifeature payment
:
- A script that affects a website that requires payment, but the script itself does not require payment.
- A script that asks for donations, as long as the donation does not unlock additional functionality.
@antifeature referral-link
The script performs some action that earns the author commission on purchases. This includes the script containing referral/affiliate links, rewriting existing links to be referral/affiliate links, or providing coupon codes that earn the script author commission.
@antifeature tracking
The script includes code to track user activity. This includes trackers such as Google Analytics or custom tracking code that reports user activity to the script author.