Skip to content

Instantly share code, notes, and snippets.

@stvjbz
stvjbz / Bookmarklet
Created July 11, 2014 15:46
スクリプトだけ翻訳しないブックマークレット ref: http://qiita.com/stvjbz/items/0d745f46846d01ce9192
javascript:void(function(){!function(d,f,s){s=d.createElement("script");s.src="//j.mp/1bPoAXq";s.onload=function(){f(jQuery.noConflict(1))};d.body.appendChild(s)}(document,function($){t=$('code,pre').addClass('notranslate');console.log('translatesucess!!');})})()
@stvjbz
stvjbz / 0_reuse_code.js
Created July 9, 2014 06:37
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