6 ms·
I use the following in a bookmarklet to narrow the width of the content on the page: javascript:void(document.body.style.width='500px');void(document.body.styl
by becked 18y ago
I use the following in a bookmarklet to narrow the width of the content on the page:
javascript:void(document.body.style.width='500px');void(document.body.style.position='relative');