How do I *keep* overflow as scroll or auto?

Some sites (notably twitter) like to set overflow:hidden, typically on either body or html, particularly when they pop up a modal window. With a chrome extension, I’ve set it to scroll as !important, but … after a delay, it changes. Is there a way (short of turning off javascript entirely) to keep the overflow attribute where I set it?