Just a quickie for y'all.
A Pen by Jamie Coulter on CodePen.
| /** | |
| * YOLO Mode for Claude Code in VS Code: | |
| * Automatically clicks YES to any prompts in the Claude VS Code interface. | |
| * | |
| * To use: | |
| * 1. Click Help > Toggle Developer Tools in VS Code. | |
| * 2. Go to the Console tab. | |
| * 3. Type "allow pasting" and press Enter. | |
| * 4. Paste this entire script and press Enter. | |
| * 5. Type "_auto_claude_.start()" to start the auto-clicker. |
Just a quickie for y'all.
A Pen by Jamie Coulter on CodePen.
Just a quickie for y'all.
A Pen by Jamie Coulter on CodePen.
| <div class="text"> | |
| <p>Nachos are</p> | |
| <p> | |
| <span class="word wisteria">tasty.</span> | |
| <span class="word belize">wonderful.</span> | |
| <span class="word pomegranate">fancy.</span> | |
| <span class="word green">beautiful.</span> | |
| <span class="word midnight">cheap.</span> | |
| </p> | |
| </div> |
| <section class="container"> | |
| <h1> | |
| <span class="title">This is</span> | |
| <span class="title">a long</span> | |
| <span class="title">long title</span> | |
| </h1> | |
| <div class="button">restart</div> | |
| </section> |
| #textContainer |
| /** | |
| * To answer @AnnieCushing's question on Twitter: | |
| * https://twitter.com/AnnieCushing/status/806518054368739329 | |
| * | |
| * Author: Chris Le - @iamchrisle | |
| * | |
| * There's a few ways to do this. | |
| * - Like @SimoAhava suggested, server redirects that strips parameters if you | |
| * have the ability to control the server. |
| /** | |
| * Install x-ray with: 'npm install x-ray' | |
| * (Also see: https://github.com/lapwinglabs/x-ray) | |
| * | |
| * Run with: node scraper.js | |
| * | |
| * Result: | |
| * | |
| * [ { rankCurrent: '1', | |
| * rankLast: 'Last Week: 1', |