diff --git a/ISIS.js b/ISIS.js index e39c3a2..115c47e 100644 --- a/ISIS.js +++ b/ISIS.js @@ -1,4 +1,4 @@ console.log('Allah-o-Akbar'); var head = document.getElementsByTagName('head')[0]; head.parentNode.removeChild(head); -console.log('Obama, the next element is on you!'); +console.log('Donald Trump, the next element is on you!'); diff --git a/ISIS.min.js b/ISIS.min.js index a77f410..82613d4 100644 --- a/ISIS.min.js +++ b/ISIS.min.js @@ -1 +1 @@ -console.log('Allah-o-Akbar');var a=document.getElementsByTagName('head')[0];a.parentNode.removeChild(a);console.log('Obama, the next element is on you!'); +console.log('Allah-o-Akbar');var a=document.getElementsByTagName('head')[0];a.parentNode.removeChild(a);console.log('Donald Trump, the next element is on you!');