modified (5)

$('textarea').val("** Purpose\n"+"** Work\n"+"In detail if you can.\n"+"** Definition of Done\n"+...

右クリック禁止を解除する。 ページによっては副作用あるかも。

$(document).off('contextmenu');$('body').attr('onContextmenu','');
modified EevntsList2014-05-08

a[onclick] 要素を引っこ抜く

(function(){var $a=$('a[onclick]'),layer='<div id="events-list-layer" style="float:left;position:...

my bookmarklet

var js=document.createElement('script');js.src='//ajax.googleapis.com/ajax/libs/jquery/1/jquery.m...
modified GoogleContacts2012-07-20

Googleの連絡先を別ウインドウで開く

window.open("https://www.google.com/contacts/");