Skip to content

Instantly share code, notes, and snippets.

View ryuya0124's full-sized avatar

ryuya ryuya0124

  • japan
  • 15:18 (UTC +09:00)
View GitHub Profile
{
"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",
// ==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==
// ==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==
// ==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==
@ryuya0124
ryuya0124 / Open-HTTPS-in-Chrome.user.js
Last active May 18, 2025 13:45
All Open in Chrome (Exclude Twitter and YouTube)
// ==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/*
// ==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==