Created
August 3, 2016 18:14
-
-
Save amurrell/76109782c23415f931c4f85306a9619d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name remove ads - pixlr.com | |
// @namespace remove-ads | |
// @description remove adds on pixlr.com | |
// @include https://pixlr.com/editor/ | |
// @version 1 | |
// @grant none | |
// ==/UserScript== | |
$('.ad-wrap').remove(); | |
$('body').css('padding-right', 0); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment