Skip to content

Commit

Permalink
change: match http*;
Browse files Browse the repository at this point in the history
  • Loading branch information
MapoMagpie committed Sep 1, 2024
1 parent 6046137 commit 7382407
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions eh-view-enhance.meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
// @match https://hentainexus.com/*
// @match https://koharu.to/*
// @match https://*.manhuagui.com/*
// @match http*://*.mangacopy.com/*
// @match http*://*.copymanga.tv/*
// @match https://*.mangacopy.com/*
// @match https://*.copymanga.tv/*
// @match https://e621.net/*
// @match https://arca.live/*
// @require https://cdn.jsdelivr.net/npm/@zip.js/[email protected]/dist/zip-full.min.js
Expand Down
4 changes: 2 additions & 2 deletions eh-view-enhance.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
// @match https://hentainexus.com/*
// @match https://koharu.to/*
// @match https://*.manhuagui.com/*
// @match http*://*.mangacopy.com/*
// @match http*://*.copymanga.tv/*
// @match https://*.mangacopy.com/*
// @match https://*.copymanga.tv/*
// @match https://e621.net/*
// @match https://arca.live/*
// @require https://cdn.jsdelivr.net/npm/@zip.js/[email protected]/dist/zip-full.min.js
Expand Down
4 changes: 2 additions & 2 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ export default defineConfig(({ command }) => {
'https://hentainexus.com/*',
'https://koharu.to/*',
'https://*.manhuagui.com/*',
'http*://*.mangacopy.com/*',
'http*://*.copymanga.tv/*',
'https://*.mangacopy.com/*',
'https://*.copymanga.tv/*',
'https://e621.net/*',
'https://arca.live/*',
],
Expand Down

0 comments on commit 7382407

Please sign in to comment.