Skip to content

Instantly share code, notes, and snippets.

View CanYouJustWorkPlease's full-sized avatar

CanYouJustWorkPlease

View GitHub Profile
@CanYouJustWorkPlease
CanYouJustWorkPlease / Hide elements texts and Show Answer for ankiweb.net bot.user.js
Last active November 30, 2020 10:08
Hides elements text and "Show Answer" for ankiweb.net
// ==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==
@CanYouJustWorkPlease
CanYouJustWorkPlease / 9gag expand comments and hide author.user.js
Last active November 30, 2020 10:02
Expands comments and hides author name and other stuff next to the name in comments for 9 gag.com
// ==UserScript==
// @name 9gag expand comments and hides author name in the comments
// @author CanYouJustWorkPlease
// @version 0.1
// @match https://9gag.com/gag/*
// @grant none
// @require http://code.jquery.com/jquery-3.3.1.min.js
// ==/UserScript==
@CanYouJustWorkPlease
CanYouJustWorkPlease / Expand all posts Quora.user.js
Created November 30, 2020 09:53
An attempt of expanding all posts on quora.com
// ==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
@CanYouJustWorkPlease
CanYouJustWorkPlease / Extract Youtube playlist link for Potplayer.user.js
Last active November 30, 2020 09:49
Extract Youtube playlist link for Potplayer