Skip to content

Commit

Permalink
Update jdn.js
Browse files Browse the repository at this point in the history
  • Loading branch information
RachamimYaakobov committed Nov 10, 2015
1 parent 9a72a24 commit 0a729ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions jdn.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
(function(window) {
alert("trueUrl");
setTimeout(function() {
/* window.onload = function() {*/
alert("trueUrl");
/* window.onload = function() {*/
var imgs = document.getElementsByTagName('img');
for (var i = 0; i < imgs.length; i++) {
if (imgs[i].src.indexOf("jdn.co.il/wp-content/uploads/wp-banners") != -1) {
imgs[i].src = "";
imgs[i].alt = "";
}
}
// setVideo();
/* };*/
// setVideo();
/* };*/
}, 3000);
})(window);

Expand Down

0 comments on commit 0a729ae

Please sign in to comment.