This file contains hidden or 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 Hide elements text and Show Answer for ankiweb.net | |
| // @author CanYouJustWorkPlease | |
| // @version 0.1 | |
| // @match https://ankiuser.net/study/ | |
| // @grant none | |
| // @require http://code.jquery.com/jquery-3.3.1.min.js | |
| // ==/UserScript== | |
This file contains hidden or 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== | |
| // @author CanYouJustWorkPlease | |
| // @name Expand all posts Quora | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description An attempt of expanding all posts on quora.com | |
| // @match *://*.quora.com/* | |
| // @grant none | |
| // @run-at document-idle | |
| // @require http://code.jquery.com/jquery-3.3.1.min.js |
This file contains hidden or 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== | |
| // @author CanYouJustWorkPlease | |
| // @name Extract Youtube playlist link for Potplayer | |
| // @namespace https://stackoverflow.com/questions/35576512/gm-setclipboard-and-other-gm-functions-gives-an-error-in-a-firefox-but-not-chr | |
| // @match *://*.youtube.com/* | |
| // @require http://code.jquery.com/jquery-3.3.1.min.js | |
| // @grant GM.setClipboard | |
| // @grants GM_log | |
| // @run-at context-menu | |
| // ==/UserScript== |
NewerOlder