Skip to content

Instantly share code, notes, and snippets.

View S--Minecraft's full-sized avatar

S S--Minecraft

View GitHub Profile
@S--Minecraft
S--Minecraft / Qiita_Code_Number.user.js
Last active March 14, 2016 14:30 — forked from khsk/Qiita_Code_Number.user.js
Qiitaのコードの左側に選択不可能な行番号を追加するユーザースクリプト ref: http://qiita.com/khsk/items/89fc40321f1387829135
// ==UserScript==
// @name Qiita Code Number
// @namespace khsk
// @description コードに選択不可能な行番号を追加する
// @include http://qiita.com/*/items/*
// @include http://qiita.com/*/private/*
// @version 1
// @grant none
// ==/UserScript==
@S--Minecraft
S--Minecraft / Qiita_code_copy_button.user.js
Last active March 14, 2016 14:35 — forked from khsk/Qiita_code_copy_button.user.js
Qiitaのコードにコピーボタンを追加するユーザースクリプト ref: http://qiita.com/khsk/items/27a80755d883521ecd73
// ==UserScript==
// @name Qiita code copy button
// @namespace khsk
// @description コードをコピーするボタンを追加する
// @include http://qiita.com/*/items/*
// @version 1
// @grant none
// ==/UserScript==