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
h1#title-text { | |
background: #2f2f2f; | |
color: #ffffff !important; | |
border-radius: 40px; | |
-webkit-border-radius: 40px; | |
-moz-border-radius: 40px; | |
padding-left: 30px; | |
font-weight: bold; | |
line-height: 50px; | |
padding-top: 0px; |
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
【8/30 金】 | |
19:00 会社退勤 | |
20:00 羽田空港 国際ターミナルに集合 | |
ご飯を食べる | |
21:00 寝るためのベンチを確保 | |
ベンチで寝る | |
【8/31 土】 | |
04:00 起床 | |
04:15 ピーチチェックイン受託手荷物預ける(120分前から50分前まで必須) |
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
★は時間必須 | |
【7/31 水】---------------------------- | |
22:00 就寝 | |
【8/1 木】---------------------------- | |
3:30 奥さん起床 | |
4:00 自分起床 | |
荷物の重さ確認 | |
パスポート確認 |
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 agodaサイトで最近できたホテルに絞り込む | |
// @namespace https://www.monomono-blog.com/ | |
// @version 1.0 | |
// @description 新しいホテルを目立つように表示します | |
// @author @BlogMonoMono | |
// @match https://www.agoda.com/* | |
// @grant none | |
// @require http://code.jquery.com/jquery-latest.js |
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 agodaサイトで最近できたホテルに絞り込む | |
// @namespace https://www.monomono-blog.com/ | |
// @version 1.0 | |
// @description 新しいホテルを目立つように表示します | |
// @author @BlogMonoMono | |
// @match https://www.agoda.com/* | |
// @grant none | |
// @require http://code.jquery.com/jquery-latest.js |
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
【2018年 4月20日 (金)】 | |
05:15 起床(二度寝想定) | |
06:30 自宅出発(余裕を持って) | |
------------------- | |
XX:XX XX発 快速 07:XX東京着 | |
(or XX:XX XX発 07:XX 東京着 (+510円))←快速で間に合わない場合のライナー | |
07:50 東京駅着 | |
08:10 東京駅発 (八重洲南口 JR高速バス乗り場7番) http://accessnarita.jp/ | |
09:30 成田着 成田国際空港 第3ターミナル | |
チェックイン&荷物預け |
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 はてなブログ記事作成画面でショートカットキーを追加する。 | |
// @namespace http://www.monomono-blog.com/ | |
// @version 1.3 | |
// @description はてなブログの記事作成画面でのショートカットを追加します。 | |
// @author @BlogMonoMono | |
// @match http://blog.hatena.ne.jp/*/*/edit* | |
// @match https://blog.hatena.ne.jp/*/*/edit* | |
// @grant none | |
// @require http://code.jquery.com/jquery-latest.js |
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
<link rel="stylesheet" type="text/css" href="https://<bitbucketのユーザーID>.bitbucket.io/<ファイル名>"> | |
/* 例↓*/ | |
<link rel="stylesheet" type="text/css" href="https://blogmonomono.bitbucket.io/article.css"> |