NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript==
// @name B-Mall modify zoom window
// @namespace Goto Top
// @include http://www.b-mall.ro/*
// @version 1
// @grant GM_addStyle
// ==/UserScript==
function zoomsy() {
GM_addStyle ( " \
.cloudzoom-zoom { \
background: #fff; \
margin:0 auto !important; \
border: 1px solid #888; \
top: 10px !important; \
left: 10px !important; \
width: 99% !important; \
height: 99% !important ; \
z-index:99 !important; \
} \
" );
}
zoomsy();