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

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -