Skip to content

Instantly share code, notes, and snippets.

@GrahamBlanshard
GrahamBlanshard / AdFreeWeather.user.js
Last active June 12, 2017 19:46
Remove shit from The Weather Network Page (Greasemonkey script)
// ==UserScript==
// @name AdFreeWeather
// @namespace https://www.theweathernetwork.com
// @include *theweathernetwork.com/*
// @description Remove Shit from Weather Network
// @version 1.4
// @grant none
// ==/UserScript==
function deleteADiv(aDiv) {
// ==UserScript==
// @name FacebookTrends
// @author Graham Blanshard
// @namespace https://www.pro-graham.com
// @description Get rid of Trending/Suggestions on Facebook
// @include *facebook.com/*
// @run-at document-idle
// @grant GM_xmlhttpRequest
// @grant GM_setValue
// @grant GM_getValue