Join us

ContentUpdates and recent posts about SERP Clapper for Medium..
 Activity
@encodedots started using tool Angular , 18 hours, 11 minutes ago.
Story Trending
@laura_garcia shared a post, 1 day, 11 hours ago
Software Developer, RELIANOID

Strengthening Operational Technology (OT) Security: What You Need to Know

The Cybersecurity and Infrastructure Security Agency (CISA), alongside 11 international partners, has released the ‘Secure by Demand’ guide to help OT owners and operators integrate robust security measures into their procurement processes. The guide highlights 12 essential security elements that cr..

Story
@viktoriia-yarosh shared a post, 1 day, 15 hours ago
Freshcode

How Grammarly and Kasta Made Ukraine a Global Clojure Hotspot

When developers think of the global adoption of Clojure, they often cite giants like Netflix, Walmart, or Nubank. There is, however, a thriving Clojure ecosystem that has been stealthily powering innovation from an unsuspecting part of the world: Ukraine. With over 633 tech companies and some unicor..

img (5)
 Activity
@deepakhp started using tool ChatGPT , 1 day, 18 hours ago.
 Activity
@fcastrocl started using tool Python , 2 days, 6 hours ago.
 Activity
@fcastrocl started using tool GitHub Actions , 2 days, 6 hours ago.
 Activity
@fcastrocl started using tool Amazon Web Services , 2 days, 6 hours ago.
Story
@laura_garcia shared a post, 2 days, 10 hours ago
Software Developer, RELIANOID

🚀 DevOpsDays arrives in Lima for the first time!

On August 21, 2025, DevOps practitioners and tech leaders will gather to share insights on CI/CD, SRE, DevSecOps, AI/MLOps, and CloudOps. 🔹 RELIANOID will be there—showcasing how our platform empowers secure, scalable, observability-driven DevOps operations. #DevOpsDays#DevOps#SRE#DevSecOps#CloudOps..

 Activity
@edersonbrilhante started using tool ForgeMT , 2 days, 12 hours ago.
 Activity
@edersonbrilhante started using tool Visual Studio Code , 2 days, 12 hours ago.
Did you know you can clap for someone’s content up to 50 times on Medium?

Well, you can.

And to protect you from carpal tunnel syndrome, I packaged that behavior into a little extension for Chrome.

It works like this:

https://www.youtube.com/watch?v=oN3soEz-5Z4

Open up your developer tools (right-click & choose inspect)

Then, navigate to the “console”:

And if you have a bunch of caca (that’s Spanish for 💩) in your Console you can click the little 🚫 icon to clear it:

Then:

copy the JavaScript code below
paste it into the Console area
press the Return key

and spread the clap!

(Scroll up to the top of this article before you press enter if you want to see it in action)

let clapButton = document.querySelector('button[data-testid="headerClapButton"]');
if (clapButton) {
const events = ['mousedown', 'mouseup', 'click'];

async function performClap() {
for (let i = 0; i < 50; i++) {
events.forEach(eventType => {
let event = new MouseEvent(eventType, {
'view': window,
'bubbles': true,
'cancelable': true
});
clapButton.dispatchEvent(event);
});
await new Promise(resolve => setTimeout(resolve, 10)); // Introducing a 10ms delay between claps
}
console.log("+50 Claps! Now, go join the SERP community!");
}

performClap();
} else {
console.log("Clap button not found!");
}

Want the extension?

I submitted the extension to the Chrome app store and it’s pending approval as of this writing…

But if you’re too excited to sit around when you could be clappin’ it up — you’re welcome to grab the bootleg here:

👉 https://serp.ly/@serp/serp-clapper-medium