Skip to content

Instantly share code, notes, and snippets.

@mzywiol
mzywiol / easy_copy_lyrics.js
Last active December 29, 2023 13:16
GreaseMonkey script to copy song lyrics from popular lyrics websites with just one click! Click on a button next to the song text and it'll get copied in its entirety to your clipboard. Works with: lyrics.wikia, A-Z Lyrics, Direct Lyrics, Songtexte, Genius.com, Musixmatch, Lyricsmode, Lyricsfreak, Tekstowo.pl, Sing365. Additionally, it removes f…
// ==UserScript==
// @name Copy lyrics
// @namespace xz
// @description Copy lyrics from popular lyrics websites
// @include http://lyrics.wikia.com/*
// @include http://www.azlyrics.com/*
// @include http://www.directlyrics.com/*
// @include http://www.songtexte.com/*
// @include *genius.com*
// @include *www.musixmatch.com/lyrics/*
@mzywiol
mzywiol / link.py
Last active May 20, 2016 23:01
Command line tool to create and manage symlink collections for easy creation and update.
@mzywiol
mzywiol / li_pymk_noGuests.js
Last active March 19, 2016 23:48
GreaseMonkey script for filtering out guests from LinkedIn's People You May Know page
// ==UserScript==
// @name Remove guests from LinkedIn's People You May Know list
// @namespace xz.greasemonkey
// @description Don't you just hate spamming people that are NOT on LinkedIn invitations when you accidentally click "Add to Network" instead of "Connect"?
// @include https://www.linkedin.com/*
// @version 1
// @grant none
// ==/UserScript==
removeGuests = function() {