noscript.surrogate.generic.sources =
Code: Select all
@*.domain1.com @*.domain2.comCode: Select all
(function() { var stopPropagation = Event.prototype.stopPropagation; Event.prototype.stopPropagation = function() { if (this.type != "DOMContentLoaded") stopPropagation.apply(this); } })();