Greasy Fork is available in English.

Reddit Remove Ads

Remove promoted links on reddit

// ==UserScript==
// @name         Reddit Remove Ads
// @version      0.1
// @description  Remove promoted links on reddit
// @include      http://*.reddit.com/*
// @include      https://*.reddit.com/*
// @author       tlacuache
// @namespace https://greasyfork.org/users/688118
// ==/UserScript==

$('#siteTable_organic').remove();
$('#ad-frame').remove();
$('#ad_main').remove();
$('.goldvertisement').remove();