/* * @title img{display:none;} * @include http://* */ (function () { var a = document.querySelectorAll('img'); [].forEach.call(a, function (n) { n.style.display = "none" }) })()