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
{ | |
"en": { | |
"バッテリーチェッカー": "Battery Checker", | |
"の情報が登録されていません。": "information is not registered.", | |
"対象の解析データにはApple Watchの各種データが記録されていないようです。": "The log data does not seem to contain any records of various Apple Watch data.", | |
"このログには充電データが存在しません。": "This log does not contain any charging data.", | |
"デバイスを選択できませんでした。": "Could not select device.", | |
"項目": "Item", | |
"内容": "Contents", | |
"機種名": "Device Name", |
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
// ==UserScript== | |
// @name Open Discord App | |
// @version 1.0.0 | |
// @author ryuya | |
// @match https://discord.com/channels/* | |
// @downloadURL https://gist.github.com/ryuya0124/616258c8921ea70b56e13841968373d5/raw/Open%2520Discord%2520App.user.js | |
// @updateURL https://gist.github.com/ryuya0124/616258c8921ea70b56e13841968373d5/raw/Open%2520Discord%2520App.user.js | |
// @homepage https://gist.github.com/ryuya0124/616258c8921ea70b56e13841968373d5 | |
// ==/UserScript== |
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
// ==UserScript== | |
// @name Open Instagram App | |
// @version 1.4.1 | |
// @author ryuya | |
// @match *://*.instagram.com/* | |
// @downloadURL https://gist.github.com/ryuya0124/79fad15aa00e536cac7cae2bad6283c6/raw/Open%2520Instagram%2520App.user.js | |
// @updateURL https://gist.github.com/ryuya0124/79fad15aa00e536cac7cae2bad6283c6/raw/Open%2520Instagram%2520App.user.js | |
// @homepage https://gist.github.com/ryuya0124/79fad15aa00e536cac7cae2bad6283c6 | |
// ==/UserScript== |
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
// ==UserScript== | |
// @name Open X(Twitter) App | |
// @version 1.1.1 | |
// @author ryuya | |
// @match https://x.com/* | |
// @downloadURL https://gist.github.com/ryuya0124/e6e59ceba8f03bf40f3b5accedc52e44/raw/Open%2520X(Twitter)%2520App.user.js | |
// @updateURL https://gist.github.com/ryuya0124/e6e59ceba8f03bf40f3b5accedc52e44/raw/Open%2520X(Twitter)%2520App.user.js | |
// @homepage https://gist.github.com/ryuya0124/e6e59ceba8f03bf40f3b5accedc52e44 | |
// ==/UserScript== |
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
// ==UserScript== | |
// @name All Open in Chrome (Exclude Twitter and YouTube) | |
// @version 1.0.2 | |
// @match *://*/* | |
// @exclude *://twitter.com/* | |
// @exclude *://www.youtube.com/* | |
// @exclude *://t.co/* | |
// @exclude *//www.signum.fun/* | |
// @exclude *//accounts.google.com/* | |
// @exclude https://www.instagram.com/* |
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
// ==UserScript== | |
// @name Open YouTube App | |
// @version 1.0.4 | |
// @author ryuya | |
// @match *://*.youtube.com/* | |
// @downloadURL https://gist.github.com/ryuya0124/2ba4f56cf9e9dab781d3146c74a3f36b/raw/open-youtube-app.user.js | |
// @updateURL https://gist.github.com/ryuya0124/2ba4f56cf9e9dab781d3146c74a3f36b/raw/open-youtube-app.user.js | |
// @homepage https://gist.github.com/ryuya0124/2ba4f56cf9e9dab781d3146c74a3f36b | |
// ==/UserScript== |