Full filter #1
Reference in New Issue
Block a user
Delete Branch "full-filter"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Created by: GotPPay
Created by: MirnaM
No need for index or tmpWords variable, this is same as config.words = config.words.map(word => word.toLowerCase())
Created by: MirnaM
Maybe there is no need to pass this callback? It looks to me that line 27 can be moved to applyFilters method. It's a bit confusing like this and hard to follow :)
Created by: MirnaM
also no need to pass this as a callback? getRawDomainList can return only data, i.e. const raw = getRawDomainList(url); and this callback can be part of getDomainList function.