Skip to content

Commit

Permalink
highlight The Guardian UK green instead of yellow
Browse files Browse the repository at this point in the history
  • Loading branch information
NovemLinguae committed Feb 19, 2024
1 parent 6126bef commit 3fb4052
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CiteHighlighter/NPPSG to array tool/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,9 @@ class NPPSG {
this.deleteAll('Forbes', 'forbes.com', 'Forbes.com');
this.sources.yellow.push('Forbes', 'forbes.com');

// the guardian is green and yellow. override to yellow
// the guardian is green and yellow. override to green
this.deleteAll('Guardian', 'theguardian.com', 'theguardian.co.uk', 'guardian.co.uk');
this.sources.yellow.push('Guardian', 'theguardian.com', 'theguardian.co.uk', 'guardian.co.uk');
this.sources.green.push('Guardian', 'theguardian.com', 'theguardian.co.uk', 'guardian.co.uk');

// huffpost is all 3 colors. override to yellow
this.deleteAll('HuffPost', 'huffpost.com', 'huffingtonpost.com');
Expand Down

0 comments on commit 3fb4052

Please sign in to comment.