Kasitime Tweak

Allows selection of lyrics and opening of the context menu on Kasitime; compatible with Rikaichan

当前为 2014-10-09 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name Kasitime Tweak
  3. // @description Allows selection of lyrics and opening of the context menu on Kasitime; compatible with Rikaichan
  4. // @version 1.0
  5. // @include http://www.kasi-time.com/*
  6. // @released 2014-06-08
  7. // @updated 2014-06-08
  8. // @grant none
  9. // @compatible Greasemonkey
  10. // @namespace https://greasyfork.org/users/5918
  11. // ==/UserScript==
  12. document.body.removeAttribute("oncontextmenu");
  13. document.body.removeAttribute("onselectstart");
  14. document.getElementById("center").removeAttribute("onmousedown");