mirror of
https://gitlab.com/KevinRoebert/ClearUrls
synced 2025-12-17 14:45:37 +07:00
changes
This commit is contained in:
@@ -51,7 +51,7 @@ function removeFieldsFormURL(provider, pureUrl, quiet = false, request = null) {
|
||||
* Skip whitelisted sites
|
||||
*/
|
||||
for (const site of storage.whitelist) {
|
||||
if (url.indexOf(site) != -1) {
|
||||
if (url.indexOf(site) !== -1) {
|
||||
return {
|
||||
"changes": false,
|
||||
"url": url,
|
||||
|
||||
Reference in New Issue
Block a user