You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
398 B
JavaScript

( function () {
if (document.styleSheets && window == window.top)
{
var ss = Array.prototype.slice.call(document.styleSheets, 0);
var re = /^file:\/\/.*styles\/error.css$/i;
opera.postError();
if (ss.filter(function(ss){ return re.test(ss.href) }).length == 0)
opera.extension.postMessage({gd4ip: "init", gd4ip_url: decodeURI(window.location.href.split('#')[0])});
}
})();