This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!name=12306去广告 | |
#!desc=过滤12306应用内广告及开屏广告 | |
#!author=RuCu6[https://github.com/RuCu6] | |
#!icon=https://raw.githubusercontent.com/luestr/IconResource/main/App_icon/120px/12306.png | |
#!category=iKeLee | |
#!openUrl=https://apps.apple.com/app/id564818797 | |
#!tag=去广告 | |
#!loon_version=3.2.1(749) | |
#!homepage=https://github.com/luestr/ProxyResource/blob/main/README.md | |
#!date=2024-02-20 17:20:29 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Variables used by Scriptable. | |
// These must be at the very top of the file. Do not edit. | |
// icon-color: pink; icon-glyph: heartbeat; | |
/* | |
* Author: evilbutcher | |
* Github: https://github.com/evilbutcher | |
* 本脚本使用了@Gideon_Senku的Env.scriptable,感谢! | |
*/ | |
const goupdate = true; | |
const $ = importModule("Env"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Variables used by Scriptable. | |
// These must be at the very top of the file. Do not edit. | |
// icon-color: orange; icon-glyph: tv; | |
// 添加require,是为了vscode中可以正确引入包,以获得自动补全等功能 | |
if (typeof require === 'undefined') require = importModule; | |
const { DmYY, Runing } = require('./DmYY'); | |
// @组件代码开始 | |
class Widget extends DmYY { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Variables used by Scriptable. | |
// These must be at the very top of the file. Do not edit. | |
// icon-color: deep-purple; icon-glyph: magic; | |
/* | |
* @author: 脑瓜 | |
* @feedback https://t.me/Scriptable_CN | |
* telegram: @anker1209 | |
* version: 2.0 | |
* update: 2024/11/18 | |
* 原创UI,修改套用请注明来源 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Variables used by Scriptable. | |
// These must be at the very top of the file. Do not edit. | |
// icon-color: deep-purple; icon-glyph: magic; | |
// Script: 2Ya & 脑瓜 | |
// 电报群:https://t.me/Scriptable_JS @anker1209 | |
// 该脚本小尺寸组件支持两种模式,默认为圆环进度条模式,主屏幕长按小组件-->编辑小组件-->Parameter,输入1,使用文字模式 | |
// 渐变进度条为试验性功能,默认关闭 | |
// version:1.1.1 | |
// update:2022/10/20 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Variables used by Scriptable. | |
// These must be at the very top of the file. Do not edit. | |
// icon-color: deep-green; icon-glyph: cloud; | |
// Author:Pih | |
// 该小组件为在作者Pih的基础上进行的UI界面修改及相关代码调整Telegram @anker1209 | |
// 0427 - [1]加快了处理速度[2]减少了无意义的查询[3]减少报错 | |
// Update time:2021/04/27 | |
log("开始运行"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public static void main(){} |