hibiki_allow_select

響 - Hibiki Radio Station - で文字選択を可能とさせる。

  1. // ==UserScript==
  2. // @name hibiki_allow_select
  3. // @namespace http://catherine.v0cyc1pp.com/hibiki_allow_select.user.js
  4. // @include http://hibiki-radio.jp/*
  5. // @author greg10
  6. // @license GPL 3.0
  7. // @run-at document-start
  8. // @version 1.0
  9. // @require http://code.jquery.com/jquery-3.1.1.min.js
  10. // @grant none
  11. // @description 響 - Hibiki Radio Station - で文字選択を可能とさせる。
  12. // ==/UserScript==
  13. $('body').css('-webkit-user-select', 'text');