Greasy Fork

Slight Style Enhancer for Presse.com

Enhances the styling on diePresse.com slightly

目前为 2016-06-12 提交的版本。查看 最新版本

// ==UserScript==
// @name        Slight Style Enhancer for Presse.com
// @namespace   MegaByteSSEPresse
// @description Enhances the styling on diePresse.com slightly
// @include     http*://*diepresse.com/*
// @version     1
// @grant    	GM_addStyle
// ==/UserScript==

	GM_addStyle(
		"#wrapper {									    \
			float: none !important;						\
			margin: auto !important;					\
		}                                               \
		#navi.sticky {									\
			right: unset !important;					\
			left: unset !important;					    \
		}"										
	);