Skip to content

Instantly share code, notes, and snippets.

@amurrell
Created August 3, 2016 18:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amurrell/76109782c23415f931c4f85306a9619d to your computer and use it in GitHub Desktop.
Save amurrell/76109782c23415f931c4f85306a9619d to your computer and use it in GitHub Desktop.
// ==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