Skip to content

Instantly share code, notes, and snippets.

@mystelynx
mystelynx / 0_reuse_code.js
Created August 29, 2014 00:27
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@mystelynx
mystelynx / qiita-select-code-block.user.js
Last active November 9, 2015 06:14 — forked from vzvu3k6k/qiita-select-code-block.user.js
Qiitaの記事内のコード部分を楽にコピペする ref: http://qiita.com/vzvu3k6k/items/0a0abb0e848ed2c10651
// ==UserScript==
// @name Qiita: Select code block
// @description コードの右上のアイコンをクリックすると選択される
// @version 1.1
// @match http://qiita.com/*
// @match https://*.qiita.com/*
// @namespace http://qiita.com/uraura/
// @license Public Domain
// ==/UserScript==