Open nicolas-raoul opened 5 years ago
The exclusions should come right after the site they are about, for instance:
*.livius.org/* _cse_galkqgoksq0 *.microsoft.com/* _cse_galkqgoksq0 *.microsoft.com/en-us/store/* _cse_exclude_galkqgoksq0 *.nfl.com/* _cse_galkqgoksq0
In general, it could be a simple alphabetic sort, or something more subtle, domain-based:
*.spectator.co.uk/* _cse_galkqgoksq0 *.literature.tufts.edu/* _cse_galkqgoksq0 *.science.tufts.edu/* _cse_galkqgoksq0 *.jobs.science.tufts.edu/* _cse_exclude_galkqgoksq0 *.umich.edu/* _cse_galkqgoksq0
A Python or bash script would be ideal, but a pull request that sorts the list manually would be accepted too if it does not add/remove/modify any line at the same time.
(the same applies to the new XML format)
The exclusions should come right after the site they are about, for instance:
In general, it could be a simple alphabetic sort, or something more subtle, domain-based:
A Python or bash script would be ideal, but a pull request that sorts the list manually would be accepted too if it does not add/remove/modify any line at the same time.