Skip to content

Instantly share code, notes, and snippets.

View RebootedDuck's full-sized avatar
🐧
Doing things with anything other than Flexbox

Maisie RebootedDuck

🐧
Doing things with anything other than Flexbox
View GitHub Profile
@DoubleLabyrinth
DoubleLabyrinth / fix.py
Last active September 18, 2024 18:53
Remove mutant entry in Start: ms-resource:AppName/Text
import os, sqlite3
conn = sqlite3.connect(os.path.expandvars(r'%ProgramData%\Microsoft\Windows\AppRepository\StateRepository-Machine.srd'))
cursor = conn.execute(
'''
SELECT _PackageID, PackageFullName FROM main.Package
WHERE PackageFullName LIKE "Microsoft.Windows.HolographicFirstRun%";
'''
)
@timvisee
timvisee / SUBREDDIT_LIST.md
Last active September 16, 2024 07:51
Get a list of subreddits you're subscribed to on reddit. https://timvisee.com/blog/list-export-your-subreddits/

As posted on: https://timvisee.com/blog/list-export-your-subreddits/

Get a list of your subreddits

To obtain a list of your subreddits, do the following:

  • First make sure you're logged in on reddit, on a desktop browser.
  • Then visit reddit.com/subreddits.
  • Then put the following snippet in your browsers address bar, and press Enter.
    Make sure javascript: is included at the beginning, your browser might remove it while copy-pasting for security reasons: