Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
Remove id from series url regex
Browse files Browse the repository at this point in the history
  • Loading branch information
bytedream committed Oct 9, 2023
1 parent e3fd634 commit 06b27f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entries/contentScript/website/main.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { main as seriesMain } from '~/entries/contentScript/website/series/main';

const pairs = [
{ entry: seriesMain, pattern: /^https:\/\/www\.crunchyroll\.com\/series\/GG5H5XQX4.*$/ }
{ entry: seriesMain, pattern: /^https:\/\/www\.crunchyroll\.com\/series\/.*$/ }
];

function checkLocation() {
Expand Down

0 comments on commit 06b27f2

Please sign in to comment.