Skip to content

Instantly share code, notes, and snippets.

@mzp
Created February 11, 2009 00:14
Show Gist options
  • Save mzp/61709 to your computer and use it in GitHub Desktop.
Save mzp/61709 to your computer and use it in GitHub Desktop.
Disable confirm dialog at DokusyoMeter(http://book.akahoshitakuya.com/)
// ==UserScript==
// @name Dokusyo meter no confirm
// @namespace http://d.hatena.ne.jp/mzp/
// @description Disable dokusyo meter confirm
// @include http://book.akahoshitakuya.com/b/*
// ==/UserScript==
function del(){
return true;
}
function add(){
return true;
}
function add_pre(){
return true;
}
function add_now(){
return true;
}
function add_tun(){
return true;
}
function readd(){
return true;
}
function del_res(){
return true;
}
function del_pre(){
return true;
}
function del_now(){
return true;
}
function del_tun(){
return true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment