Skip to content

Commit

Permalink
Remove " Reviews" from metacritic title
Browse files Browse the repository at this point in the history
Closes #218
  • Loading branch information
theotherp authored Nov 13, 2024
1 parent 8c86c67 commit 7cba73d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/content/js/content_script.js
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,13 @@
search: {
containerSelector: 'meta[property="og:title"]',
selectorType: 'content',
modifiers: []
modifiers: [
{
type: 'replace',
from: ' Reviews',
to: ''
}
]
},
match: {
terms: ['metacritic.com'],
Expand Down

0 comments on commit 7cba73d

Please sign in to comment.