Tag: JavaScript
All English articles tagged "JavaScript".
Recreating Twitter's old video clip feature as a Chrome extension
Published:I missed old Twitter's video clipping feature, so I rebuilt it as a Chrome extension for X.com. I aimed to keep video processing entirely in the browser with ffmpeg.wasm and WebCodecs, but attaching the result directly to X's post composer was a real struggle.
How to Hide Suspicious Real Estate Agencies on SUUMO [Tampermonkey]
Published:I made a Tampermonkey script that hides listings from specified real estate agencies in SUUMO search results in your own browser, so Iβm sharing it.
How to Build a GAS Tool That Automatically Likes Tweets on Your Twitter Timeline
Published:Updated:A guide to building a GAS tool that automatically likes tweets, plus how to adapt it to grow your follower count.
How to Build a GAS Tool That Sends Tweets from Specific Twitter Accounts to a Discord Channel
Published:Updated:I found it tedious to keep up with specific Twitter accounts, so I built a GAS workflow that fetches their tweets and sends them to Discord. This article includes copy-and-paste-ready code and how to run it every minute.
[PUBG] Lessons from Building and Operating Steins.GG, a Match Analysis Web App with 80,000 Cumulative Users
Published:Building and operating Steins.GG, a PUBG match analysis web app with more than 80,000 cumulative users, was one of my happiest experiences. I wrote about what was fun, and also what was hard: server costs, API changes, and keeping the service running.