Advertisement
arie_cristianD

remove nofollow rel atribute in social icon

Feb 5th, 2024
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. /* remove nofollow rel atribute in social icon */
  2.  
  3. jQuery(window).on("load", function () {
  4. jQuery('.socials_widget.jeg_social_icon_block a').each(function(){
  5. jQuery(this).attr('rel' ,'external noopener')
  6. })
  7. });
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement