-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
65116e0
commit e6f8a66
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
// ==UserScript== | ||
// @name Greasy Fork++ | ||
// @namespace https://github.com/iFelix18 | ||
// @version 3.2.44 | ||
// @version 3.2.45 | ||
// @author CY Fung <https://greasyfork.org/users/371179> & Davide <[email protected]> | ||
// @icon https://www.google.com/s2/favicons?domain=https://greasyfork.org | ||
// @description Adds various features and improves the Greasy Fork experience | ||
|
@@ -161,7 +161,7 @@ const mWindow = (() => { | |
default: false // not true | ||
}, | ||
blacklist: { | ||
label: 'Blacklist:<br><span>A "non-opinionable" list that blocks all scripts with emoji in the title/description, references to "bots", "cheats" and some online game sites, and other "bullshit"</span>', | ||
label: 'Blacklist:<br><span>A "non-opinionable" list that blocks all scripts with specific words in the title/description, references to "bots", "cheats" and some online game sites, and other "bullshit"</span>', | ||
labelPos: 'right', | ||
type: 'checkbox', | ||
default: true | ||
|