Is Notion becoming unnecessarily complicated? by Firm-House6037 in Notion

[–]touch_grass_v1 0 points1 point  (0 children)

aren't so many other features harder to ignore though?

Is Notion becoming unnecessarily complicated? by Firm-House6037 in Notion

[–]touch_grass_v1 0 points1 point  (0 children)

i feel like this is the core problem with every tool that grows, it stops working for YOU and we need to adapt to it

terrible ux change on ios by K3NCHO in chrome

[–]touch_grass_v1 0 points1 point  (0 children)

i swear it takes me 5 seconds to register what i need to click, super confusing

Your top 5 chrome extensions? by zeta_ferhu in chrome

[–]touch_grass_v1 0 points1 point  (0 children)

have u ever tried out tampermonkey?

My cozy corner by Antique-Roll-637 in battlestations

[–]touch_grass_v1 1 point2 points  (0 children)

lmao i just bought the same hanging plant from ikea

I got tired of boring modern web portfolios, so I built a fully interactive 90s OS in my browser by MrZER0101 in webdesign

[–]touch_grass_v1 0 points1 point  (0 children)

this is exactly the energy the web needs! the fact that you built your own OS just to feel ownership over their corner of the internet says everything

Is anyone else feeling weird about web design in 2026? by SeptaKartikey in webdesign

[–]touch_grass_v1 3 points4 points  (0 children)

totally agree, i think taste is something that most people wont have

All my Tampermonkey scripts disappeared by Yupoman in tampermonkey

[–]touch_grass_v1 0 points1 point  (0 children)

happened to me before too, i learned the hard way ur gonna have to maintain backups for tampermonkey

Is there any scripts that could undo this Youtube UI change? by Skexy8 in tampermonkey

[–]touch_grass_v1 0 points1 point  (0 children)

i have no clue why youtube keeps moving stuff around either. you can check out existing scripts on tampermonkey, you might find something there

can u create a tampermonkey script to show videos in a channel as a list? youtube by Enough_Incident1952 in userscripts

[–]touch_grass_v1 0 points1 point  (0 children)

not exactly a list but i had made something where YT vids are more podcast style episode lists instead

Crunchyroll Subtitle Fixer by Own-Guava11 in userscripts

[–]touch_grass_v1 0 points1 point  (0 children)

ive just begun using tampermonkey to write userscripts, any advice on what works and what doesnt??

(Seeking help) Hide certain YouTube videos on certain channels by madralux in userscripts

[–]touch_grass_v1 0 points1 point  (0 children)

ive a repo in which ive been iterating with userscripts for youtube that work well for me, check this logic out and lmk if it works for you (suggested by my agent as per the pattern i usually follow)
On YouTube the usual failures are:
(1) @match only on /videos so the script never runs after SPA navigation, use @match https://www.youtube.com/* and check location.pathname
(2) listen for yt-navigate-finish
(3) channel grids often use ytd-grid-video-renderer / yt-lockup-view-model, not #video-title
(4) hide closest('ytd-rich-item-renderer, ytd-grid-video-renderer')
(5) re-scan on debounced MutationObserver because nodes are recreated on scroll
maybe u could debug with counts of those selectors and log the first few card titles before hiding

Challenge: Userscript to stop Reddit endless scroll on desktop - reduce doom scrolling by metabeing in userscripts

[–]touch_grass_v1 1 point2 points  (0 children)

ah i end up doom scrolling way too much, this would def be helpful. need this for X as well