openfoodfacts/power-user-script
View on GitHubBetter filter for "recent changes" page
Open
#20 opened on Apr 20, 2020
good first issue
Repository metrics
- Stars
- (13 stars)
- PR merge metrics
- (PR metrics pending)
Description
The "recent changes" filter (filter as you type) is currently filtering edits that contains a value.

It would be awesome to let users exclude some results:
-hungergameswould list all pages except the ones containing "hungergames"-hunger -date-limitewould list all pages except the ones containing "hungergames" or "date-limite"image -hungerwould list all pages containing "image" except the ones containing "hunger"
Impacts:
- exclude from "traffic" the well known apps (such as kiliweb, hungergames, date-limite, etc.), to identify new users
- allow us to monitor temporary operations/missions
How? All the code is currently in the "Recent Changes" section of the code. See: https://github.com/openfoodfacts/power-user-script/blob/189026fb658f14bee0b510fcd27e27c07ab6be7c/OpenFoodFactsPower.user.js#L747