Skip to content

Commit

Permalink
CiteHighlighter: add RFD as slow page
Browse files Browse the repository at this point in the history
  • Loading branch information
NovemLinguae committed Oct 14, 2024
1 parent 86d54d9 commit 667c59b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CiteHighlighter/CiteHighlighter.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ class CiteHighlighter {
this.articleTitle === 'Main_Page' ||
this.articleTitle === 'Wikipedia:Featured_articles' ||
this.articleTitle === 'Special:Watchlist' ||
this.articleTitle === 'Wikipedia:New_page_patrol_source_guide'
this.articleTitle === 'Wikipedia:New_page_patrol_source_guide' ||
this.articleTitle === 'Wikipedia:Redirects_for_discussion'
) {
return true;
}
Expand Down

0 comments on commit 667c59b

Please sign in to comment.