Skip to content

Commit

Permalink
ResetScans: Change domain (#6513)
Browse files Browse the repository at this point in the history
* ResetScans: Change domain

* blacklist muses.org (audio ads)

* Update Blacklist.mjs

---------

Co-authored-by: MikeZeDev <[email protected]>
  • Loading branch information
x4nk1t and MikeZeDev authored Dec 7, 2023
1 parent d1163eb commit 0ba3803
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/mjs/connectors/ResetScans.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default class ResetScans extends WordPressMadara {
super.id = 'resetscans';
super.label = 'Reset Scans';
this.tags = [ 'manga', 'webtoon', 'english' ];
this.url = 'https://reset-scans.com';
this.url = 'https://reset-scans.us';
this.queryChapters = 'li.wp-manga-chapter div.li__text > a';
}
}
1 change: 1 addition & 0 deletions src/web/mjs/engine/Blacklist.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ export default class Blacklist {
'*://*.mineralscreamrobes.com/*',
'*://*.moatads.com/*',
'*://*.mobtrks.com/*',
'*://*.muses.org/*',
'*://*.nakamasweb.com/*',
'*://*.onclasrv.com/*',
'*://*.onesignal.com/*',
Expand Down

0 comments on commit 0ba3803

Please sign in to comment.