Advertisement
michaellevelup

Nofollow social

Sep 28th, 2022
701
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2.     const addNoFollow = document.querySelectorAll('.element-social-inner-wrap > a');
  3.     [].forEach.call(addNoFollow, function(anchor) {
  4.       anchor.setAttribute("rel", "nofollow noopener noreferrer")
  5.     });
  6. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement