Skip to content

Instantly share code, notes, and snippets.

View takker99's full-sized avatar
💭
いえーい

takker takker99

💭
いえーい
View GitHub Profile
@takker99
takker99 / save_all_ogp_to_gyazo.user.js
Last active January 5, 2022 10:11 — forked from yuiseki/save_all_ogp_to_gyazo.user.js
ブラウザで見たページにOGP画像があったら全部GyazoるUserScript
// ==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://*/*
@takker99
takker99 / tutorial.toml
Last active April 6, 2020 16:27
tomlの書き方の自分用メモ
# 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