Skip to content

Instantly share code, notes, and snippets.

@FahadYousafMahar
Last active September 26, 2021 13:00
Show Gist options
  • Select an option

  • Save FahadYousafMahar/241a7cc8a1d5cabe6bfe9402ee0fb7fe to your computer and use it in GitHub Desktop.

Select an option

Save FahadYousafMahar/241a7cc8a1d5cabe6bfe9402ee0fb7fe to your computer and use it in GitHub Desktop.
Tawk.to Branding Removal
setInterval(function(){
var iFrameDOM = jQuery("iframe").contents();
var year = new Date().getFullYear();
iFrameDOM.find(".tawk-branding").attr('href',"https://webit.pk").html(' Chat <img src="https://embed.tawk.to/_s/v4/assets/images/power.svg" style="margin: 0px 2px; display: inline-block; vertical-align: middle;"> by <span class="tawk-text-bold"> WebIT.pk - Domains & Hostings</span>');
}, 100);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment