Skip to content

Instantly share code, notes, and snippets.

View zachthedev's full-sized avatar

Zach zachthedev

View GitHub Profile
@zachthedev
zachthedev / devtools-devices.json
Created October 6, 2025 01:37
DevTools Devices
[
{
"title": "​iPhone SE",
"type": "unknown",
"user-agent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.2 Mobile/15E148 Safari/604.1",
"capabilities": [ "mobile", "touch" ],
"screen": {
"device-pixel-ratio": 2,
"vertical": { "width": 320, "height": 449 },
"horizontal": { "width": 449, "height": 320 }

Keybase proof

I hereby claim:

  • I am zachthedev on github.
  • I am zachthedev (https://keybase.io/zachthedev) on keybase.
  • I have a public key ASB1HdArgZ5g-7Z677msEYC-Y3xJpoC80MjgsHFdmlem8wo

To claim this, I am signing this object:

@zachthedev
zachthedev / addBackRevisionVisualText.user.js
Last active January 13, 2024 16:32
Brings back visual last edit text in drive apps due to M3 migration by Google.
// ==UserScript==
// @name Restore Revision Time Visual Text in Google Apps
// @version 1.2
// @description Brings back visual last edit text in drive apps due to M3 migration by Google.
// @author ZachTheDev
// @match https://docs.google.com/document*
// @match https://docs.google.com/presentation*
// @match https://docs.google.com/spreadsheets*
// ==/UserScript==