Skip to content

Instantly share code, notes, and snippets.

View oradwell's full-sized avatar

Oliver Radwell oradwell

View GitHub Profile
@oradwell
oradwell / no_popups.user.js
Created March 3, 2015 09:36
Disable opening of new windows - Greasemonkey script
// ==UserScript==
// @name No popups
// @namespace ockcyp/no-popups
// @description Disable opening of new windows for included websites
// @version 1.0
// @grant none
// @include none
// @author ockcyp
// ==/UserScript==
window.open = function () {
@oradwell
oradwell / gmail_remove_image_proxy.user.js
Last active January 12, 2017 03:27
Gmail Image Proxy Disable - Greasemonkey script
// ==UserScript==
// @name Gmail remove gstatic
// @namespace ockcyp/gmail-remove-gstatic
// @version 0.1
// @description Remove gstatic from external image URLs (useful when URLs contain internal domains)
// @author ockcyp
// @grant none
// ==/UserScript==
setTimeout(function() {
// Page is loaded and the div is not already created