Skip to content

Instantly share code, notes, and snippets.

@LucasMetal
LucasMetal / Newspapers_Login_Remover.user.js
Last active March 13, 2019 16:47
Greasemonkey script that prevents Clarín and La Nación digital newspapers from asking to log in to check the news ;)
// ==UserScript==
// @name Newspapers Login Remover
// @namespace LucasMetal
// @description Prevents Clarín and La Nación digital newspapers from asking to log in to check the news ;)
// @version 1
// @match *://*.clarin.com/*
// @match *://*.ole.com/*
// @match *://*.lanacion.com.ar/*
// @grant none
// @author @paleta
@LucasMetal
LucasMetal / GitHub_Description_from_Commits.user.js
Last active October 17, 2017 22:17
Greasemonkey script that adds a button to commits in PRs to add its description to the PR description.
// ==UserScript==
// @name GitHub Description from Commits
// @namespace LucasMetal
// @description Adds a button to commits in PRs to add its description to the PR description.
// @version 1
// @match https://github.com/**/compare/*
// @grant none
// @author @LucasMetal
// @require https://code.jquery.com/jquery-2.2.3.min.js
// ==/UserScript==
@LucasMetal
LucasMetal / WhatsApp_Web_Unload_Handler_remover.user.js
Created March 29, 2015 08:07
Greasemonkey script that prevents WhatsApp web from asking for confirmation before closing the page.
// ==UserScript==
// @name WhatsApp Web Unload Handler remover
// @namespace LucasMetal
// @description Prevents WhatsApp web from asking for confirmation before closing the page.
// @include https://web.whatsapp.com/
// @version 1
// @grant none
// @author @LucasMetal
// ==/UserScript==