Skip to content

Instantly share code, notes, and snippets.

@StefanoF
Created December 10, 2017 23:23
Show Gist options
  • Save StefanoF/51e6ca8c56a71cf85196c95b3d863783 to your computer and use it in GitHub Desktop.
Save StefanoF/51e6ca8c56a71cf85196c95b3d863783 to your computer and use it in GitHub Desktop.
(function(){
let arr = document.getElementsByTagName("a");
let arrL = arr.length;
for(let i=0; i<arrL; i++){
arr[i].removeAttribute("data-lynx-uri");
}
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment