Fixing The Blogger.com JS-error "Access Denied"
by Alex Yumashev ·
Feb 28 2010
If you host your blog at blogspot, you are experiencing a javascript error "access denied" for the last 48 hours. Lots of people are
reporting this bug, but it's still not fixed. A temporary fix is:
<script type='text/javascript'>
window.onerror = function() { return true; }
</script>
Edit your template HTML and paste this code somewhere inside the tag.
UPD: Please note this fix does not "solve" the actual problem, it just hides the annoying error message. We still have to wait for Google to fix this.