Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save x-magic/c229752bb8d8dc9b82208dd2250573ce to your computer and use it in GitHub Desktop.
Save x-magic/c229752bb8d8dc9b82208dd2250573ce to your computer and use it in GitHub Desktop.
PoGDesign TV Calendar footer margin remover
/* ==UserStyle==
@name PoGDesign TV Calendar footer margin remover
@namespace https://www.pogdesign.co.uk/cat/
@version 0.1.1
@description The title is load and clear!
@author Some random guy
@updateURL https://gist.githubusercontent.com/x-magic/c229752bb8d8dc9b82208dd2250573ce/raw/PoGDesignTVCalendarFooterMarginRemover.user.css
==/UserStyle== */
/*
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
*/
@-moz-document regexp("https?://www.pogdesign.co.uk/cat/.*") {
#data {
margin: 0px !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment