Skip to content
Menu
About Me
Contact
Design Your Website
Nothing Found
It seems we can’t find what you’re looking for. Perhaps searching can help.
Search for:
GET WEEKLY FREE WEB TIPS
Subscription Form
First Name
Subscribe
Close
About Vidyut Pal
Contact
Happy Clients
Work With Me
document.addEventListener('DOMContentLoaded', function() { // Add Copy Button to each code block document.querySelectorAll('.wp-block-code').forEach(function(codeBlock) { const button = document.createElement('button'); button.className = 'copy-button'; button.textContent = 'Copy'; button.addEventListener('click', function() { const code = codeBlock.querySelector('code').textContent; navigator.clipboard.writeText(code).then(() => { button.textContent = 'Copied!'; setTimeout(() => button.textContent = 'Copy', 2000); }); }); codeBlock.appendChild(button); }); });