Skip to content

Instantly share code, notes, and snippets.

View aofall's full-sized avatar

aofall

View GitHub Profile
@sunzsh
sunzsh / gist:e66cbef4f43820a5c2007d5c747c9529
Last active November 9, 2023 15:20
书签栏免登陆复制CSDN博客中代码片段
javascript:$('#content_views').unbind('copy');csdn.copyright.textData='';document.querySelectorAll(".prism,.hljs-button").forEach((b)=>{b.setAttribute('data-title','\u590d\u5236');b.onclick=function(e){navigator.clipboard.writeText(e.target.parentElement.innerText);e.stopPropagation();e.target.setAttribute('data-title','\u590d\u5236\u6210\u529f');setTimeout(()=>{e.target.setAttribute('data-title','\u590d\u5236');},2000)}});document.querySelectorAll("style").forEach((s)=>{if((s.innerText||"").indexOf('#content_views pre')>-1){s.parentElement.removeChild(s)}});