Chart fix for Lucrum Vitality Shopify site
Query IP address details using the IP2Location API. Be sure to sign up here before next steps, no CC is needed.
curl
| <!DOCTYPE html> | |
| <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="editor" content="scrape-chat_v2.2"> <meta name="author" content="ray kooyenga"/><title>Bitcoin and Crypto Regulation Mexico</title> <style> body { background-color: #fff; color: #333; padding: 20px; font-family: sans-serif; line-height: 1.6; } h1 { text-align: center; color: #444; border-bottom: 1px solid #ccc; padding-bottom: 10px; margin-bottom: 20px;} .exported-message-block { border: 1px solid #eee; padding: 15px; margin-bottom: 15px; border-radius: 8px; background-color: #f9f9f9; color: #333; } .exported-message-block strong { display: block; margin-bottom: 8px; font-size: 0.9em; color: #555; text-transform: capitalize; } </style> </head> <body> <h1>Bitcoin and Crypto Regulation Mexico</h1><div class="exported-message-block"><strong>user:</strong><div><div class="flex w-full flex-col gap-1 em |
Comparison of self custody, no-KYC, Espanol friendly, Mexico friendly, novice friendly, Bitcoin software wallet for Android. Other high priority is backup options and preferably cash-funding routes like Oxxo or bank transfer.
- Easy for beginners
- Works well in Mexico
Dynamically load Three.js library and construct a cool 3D cube, make it rotate, and inject into a website. I don't know why you'd want to but it's really none of my business. Working on some things tonight I found a cube inject I did a couple months ago actually because the preview panel look blank i thought it was a broken gist i should fix or delete, but i saw the code, ran it and though a functional injection it was needing a few things namely color sceheme and transparency. Made some fixes, they work, and now it's ready to go in a project. Don't recall what led to makign the original, but replacing the pill icon in my terminal web app that serves as a minimize maximize might be what i was thinking for this. Then of course theres the adcube3d project I did a decade ago but there's some limitations that make it not ideal for that. For now though it'll sit here. In between other stuff and here it is as a bookmarklet I usually have multiple uses for
| #!/usr/bin/env node | |
| const fetch = require('node-fetch'); | |
| const prompt = require('prompt-sync')({ sigint: true }); | |
| const { exec } = require('child_process'); | |
| const fs = require('fs'); | |
| const path = require('path'); | |
| // Color utilities | |
| const echo_r = (text) => console.log('\x1b[31m%s\x1b[0m', text); |

