WaniKani Settings

try to take over the world!

目前為 2016-08-30 提交的版本,檢視 最新版本

此腳本不應該直接安裝,它是一個供其他腳本使用的函式庫。欲使用本函式庫,請在腳本 metadata 寫上: // @require https://update.cn-greasyfork.org/scripts/22751/144696/WaniKani%20Settings.js

// ==UserScript==
// @name         WaniKani Settings
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  try to take over the world!
// @author       You
// @grant        none
// ==/UserScript==

function test(){
    alert('test');
}

function settingsDialog(mode){
}

function getSetting(setting){
    return localStorage.getItem(setting);
}