Skip to content

Commit

Permalink
chore: modify version to 4.10.7;
Browse files Browse the repository at this point in the history
  • Loading branch information
MapoMagpie committed Jan 1, 2025
1 parent 601241a commit 5f33767
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 4 deletions.
11 changes: 10 additions & 1 deletion eh-view-enhance.meta.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 10 additions & 1 deletion eh-view-enhance.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// @name:es Comic Looms
// @name:ka Comic Looms
// @namespace https://github.com/MapoMagpie/eh-view-enhance
// @version 4.10.6
// @version 4.10.7
// @author MapoMagpie
// @description Manga Viewer + Downloader, Focus on experience and low load on the site. Support you in finding the site you are searching for.
// @description:zh-CN 漫画阅读 + 下载器,注重体验和对站点的负载控制。支持你正在搜索的站点。
Expand All @@ -21,6 +21,15 @@
// @supportURL https://github.com/MapoMagpie/eh-view-enhance/issues
// @downloadURL https://github.com/MapoMagpie/eh-view-enhance/raw/master/eh-view-enhance.user.js
// @updateURL https://github.com/MapoMagpie/eh-view-enhance/raw/master/eh-view-enhance.meta.js
// @match https://*.pixiv.net/*
// @match https://steamcommunity.com/*
// @match https://twitter.com/*
// @match https://x.com/*
// @match https://*.instagram.com/*
// @match https://*.manhuagui.com/*
// @match https://*.mangacopy.com/*
// @match https://*.copymanga.tv/*
// @match https://*.artstation.com/*
// @match *://*/*
// @require https://cdn.jsdelivr.net/npm/@zip.js/[email protected]/dist/zip-full.min.js
// @require https://cdn.jsdelivr.net/npm/[email protected]/dist/FileSaver.min.js
Expand Down
35 changes: 33 additions & 2 deletions vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { defineConfig } from 'vite';
import monkey, { cdn } from 'vite-plugin-monkey';

const VERSION = '4.10.6';
const VERSION = '4.10.7';
// https://vitejs.dev/config/
export default defineConfig(({ command }) => {
let downloadURL: string | undefined;
Expand Down Expand Up @@ -54,7 +54,38 @@ const _classWorkerURL = URL.createObjectURL(new Blob([decodeBase64(encodedJs)],
supportURL: 'https://github.com/MapoMagpie/eh-view-enhance/issues',
downloadURL,
updateURL,
match: ['*://*/*'],
match: [
// 'https://exhentai.org/*',
// 'https://e-hentai.org/*',
// 'http://exhentai55ld2wyap5juskbm67czulomrouspdacjamjeloj7ugjbsad.onion/*',
// 'https://nhentai.net/*',
// 'https://nhentai.xxx/*',
// 'https://hitomi.la/*',
// 'https://yande.re/*',
// 'https://konachan.com/*',
// 'https://rokuhentai.com/*',
// 'https://18comic.vip/*',
// 'https://rule34.xxx/*',
// 'https://imhentai.xxx/*',
// 'https://danbooru.donmai.us/*',
// 'https://gelbooru.com/*',
// 'https://*.wnacg.com/*',
// 'https://*.wn**.cc/*',
// 'https://hentainexus.com/*',
// 'https://koharu.to/*',
// 'https://e621.net/*',
// 'https://arca.live/*',
'https://*.pixiv.net/*',
'https://steamcommunity.com/*',
'https://twitter.com/*',
'https://x.com/*',
'https://*.instagram.com/*',
'https://*.manhuagui.com/*',
'https://*.mangacopy.com/*',
'https://*.copymanga.tv/*',
'https://*.artstation.com/*',
'*://*/*',
],
name: {
"": "Comic Looms",
"zh-CN": "漫画织机",
Expand Down

0 comments on commit 5f33767

Please sign in to comment.