- https://play.google.com/store/account/orderhistory?hl=ja&gl=US を開く
- すべて読み込む(一番下までスクロールする)
- スクリプトを修正する(わからない場合は使わないでください)
This file contains 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
/* ==UserStyle== | |
@name mastodon big icon | |
@namespace mizle.net | |
@version 1.0.0 | |
@author Eai | |
@license MIT | |
@preprocessor stylus | |
==/UserStyle== */ | |
@-moz-document domain("mstdn.maud.io") { | |
.status__relative-time { |
This file contains 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
function ArkWindowsSize() { | |
const units = ["B", "KiB", "MiB", "GiB", "TiB", "PiB", "EiB", "ZiB", "YiB"]; | |
function toBytes(sizeStr) { | |
const [value, unit] = sizeStr.split(" "); | |
return Number(value) * Math.pow(1024, units.indexOf(unit)); | |
} | |
function fromBytes(bytes) { | |
let unitIndex = 0; | |
while (bytes >= 1024 && unitIndex < units.length - 1) { |
https://github.com/orgs/YOUR_ORG_HERE/outside-collaborators?query=two-factor%3Adisabled
みたいなURLで2FAしてないOutside Collaboratorsの一覧が見れるのでJSを実行すると
[example-user-01](https://github.com/orgs/YOUR_ORG_HERE/people/example-user-01):
[YOUR_ORG_HERE/example-repo-01](https://github.com/YOUR_ORG_HERE/example-repo-01)
[YOUR_ORG_HERE/example-repo-02](https://github.com/YOUR_ORG_HERE/example-repo-02)
This file contains 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
const classNames = { | |
"4b": [ | |
"table_filter_1_column_12", | |
"table_filter_1_column_13", | |
"table_filter_1_column_14", | |
"table_filter_1_column_15", | |
], | |
"5b": [ | |
"table_filter_1_column_16", | |
"table_filter_1_column_17", |
This file contains 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
[Message: Preloader] BepInEx 6.0.0-pre.1 - LastOrigin_N | |
[Info : BepInEx] System platform: Windows 10 64-bit | |
[Info : BepInEx] Process bitness: 64-bit (x64) | |
[Debug : Preloader] Game executable path: G:\DMMGP\lastorigin\LastOrigin_N.exe | |
[Debug : Preloader] Unhollowed assembly directory: G:\DMMGP\lastorigin\BepInEx\unhollowed | |
[Debug : Preloader] BepInEx root path: G:\DMMGP\lastorigin\BepInEx | |
[Info : Preloader] Running under Unity v2018.4.36 | |
[Debug : Preloader] Unity version obtained from main application module. | |
[Info : Preloader] 0 patcher plugins loaded | |
[Debug :AssemblyPatcher] Assembly loaded: Assembly-CSharp-firstpass.dll |
This file contains 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
(async () => { | |
const wait = (ms) => new Promise((resolve) => setTimeout(resolve, ms)); | |
const strings = { | |
subtitle: "字幕", | |
english: "英語", | |
targetLanguage: "日本語", | |
machineTranslation: "自動翻訳", | |
}; |
This file contains 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
/* ==UserStyle== | |
@name developer.mozilla.org - 2022/1/9 12:12:47 | |
@namespace mizle.net | |
@version 1.0.0 | |
@description a | |
@author Eai | |
@license MIT | |
@preprocessor stylus | |
==/UserStyle== */ | |
@-moz-document domain("developer.mozilla.org") { |