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