Added new script for ikea.com
This commit is contained in:
parent
1c4186263b
commit
922ed1214d
1 changed files with 14 additions and 0 deletions
14
ikea-fix-boxing.user.js
Normal file
14
ikea-fix-boxing.user.js
Normal file
|
@ -0,0 +1,14 @@
|
|||
// ==UserScript==
|
||||
// @name Fix site width on ikea.com
|
||||
// @description ikea.com has a wrong boxing model, which drives users with any modern browser nuts.
|
||||
// @namespace https://www.schtobia.de/
|
||||
// @include http://*.ikea.com/*
|
||||
// @include https://*.ikea.com/*
|
||||
// @version 1
|
||||
// @grant GM_addStyle
|
||||
// @downloadURL https://github.com/schtobia/greasemonkey/raw/master/ikea-fix-boxing.user.js
|
||||
// @updateURL https://github.com/schtobia/greasemonkey/raw/master/ikea-fix-boxing.user.js
|
||||
// ==/UserScript==
|
||||
GM_addStyle("#allContent { width: 128em !important; }");
|
||||
GM_addStyle("#mainPadding { width: initial !important; }");
|
||||
|
Loading…
Reference in a new issue