Skip to content

Instantly share code, notes, and snippets.

View danickblouin's full-sized avatar

danickblouin

View GitHub Profile
// ==UserScript==
// @name Wikipedia Language Changer
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Add a button to change the language of Wikipedia articles
// @author danickblouin
// @match https://*.wikipedia.org/wiki/*
// @grant none
// ==/UserScript==
// ==UserScript==
// @name La Presse Paywall Remover
// @namespace http://tampermonkey.net/
// @version 1.0
// @description Removes the paywall on La Presse articles
// @author None
// @match https://www.lapresse.ca/*
// @grant none
// @run-at document-end
// ==/UserScript==
@danickblouin
danickblouin / hackernews-new-tab.user.js
Last active April 24, 2023 14:06
Open Hacker News links into new tabs (only title link)
// ==UserScript==
// @name Hacker News new-tab
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Open Hacker News links into new tabs (only title link)
// @author Danick Blouin
// @match https://news.ycombinator.com/*
// ==/UserScript==
(function() {