see if delaying it helps
[app.webkitpdf] / domains / marketminute.com.js
1
2 (function (args) {
3      window.setInterval(function() {
4     try {
5         var sb = document.getElementsByClassName('sandbox')[0];
6         var b = sb.contentDocument.body;
7         sb.parentNode.replaceChild(b,sb);
8         b.style.position="relative";
9
10     }catch(e){}
11      }, 1000);
12      
13 })();