Skip to content

Conversation

@cyfung1031
Copy link
Collaborator

@cyfung1031 cyfung1031 commented Nov 13, 2025

概述 Descriptions

#940

Ctrl click the link to open a new window / tab as a new background tab.
https://detail.zol.com.cn/notebook/index1173171.shtml

// ==UserScript==
// @name         New Userscript GEBU-1
// @namespace    https://docs.scriptcat.org/
// @version      0.1.0
// @description  try to take over the world!
// @author       You
// @match        *://*/*
// @grant        GM.deleteValue
// @grant        GM.deleteValues
// ==/UserScript==

(function () {
    'use strict';
        GM.deleteValue("123");
        GM.deleteValues(["123"]);
})();

变更内容 Changes

截图 Screenshots

@cyfung1031 cyfung1031 marked this pull request as draft November 13, 2025 03:50
@cyfung1031 cyfung1031 changed the title 修正 runtime/valueUpdate 缺失 修正 deleteValue/deleteValues 无法执行问题 Nov 13, 2025
@cyfung1031
Copy link
Collaborator Author

感觉堆了很多PR。所以还是等 #898 一次过合并? 你喜欢吧

@cyfung1031 cyfung1031 force-pushed the 修正-runtime/valueUpdate-缺失---001 branch from acf4518 to 9cc7661 Compare November 13, 2025 05:17
@CodFrm
Copy link
Member

CodFrm commented Nov 13, 2025

感觉堆了很多PR。所以还是等 #898 一次过合并? 你喜欢吧

可以吧

@cyfung1031 cyfung1031 marked this pull request as ready for review November 13, 2025 06:58
@cyfung1031
Copy link
Collaborator Author

移至 #950

@CodFrm CodFrm merged commit 3d92bfb into scriptscat:main Nov 16, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

hotfix 需要尽快更新到扩展商店 P0 🚑 需要紧急处理的内容

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants