├── .gitignore ├── .prettierrc ├── 2YaInstall.js ├── JDDou ├── README.md ├── jd_img.gif ├── jdd.png ├── jddnew.png ├── yea.gif └── yesterday.png ├── JDWuLiu ├── README.md ├── cart.png └── none.jpg ├── README.md ├── Scripts ├── 12123.js ├── BiliBili.js ├── BiliBiliUp.js ├── BiliBiliWatch.js ├── Calendar.js ├── CalendarFnc.js ├── CarWidget.js ├── ChinaMobile.js ├── ChinaTelecom.js ├── ChinaUnicom.js ├── Contact.js ├── DmYY.js ├── Ftms.js ├── Health.js ├── HistoryToday.js ├── JD-all-one-v2.js ├── JDDou.js ├── JDDouK.js ├── JDWuLiu.js ├── Oild.js ├── PoisonCalendar.js ├── PoisonCalendarText.js ├── PriceWidgets.js ├── Spotify.js ├── Telegram.js ├── VPNBoardPress.js ├── VPNSubscription.js ├── VpnBoard.js ├── YouTube.js ├── ZXTrains.js ├── birthday.js ├── crypto-js.min.js ├── webo.js └── wsgw.js ├── birthdayCountDown ├── 2Ya.jpg ├── Components │ └── Calendar.js ├── README.md ├── birthday.png ├── img.GIF ├── index.js └── thumb1.jpg ├── extra_install.json ├── images ├── count.png ├── ftms.png ├── gas-night.png ├── jdk.jpg ├── large.png ├── medium.png ├── more.png └── small.png ├── install.json ├── package.json ├── widget.Install.js └── yarn.lock /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dompling/Scriptable/HEAD/.gitignore -------------------------------------------------------------------------------- /.prettierrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dompling/Scriptable/HEAD/.prettierrc -------------------------------------------------------------------------------- /2YaInstall.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dompling/Scriptable/HEAD/2YaInstall.js -------------------------------------------------------------------------------- /JDDou/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dompling/Scriptable/HEAD/JDDou/README.md -------------------------------------------------------------------------------- /JDDou/jd_img.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dompling/Scriptable/HEAD/JDDou/jd_img.gif -------------------------------------------------------------------------------- /JDDou/jdd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dompling/Scriptable/HEAD/JDDou/jdd.png -------------------------------------------------------------------------------- /JDDou/jddnew.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dompling/Scriptable/HEAD/JDDou/jddnew.png -------------------------------------------------------------------------------- /JDDou/yea.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dompling/Scriptable/HEAD/JDDou/yea.gif -------------------------------------------------------------------------------- /JDDou/yesterday.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dompling/Scriptable/HEAD/JDDou/yesterday.png -------------------------------------------------------------------------------- /JDWuLiu/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dompling/Scriptable/HEAD/JDWuLiu/README.md -------------------------------------------------------------------------------- /JDWuLiu/cart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dompling/Scriptable/HEAD/JDWuLiu/cart.png -------------------------------------------------------------------------------- /JDWuLiu/none.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dompling/Scriptable/HEAD/JDWuLiu/none.jpg -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dompling/Scriptable/HEAD/README.md -------------------------------------------------------------------------------- /Scripts/12123.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dompling/Scriptable/HEAD/Scripts/12123.js -------------------------------------------------------------------------------- /Scripts/BiliBili.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dompling/Scriptable/HEAD/Scripts/BiliBili.js -------------------------------------------------------------------------------- /Scripts/BiliBiliUp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dompling/Scriptable/HEAD/Scripts/BiliBiliUp.js -------------------------------------------------------------------------------- /Scripts/BiliBiliWatch.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dompling/Scriptable/HEAD/Scripts/BiliBiliWatch.js -------------------------------------------------------------------------------- /Scripts/Calendar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dompling/Scriptable/HEAD/Scripts/Calendar.js -------------------------------------------------------------------------------- /Scripts/CalendarFnc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dompling/Scriptable/HEAD/Scripts/CalendarFnc.js -------------------------------------------------------------------------------- /Scripts/CarWidget.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dompling/Scriptable/HEAD/Scripts/CarWidget.js -------------------------------------------------------------------------------- /Scripts/ChinaMobile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dompling/Scriptable/HEAD/Scripts/ChinaMobile.js -------------------------------------------------------------------------------- /Scripts/ChinaTelecom.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dompling/Scriptable/HEAD/Scripts/ChinaTelecom.js -------------------------------------------------------------------------------- /Scripts/ChinaUnicom.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dompling/Scriptable/HEAD/Scripts/ChinaUnicom.js -------------------------------------------------------------------------------- /Scripts/Contact.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dompling/Scriptable/HEAD/Scripts/Contact.js -------------------------------------------------------------------------------- /Scripts/DmYY.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dompling/Scriptable/HEAD/Scripts/DmYY.js -------------------------------------------------------------------------------- /Scripts/Ftms.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dompling/Scriptable/HEAD/Scripts/Ftms.js -------------------------------------------------------------------------------- /Scripts/Health.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dompling/Scriptable/HEAD/Scripts/Health.js -------------------------------------------------------------------------------- /Scripts/HistoryToday.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dompling/Scriptable/HEAD/Scripts/HistoryToday.js -------------------------------------------------------------------------------- /Scripts/JD-all-one-v2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dompling/Scriptable/HEAD/Scripts/JD-all-one-v2.js -------------------------------------------------------------------------------- /Scripts/JDDou.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dompling/Scriptable/HEAD/Scripts/JDDou.js -------------------------------------------------------------------------------- /Scripts/JDDouK.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dompling/Scriptable/HEAD/Scripts/JDDouK.js -------------------------------------------------------------------------------- /Scripts/JDWuLiu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dompling/Scriptable/HEAD/Scripts/JDWuLiu.js -------------------------------------------------------------------------------- /Scripts/Oild.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dompling/Scriptable/HEAD/Scripts/Oild.js -------------------------------------------------------------------------------- /Scripts/PoisonCalendar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dompling/Scriptable/HEAD/Scripts/PoisonCalendar.js -------------------------------------------------------------------------------- /Scripts/PoisonCalendarText.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dompling/Scriptable/HEAD/Scripts/PoisonCalendarText.js -------------------------------------------------------------------------------- /Scripts/PriceWidgets.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dompling/Scriptable/HEAD/Scripts/PriceWidgets.js -------------------------------------------------------------------------------- /Scripts/Spotify.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dompling/Scriptable/HEAD/Scripts/Spotify.js -------------------------------------------------------------------------------- /Scripts/Telegram.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dompling/Scriptable/HEAD/Scripts/Telegram.js -------------------------------------------------------------------------------- /Scripts/VPNBoardPress.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dompling/Scriptable/HEAD/Scripts/VPNBoardPress.js -------------------------------------------------------------------------------- /Scripts/VPNSubscription.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dompling/Scriptable/HEAD/Scripts/VPNSubscription.js -------------------------------------------------------------------------------- /Scripts/VpnBoard.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dompling/Scriptable/HEAD/Scripts/VpnBoard.js -------------------------------------------------------------------------------- /Scripts/YouTube.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dompling/Scriptable/HEAD/Scripts/YouTube.js -------------------------------------------------------------------------------- /Scripts/ZXTrains.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dompling/Scriptable/HEAD/Scripts/ZXTrains.js -------------------------------------------------------------------------------- /Scripts/birthday.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dompling/Scriptable/HEAD/Scripts/birthday.js -------------------------------------------------------------------------------- /Scripts/crypto-js.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dompling/Scriptable/HEAD/Scripts/crypto-js.min.js -------------------------------------------------------------------------------- /Scripts/webo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dompling/Scriptable/HEAD/Scripts/webo.js -------------------------------------------------------------------------------- /Scripts/wsgw.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dompling/Scriptable/HEAD/Scripts/wsgw.js -------------------------------------------------------------------------------- /birthdayCountDown/2Ya.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dompling/Scriptable/HEAD/birthdayCountDown/2Ya.jpg -------------------------------------------------------------------------------- /birthdayCountDown/Components/Calendar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dompling/Scriptable/HEAD/birthdayCountDown/Components/Calendar.js -------------------------------------------------------------------------------- /birthdayCountDown/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dompling/Scriptable/HEAD/birthdayCountDown/README.md -------------------------------------------------------------------------------- /birthdayCountDown/birthday.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dompling/Scriptable/HEAD/birthdayCountDown/birthday.png -------------------------------------------------------------------------------- /birthdayCountDown/img.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dompling/Scriptable/HEAD/birthdayCountDown/img.GIF -------------------------------------------------------------------------------- /birthdayCountDown/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dompling/Scriptable/HEAD/birthdayCountDown/index.js -------------------------------------------------------------------------------- /birthdayCountDown/thumb1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dompling/Scriptable/HEAD/birthdayCountDown/thumb1.jpg -------------------------------------------------------------------------------- /extra_install.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dompling/Scriptable/HEAD/extra_install.json -------------------------------------------------------------------------------- /images/count.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dompling/Scriptable/HEAD/images/count.png -------------------------------------------------------------------------------- /images/ftms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dompling/Scriptable/HEAD/images/ftms.png -------------------------------------------------------------------------------- /images/gas-night.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dompling/Scriptable/HEAD/images/gas-night.png -------------------------------------------------------------------------------- /images/jdk.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dompling/Scriptable/HEAD/images/jdk.jpg -------------------------------------------------------------------------------- /images/large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dompling/Scriptable/HEAD/images/large.png -------------------------------------------------------------------------------- /images/medium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dompling/Scriptable/HEAD/images/medium.png -------------------------------------------------------------------------------- /images/more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dompling/Scriptable/HEAD/images/more.png -------------------------------------------------------------------------------- /images/small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dompling/Scriptable/HEAD/images/small.png -------------------------------------------------------------------------------- /install.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dompling/Scriptable/HEAD/install.json -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dompling/Scriptable/HEAD/package.json -------------------------------------------------------------------------------- /widget.Install.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dompling/Scriptable/HEAD/widget.Install.js -------------------------------------------------------------------------------- /yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dompling/Scriptable/HEAD/yarn.lock --------------------------------------------------------------------------------