Skip to content

Instantly share code, notes, and snippets.

View Azzurite's full-sized avatar
🐶
I like my doggo.

Timo T Azzurite

🐶
I like my doggo.
View GitHub Profile
// ==UserScript==
// @name MockGoogleAnalytics
// @namespace azzu
// @include https://sidewaysdictionary.com/*
// @version 1
// @grant none
// ==/UserScript==
window.ga = function(){};
@Azzurite
Azzurite / AmazonSmile.user.js
Created January 26, 2017 14:12
Always use smile.amazon.de instead of www.amazon.de
// ==UserScript==
// @name amazon smile
// @namespace tt
// @include https://*.amazon.de*
// @version 1
// @grant none
// ==/UserScript==
if (location.hostname !== 'smile.amazon.de') {
location.hostname = 'smile.amazon.de';