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== | |
| // MEMO: See https://www.tampermonkey.net/documentation.php | |
| // | |
| // @name Save All OGP to Gyazo | |
| // @namespace http://yuiseki.net | |
| // @version 1.0 | |
| // @author You | |
| // | |
| // MEMO: 発動するURLの条件 | |
| // @match http://*/* |
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
| # cf. https://qiita.com/b4b4r07/items/77c327742fc2256d6cbe | |
| # This is a comment | |
| key = "value" # This is also a comment | |
| # String | |
| # TOML has 4 string formats | |
| # 1. Basic strings | |
| str="That's a string." | |
| # escape sequences |