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
#! /usr/bin/env python | |
"""Download all quotes from GoodReads by author's quote URL, print in fortune format. | |
Tested on Python 3.12, requires PyQuery 2.0.0+. | |
Assumes `python` points to `python3` - Install 'python-is-python3' on Debian(-based) distributions or specify 3 manually. | |
License: AGPL-3.0-only | |
Source: https://gist.github.com/C0rn3j/1bc48d933068da0fdba4089ac9f783ff | |
Original: https://gist.github.com/JKirchartz/80ad6ec90d44b58486db89058d2fdb37 |
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 WeKan Ding | |
// @namespace https://wekan.rys.rs/ | |
// @license GPLv3 | |
// @version 1.0.0 | |
// @description Add the app-like noise to WeKan web when clicking checkboxes | |
// @author C0rn3j | |
// @match https://wekan.rys.rs/* | |
// @downloadURL https://gist.githubusercontent.com/C0rn3j/1b46de1ed8f5b03c1ae551435dfaad6e/raw/wekan-ding.user.js | |
// @updateURL https://gist.githubusercontent.com/C0rn3j/1b46de1ed8f5b03c1ae551435dfaad6e/raw/wekan-ding.user.js |
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 TickTick Ding | |
// @namespace https://ticktick.com/ | |
// @license GPLv3 | |
// @version 1.0.2 | |
// @description Add the app-like noise to TickTick web when clicking checkboxes | |
// @author C0rn3j | |
// @match https://ticktick.com/* | |
// @downloadURL https://gist.githubusercontent.com/C0rn3j/5cef9e429693d8940041886e8957f1a6/raw/ticktick-ding.user.js | |
// @updateURL https://gist.githubusercontent.com/C0rn3j/5cef9e429693d8940041886e8957f1a6/raw/ticktick-ding.user.js |