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
{"version":1,"resource":"file:///Users/Rob-TIF/Desktop/TIF%20Projects/gelest/gelest-publications/public/index.html","entries":[{"id":"M87e.html","timestamp":1654568988207},{"id":"f3BM.html","timestamp":1654717156484}]} |
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: Audio for Japanese Example Sentences | |
// @namespace http://tryforceful.com/ | |
// @version 0.1 | |
// @description x | |
// @author @tryforceful | |
// @match https://www.wanikani.com/lesson/session | |
// @match http://www.wanikani.com/lesson/session | |
// @match https://www.wanikani.com/review/session | |
// @match http://www.wanikani.com/review/session |
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: Enhanced Mobile CSS | |
// @namespace http://tryforceful.com/ | |
// @version 0.3 | |
// @description WaniKani: Enhanced Mobile CSS | |
// @author tryforceful | |
// @match http://www.wanikani.com/review | |
// @match https://www.wanikani.com/review | |
// @match http://www.wanikani.com/review/* | |
// @match https://www.wanikani.com/review/* |
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
/*! | |
* Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.4/customize/) | |
*/ | |
/*! | |
* Bootstrap v3.4.1 (https://getbootstrap.com/) | |
* Copyright 2011-2019 Twitter, Inc. | |
* Licensed under the MIT license | |
*/ |
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: Clickable Jisho.org Link & Popover | |
// @namespace http://tryforceful.com/ | |
// @version 0.2.5 | |
// @description Clickable Jisho.org Link & Popover | |
// @author tryforceful | |
// @match htt*://www.wanikani.com/review/session | |
// @match htt*://www.wanikani.com/lesson/session | |
// @grant GM_xmlhttpRequest | |
// @grant GM_addStyle |