WaniKani Settings

try to take over the world!

目前为 2016-08-30 提交的版本,查看 最新版本

此脚本不应直接安装,它是供其他脚本使用的外部库。如果你需要使用该库,请在脚本元属性加入:// @require https://update.cn-greasyfork.org/scripts/22751/144696/WaniKani%20Settings.js

  1. // ==UserScript==
  2. // @name WaniKani Settings
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.1
  5. // @description try to take over the world!
  6. // @author You
  7. // @grant none
  8. // ==/UserScript==
  9.  
  10. function test(){
  11. alert('test');
  12. }
  13.  
  14. function settingsDialog(mode){
  15. }
  16.  
  17. function getSetting(setting){
  18. return localStorage.getItem(setting);
  19. }