Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. window.CTMSourceEvent = function(event) {
  2. if (event.state != 'after') {
  3. jQuery("span.star").remove();
  4. jQuery("a.click2call.LTR img").remove();
  5. if (document.location.hostname == "citrus.hulu.co.il"){
  6. document.querySelector("a.click2call").innerHTML = document.querySelector("a.click2call").href.replace("tel:", "");
  7. }
  8. if (document.location.pathname.indexOf("Talia") > -1){
  9. var fakephone = document.createElement("a");
  10. fakephone.className = "callbox";
  11. fakephone.href = "tel:09-9999999";
  12. document.body.appendChild(fakephone);
  13. __ctm.main.runNow();
  14. }
  15. }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement