Skip to content

Commit

Permalink
fix rule: foxnews.com
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabe Yuan committed Mar 25, 2024
1 parent d53fbd4 commit f4e2102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const RULES_MAP = {
selector: `[data-n-tid], ${DEFAULT_SELECTOR}`,
},
"www.foxnews.com": {
selector: `h2, .title, .sidebar [data-type="Title"], .article-content ${DEFAULT_SELECTOR}; [data-spotim-module="conversation"]>div >>> [data-spot-im-class="message-text"] p, [data-spot-im-class="message-text"]`,
selector: `.headline, .sub-headline, .ob-rec-text, .title, .title>a, .article-body ${DEFAULT_SELECTOR}; [data-spotim-module="conversation"]>div >>> [data-spot-im-class="message-text"] p, [data-spot-im-class="message-text"]`,
},
"bearblog.dev, www.theverge.com, www.tampermonkey.net/documentation.php": {
selector: `${DEFAULT_SELECTOR}`,
Expand Down

0 comments on commit f4e2102

Please sign in to comment.