CodeSpaces Close Confirmation

Ask before you close GitHub or VS Codespaces

< 脚本 CodeSpaces Close Confirmation 的反馈

评价:好评 - 脚本运行良好

§
发布于:2023-01-03

Could you consider adding *.vscode.dev to the script?

Also, ViolentMonkey does not like the match pattern for github.dev. It gives the following error message:


Bad pattern: missing "/" for path in https://*.github.dev

https://violentmonkey.github.io/api/matching/

It wants a trailing /* after the tld. Changing the match pattern to the example below makes ViolentMonkey happy and the script work.


// @match        https://*.github.dev/*

发布留言

登录(不可用)以发布留言。

长期地址
遇到问题?请前往 GitHub 提 Issues。