Skip to content

Instantly share code, notes, and snippets.

@nitrocode
nitrocode / equivalent-domains-password-manager.txt
Last active July 9, 2022 07:13
List of equivalent domains for password managers like Bitwarden, LastPass, KeePass, 1Password, etc
# Comma and new line delimited list of equivalent domains for password managers
# Source: https://meta.stackexchange.com/a/81383/386515
# Stackoverflow
askubuntu.com,
mathoverflow.net,
blogoverflow.com,
serverfault.com,
stackoverflow.com,
stackexchange.com,
@teknikqa
teknikqa / lastfm_delete_loved.js
Created May 7, 2017 06:38
Bulk delete Last.FM scrobbles & loved tracks
// On the Last.FM website go to the page which lists the tracks that you have loved.
// Open Chrome DevTools (or Firefox or any modern browser that has a built in Javacript Console)
// and run the following command.
// This basically clicks on all the delete buttons on the page and reloads the page.
jQuery('.love-button--loved').each(function(_, b) {
b.click();
});
location.reload();
@wangruohui
wangruohui / Install NVIDIA Driver and CUDA.md
Last active April 23, 2024 02:03
Install NVIDIA Driver and CUDA on Ubuntu / CentOS / Fedora Linux OS
@manigandham
manigandham / rich-text-html-editors.md
Last active March 13, 2024 23:51
Rich text / HTML editors and frameworks

Strictly Frameworks

Abstracted Editors

These use separate document structures instead of HTML, some are more modular libraries than full editors