This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name WaniKani Fullscreen Icon | |
// @namespace wkfullscreen_icon | |
// @version 1.1.4 | |
// @description add a fullscreen icon to WaniKani for true fullscreen display on MacOS | |
// @include /^https?://(www|preview)\.wanikani\.com/(review|lesson)/session$/ | |
// @author Théis Bazin (github.com/tbazin) | |
// @homepageURL https://gist.github.com/tbazin/2383c1dd9f752623f79a5f4394af08db | |
// @downloadURL https://gist.githubusercontent.com/tbazin/2383c1dd9f752623f79a5f4394af08db/raw/wanikani-fullscreen_icon.user.js | |
// @grant none |