ChitaGideon
ChitaGideon
``` data() { console.log(this) return { } } ```
导出为 epub
epub 文件在移动设备上体验会好很多 可以提供个epub文件 或者提供导出为epub 文件的方法
edge 兼容有问题?
``` // ==UserScript== // @name mytest for edge // @namespace https://bbs.tampermonkey.net.cn/ // @version 0.1.0 // @description try to take over the world! // @author You // @match https://www.baidu.com/ // @require...
比如说 `await CAT_runScript('scriptName');` 这样可以从一些页面脚本,直接调用后台脚本、定时脚本;或者定时脚本相互调用。
``` // ==UserScript== // @name New Userscript // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author You // @match https://www.baidu.com/* // @icon https://www.google.com/s2/favicons?domain=baidu.com...
微信读书里面东西挺多的,还是不错
能不能通过分享连接 直接生成秒传连接,而不用再转存一步?
``` KeePassHTTP server return an error Status: 200 - Body: b'{"Success":false,"Version":"KeePassHTTPKit","Count":0,"RequestType":"get-logins","Hash":"9F7E8B68-0CCA-4126-B8DC-752B78B8A2F3EC4B3258-7290-57ED-D220-B104FAFFC787"}' keepasshttp.keepass_http.KeePassHTTPBadResponse: KeePassHTTP server return an error Status: 200 - Body: b'{"Success":false,"Version":"KeePassHTTPKit","Count":0,"RequestType":"get-logins","Hash":"9F7E8B68-0CCA-4126-B8DC-752B78B8A2F3EC4B3258-7290-57ED-D220-B104FAFFC787"}' ```