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
<?xml version="1.0" encoding="utf-8"?> | |
<timeline> | |
<name>絶バハムート討滅戦</name> | |
@{ var rev = "ver 5.2"; } | |
<rev>@rev</rev> | |
<description> | |
絶バハムート討滅戦タイムライン | |
sheevaさんの整備したものをベースラインとして更に整備したもの | |
</description> | |
<author>anoyetta, sheeva, Aqua Cat, RINGS</author> |
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
// ==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== |