release: 1.2.4
This commit is contained in:
4
dist/jop.user.js
vendored
4
dist/jop.user.js
vendored
@@ -1,7 +1,7 @@
|
||||
// ==UserScript==
|
||||
// @name JAV 添加跳转在线观看
|
||||
// @namespace https://greasyfork.org/zh-CN/scripts/429173
|
||||
// @version 1.2.3
|
||||
// @version 1.2.4
|
||||
// @author mission522
|
||||
// @description 为 JavDB、JavBus、JavLibrary 这三个站点添加跳转在线观看的链接
|
||||
// @license MIT
|
||||
@@ -976,7 +976,7 @@
|
||||
hiddenError,
|
||||
setHiddenError,
|
||||
}) => {
|
||||
const [showSetting, setShowSetting] = p(true);
|
||||
const [showSetting, setShowSetting] = p(false);
|
||||
const hanleListChange = (item, isHidden) => {
|
||||
if (isHidden) {
|
||||
setDisables(disables.filter((disItem) => disItem !== item.name));
|
||||
|
||||
@@ -12,7 +12,7 @@ const includeList = libSites.map((libItem) => libItem.href);
|
||||
|
||||
const UserscriptConfig: MonkeyUserScript = {
|
||||
author: "mission522",
|
||||
version: "1.2.3",
|
||||
version: "1.2.4",
|
||||
license: "MIT",
|
||||
name: "JAV 添加跳转在线观看",
|
||||
// match: ["*://*/cn/?v=jav*"],
|
||||
|
||||
Reference in New Issue
Block a user