Skip to content

Instantly share code, notes, and snippets.

@x-magic
Last active January 21, 2018 12:49
Show Gist options
  • Select an option

  • Save x-magic/f9c8e5682c5fedcd03a0324c6c335fa6 to your computer and use it in GitHub Desktop.

Select an option

Save x-magic/f9c8e5682c5fedcd03a0324c6c335fa6 to your computer and use it in GitHub Desktop.
The title is load and clear!
// ==UserScript==
// @name PoGDesign TV Calendar footer margin remover
// @namespace https://www.pogdesign.co.uk/cat/
// @version 0.1
// @description The title is load and clear!
// @author Some random guy
// @match https://www.pogdesign.co.uk/cat/*
// @updateURL https://gist.githubusercontent.com/x-magic/f9c8e5682c5fedcd03a0324c6c335fa6/raw/PoGDesignTVCalendarFooterMarginRemover.user.js
// @downloadURL https://gist.githubusercontent.com/x-magic/f9c8e5682c5fedcd03a0324c6c335fa6/raw/PoGDesignTVCalendarFooterMarginRemover.user.js
// ==/UserScript==
(function() {
'use strict';
jQuery('#data').css("cssText", "margin: 0px !important;");
})();
/*
You are gonna need to use this with following AdBlock Plus Filters:
pogdesign.co.uk##.buttons
pogdesign.co.uk##.comment
pogdesign.co.uk##.replace
pogdesign.co.uk##.newpbutts
pogdesign.co.uk##.bottomtext
pogdesign.co.uk##.box728
pogdesign.co.uk##footer
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment