Skip to content

Instantly share code, notes, and snippets.

View eai04191's full-sized avatar
🦀

y.takahashi eai04191

🦀
View GitHub Profile
/* ==UserStyle==
@name Mastodon | Huge Emoji
@namespace mizle.net
@version 1.0.1
@description 絵文字がデカすぎる
@author Eai
@license MIT
@preprocessor stylus
==/UserStyle== */
@-moz-document regexp("https://.+/web/.+") {
alert(document.URL);
@eai04191
eai04191 / url.txt
Created May 24, 2022 11:56
wget -i ./url.txt
https://patch-dmm.last-origin.com/real/real_20220418_1/LAOJP_DMM_WEB_R/2.0.6/2dmodel_3p_alexandra_n
https://patch-dmm.last-origin.com/real/real_20220418_1/LAOJP_DMM_WEB_R/2.0.6/2dmodel_3p_alexandra_n_dam
https://patch-dmm.last-origin.com/real/real_20220418_1/LAOJP_DMM_WEB_R/2.0.6/2dmodel_3p_alexandra_ns1
https://patch-dmm.last-origin.com/real/real_20220418_1/LAOJP_DMM_WEB_R/2.0.6/2dmodel_3p_alexandra_ns2
https://patch-dmm.last-origin.com/real/real_20220418_1/LAOJP_DMM_WEB_R/2.0.6/2dmodel_3p_alexandra_ns2_dam
https://patch-dmm.last-origin.com/real/real_20220418_1/LAOJP_DMM_WEB_R/2.0.6/2dmodel_3p_alice_n
https://patch-dmm.last-origin.com/real/real_20220418_1/LAOJP_DMM_WEB_R/2.0.6/2dmodel_3p_alice_ns1
https://patch-dmm.last-origin.com/real/real_20220418_1/LAOJP_DMM_WEB_R/2.0.6/2dmodel_3p_alice_ns1_dam
https://patch-dmm.last-origin.com/real/real_20220418_1/LAOJP_DMM_WEB_R/2.0.6/2dmodel_3p_alice_ns1_dl_n
https://patch-dmm.last-origin.com/real/real_20220418_1/LAOJP_DMM_WEB_R/2.0.6/2dmodel_3p_alice_ns2

pixivで検索結果を自分のフォローユーザーでフィルターするやつ

image

console.table(
Array.from(LAOPLUS.units, (i) => i[1])
.filter(
(u) =>
u.Index.includes("Machina") ||
u.Index.includes("Ella") ||
u.Index.includes("Rhea")
)
.sort((a, b) => a.Index > b.Index)
.map((x) => {
/**
* pixivのフォローを全員非公開にするやつ
* フォロー一覧ページのコンソールに貼り付けると動きます
*
* このスクリプトはpixivのAPIを使用しています。
* このスクリプトを使用したことにより使用者になんらかの不都合が発生しても、開発者は一切の責任を負いません。
* 自己責任で使用してください。
*
* また、悪意のあるスクリプトの実行は重篤なセキュリティリスクを招きます。
* 悪意のあるスクリプトの実行を防ぐため、このスクリプトが何をしているのかわからない場合は絶対に使用しないでください。
/**
* pixivのブックマークを整理するやつ
*
* R指定・センシティブ(slが4以上)な作品を非公開ブックマークにし、そうではない作品を公開ブックマークにします
* 非公開・削除になった作品は非公開ブックマークに変更されます
* ブックマークページのコンソールに貼り付けて動かします
*
* このスクリプトはpixivのAPIを使用しています。
* このスクリプトを使用したことにより使用者になんらかの不都合が発生しても、開発者は一切の責任を負いません。
* 自己責任で使用してください。
@eai04191
eai04191 / commands.txt
Created March 25, 2022 11:18
`whence -pm '*'` on macOS 12.2.1
/usr/bin/AssetCacheLocatorUtil
/usr/bin/AssetCacheManagerUtil
/usr/bin/AssetCacheTetheratorUtil
/usr/sbin/BTLEServer
/usr/sbin/BTLEServerAgent
/usr/sbin/BlueTool
/usr/sbin/BootCacheControl
/usr/bin/DeRez
/usr/sbin/DevToolsSecurity
/usr/sbin/DirectoryService
// ==UserScript==
// @name LAOPLUS-PR92
// @namespace net.mizle
// @version 1646662449-45082e5b4fe574855d86c1c682415887c6db5f22
// @author Eai <[email protected]>
// @description ブラウザ版ラストオリジンのプレイを支援する Userscript
// @homepageURL https://github.com/eai04191/laoplus
// @supportURL https://github.com/eai04191/laoplus/issues
// @run-at document-end