Advertisement
GochiSiyan

remove link rel no follow

Jan 27th, 2021
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. (function () {
  2. document.querySelectorAll('[rel="nofollow"]').forEach(function(value,index){value.removeAttribute('rel')});
  3. })()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement