does anyone smell uptwi in here?

meadow (from real life) // mid20s // I'm bnuuy 🐰 and also deer 🦌 and also a few more // wow!~!! //
🩵 @choir
💜 @queeronfire
![]() | ![]() |
|---|---|
![]() | ![]() |
|---|---|
![]() |
|---|
does anyone smell uptwi in here?
// ==UserScript==
// @name lettuce...
// @namespace
// @match https://cohost.org/*
// @grant none
// @version 1.0
// @author meadow wowperfect
// @description 2/6/2024, 11:56:18 AM
// ==/UserScript==
function lettuce() {
'use strict';
for (let elem of document.querySelectorAll('img.mask')) {
elem.src = 'https://i.pinimg.com/originals/60/16/91/6016911336b4930bb9eda15b99ffad36.png'
}
}
(function () {
setInterval(lettuce, 500);
})()
when it's at a certain point republishing publicly on my wowperfect github
I DO USE VERSION CONTROL just that it's a bit of a hassle to know if I'm gonna finish and open source something first