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 SDVX6 official to Vaddict | |
// @namespace http://twitter.com/@pj_nawato | |
// @version 2024-11-23 | |
// @description add link from SDVX6 official web site to Vaddict | |
// @author @owatan_jp | |
// @match https://p.eagate.573.jp/game/sdvx/vi/playdata/profile/index.html | |
// @match https://p.eagate.573.jp/game/sdvx/vi/playdata/rival/profile.html?rival_id=SV-* | |
// @icon https://vaddict.b35.jp/favicon.ico | |
// @grant GM_xmlhttpRequest |
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 feelcycle-diff-sheet.js | |
// @namespace http://tampermonkey.net/ | |
// @version 1.1 | |
// @description FEELCYCLE の予約ページで難易度を表示する userscript | |
// @author owatan | |
// @match https://m.feelcycle.com/reserve* | |
// @icon https://m.feelcycle.com/favicon.png | |
// @grant none | |
// ==/UserScript== |