Hack Trick - Remove Tawk.to brand name without premium addons.

Who need to "Remove Tawk.to brand name" in Tawk.To Live Chat WordPress Plugin

  • Yes

  • No


Results are only viewable after voting.

John Martin

New member
XNullUser
Joined
Jun 10, 2021
Messages
20
Reaction score
17
Points
3
NullCash
115
Have you been wondering a method to change or remove tawk.to branding from your website live chat.
 

hugo.martin.750

Member
XNullUser
Joined
Jun 13, 2021
Messages
63
Reaction score
1
Points
8
NullCash
9
I once override branding CSS with JS.
But since it is in an iframe, it worked for a while but then they updated and it stopped working.
 

zenaw

New member
XNullUser
Joined
Jun 17, 2021
Messages
5
Reaction score
0
Points
1
NullCash
7
Search into the code with balise, css classes or value and remove them. It is easy.
 

starlightonearth

New member
XNullUser
Joined
Jul 15, 2021
Messages
12
Reaction score
4
Points
3
NullCash
4
You can also add
Code:
display: none;
in the CSS for it, this will hide it. I've done that with some scripts that detect removal of branding code and force-disable your site if their branding is missing.

I'm unsure on if that's necessary for this code in particular, but it's handy info to have.
 
Top