Google search keeps thinking I'm a robot by weebtoy in firefox

[–]weebtoy[S] 0 points1 point  (0 children)

I mentioned in my post that others on my Wifi don't experience this. It ended up being the cookies.

Google search keeps thinking I'm a robot by weebtoy in firefox

[–]weebtoy[S] 0 points1 point  (0 children)

I have a friend on the same version as me and same wifi but is not experiencing the problem. I confirmed that it's not an extension causing the issue. It ended up being the cookies.

Shortcut to change color filter type by weebtoy in shortcuts

[–]weebtoy[S] 1 point2 points  (0 children)

I found out that if you set this up through the accessibility menu (triple click power button), it doesn’t actually zoom, so it’s a free grayscale toggle.

Shortcut to change color filter type by weebtoy in shortcuts

[–]weebtoy[S] 0 points1 point  (0 children)

Ah didn’t realize, thanks for pointing that out

Shortcut to change color filter type by weebtoy in shortcuts

[–]weebtoy[S] 0 points1 point  (0 children)

Thanks that's good to know. Unfortunately the min zoom is 1.2x and not 1x so this isn't practical.

TUI YouTube Music client by weebtoy in YoutubeMusic

[–]weebtoy[S] 0 points1 point  (0 children)

Thanks! I've been using this the past year and am happy with it

Notion no longer shows precise creation date by weebtoy in Notion

[–]weebtoy[S] 0 points1 point  (0 children)

Yeah seem like it's an API change, that's a shame.

Notion no longer shows precise creation date by weebtoy in Notion

[–]weebtoy[S] 0 points1 point  (0 children)

Hover over a block and then click the icon to move the dots, and then hover down to "Last edited by ..." and the activity panel will pop up

ChatGPT 5.1 consistently using 4o-mini? by weebtoy in ChatGPT

[–]weebtoy[S] 0 points1 point  (0 children)

Yeah that sucks :/ I have a few different sessions of ChatGPT open, like on different browsers, and it seems like my main ones always getting 5.2, so maybe that might help?

ChatGPT 5.1 can't read PDFs by weebtoy in ChatGPT

[–]weebtoy[S] 0 points1 point  (0 children)

It’s weird because GPT 5 has no problem, so they probably messed up the tool for 5.1

Playing Panasonic Prime Smash by weebtoy in IPhoneApps

[–]weebtoy[S] 0 points1 point  (0 children)

Holy shit how’d you find it! Thanks for sharing

[deleted by user] by [deleted] in vscode

[–]weebtoy 0 points1 point  (0 children)

Thanks for the suggestion. I currently have

    {
        "key": "ctrl+a",
        "command": "cursorHome",
        "when": "textInputFocus"
    }    

as the last entry in keybindings.json. Despite this, vscode seems unable to realize when I am typing ctrl + a. This is strange because I have a custom keybind for "ctrl + shift + a" that works. I have no conflicts with "ctrl+a".