Skip to content

Instantly share code, notes, and snippets.

View C0rn3j's full-sized avatar

Martin C0rn3j

View GitHub Profile
#! /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
@C0rn3j
C0rn3j / wekan-ding.user.js
Last active June 1, 2024 17:28
WeKan ding
// ==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
@C0rn3j
C0rn3j / ticktick-ding.user.js
Last active August 30, 2024 09:13
TickTick ding noise for the website
// ==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