javascript - Remove a Class Element from Third Party Widget -


i have third party widget loads on site via javascript, take example disqus. there class element shown in attached picture below, inside disqus. if delete inspect element, user image / class element gets deleted.

enter image description here

i want achieve in real time on page load. page load, site javascript or css should delete or hide these class elements.

please let me know if that's possible.

thanks,

shubham

use jquery removeclass method: https://api.jquery.com/removeclass/

$('#foo').removeclass('classtoremove'); 

Comments

Popular posts from this blog

delphi - Disable and change color of node in Treeview -

elasticsearch python client - work with many nodes - how to work with sniffer -

unity3d - Rotate an object to face an opposite direction -