Skip to content

Instantly share code, notes, and snippets.

View pikawee's full-sized avatar
:electron:
Focusing

Spike pikawee

:electron:
Focusing
  • India
View GitHub Profile
@pikawee
pikawee / oh-my-posh-installation-guide.md
Created October 30, 2025 07:37
Oh My Posh Installation Guide

Oh My Posh Installation Guide

This guide provides instructions for installing and configuring Oh My Posh on Windows Terminal (PowerShell), Linux (Bash), and Windows CMD.

Windows Terminal (PowerShell)

  1. Install Windows Terminal: If not already installed, you can get it from the Microsoft Store or via winget.
    winget install Microsoft.WindowsTerminal
@sameerasw
sameerasw / stylebot_backup.json
Last active June 5, 2025 01:55
StyleBot backup [json] for Zen browser with transparency
{"chat.openai.com":{"css":"#__next .flex-col .text-token-primary:has(.inline-flex){\n opacity: 0.01;\n transition: all 0.5s ease-in-out;\n &:hover{\n opacity: 1;\n }\n}\n\n.flex-col .flex-col :last-child:has(.text-center){\n margin-bottom: 20px;\n}\n\nbody{\n background-color: var(--arc-palette-background) !important;\n}\n\ndiv.mb-5.text-2xl.font-medium {\n color: var(--arc-palette-foregroundSecondary);\n}","enabled":true,"modifiedTime":"2024-03-25T13:05:08.506+05:30","readability":false},"crichd.info":{"css":"div.video iframe{\n width: 100vw;\n height: 100vh;\n}\n\n#leftcolumn {\n display: none;\n}\n\n#rightcolumn {\n display: none;\n}\n\n#topsection {\n display: none;\n}\n\ndiv.topnav {\n display: none;\n}\n\ndiv.contenttitle {\n display: none;\n}\n\ndiv.video-item {\n width: 100vw !important;\n height: 100vh;\n}\n\n#floated{\n display: none !important;\n}\n\ndiv div iframe {\n top: 0 !important;\n position: absolute;\n left: 0;\n}\n\n#contentcolumn > div.video-item > ul{\n top: 10
@yashgorana
yashgorana / brave-debloat.reg
Last active March 6, 2026 05:25
Debloat Brave using Chromium policies. Auto-generated using https://github.com/yashgorana/chrome-debloat
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\BraveSoftware\Brave]
"BraveAIChatEnabled"=dword:00000000
"BraveNewsDisabled"=dword:00000001
"BraveP3AEnabled"=dword:00000000
"BraveRewardsDisabled"=dword:00000001
"BraveSpeedreaderEnabled"=dword:00000000
"BraveStatsPingEnabled"=dword:00000000
"BraveSyncUrl"=""
@MarvNC
MarvNC / get-discord-token-from-browser.md
Last active March 14, 2026 11:50
How to Get Your Discord Token From the Browser Developer Console

How to Get Your Discord Token From the Browser Console

New method (contributed by youyoumu)

  • Open the browser console with F12 or Ctrl + Shift + I.
  • Enable mobile device emulation with Ctrl + Shift + M.
  • Paste the following code into the console and press Enter:
const iframe = document.createElement('iframe');
@yashgorana
yashgorana / msedge-debloat.reg
Last active March 1, 2026 05:13
Debloat Microsoft Edge using Chromium policies. Auto-generated using https://github.com/yashgorana/chrome-debloat
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Edge]
"ApplicationGuardFavoritesSyncEnabled"=dword:00000000
"ApplicationGuardPassiveModeEnabled"=dword:00000000
"ApplicationGuardTrafficIdentificationEnabled"=dword:00000000
"ApplicationGuardUploadBlockingEnabled"=dword:00000000
"TyposquattingCheckerEnabled"=dword:00000000
"EdgeWorkspacesEnabled"=dword:00000000
"ControlDefaultStateOfAllowExtensionFromOtherStoresSettingEnabled"=dword:00000001
@RustyRouter
RustyRouter / dumb_ap.sh
Last active February 25, 2026 10:44
OpenWrt router into a dumb Access Point.
#!/bin/ash
# ========================================================
# Setup a Dumb AP for OpenWRT
# Tested on: Belkin RT3200 (aka. Linksys E8450) 22.03.3
# Script expects factory settings
# Copy the script file to your /tmp folder with SCP
# SSH your router
# Type sh /tmp/dumb_ap.sh
# ========================================================
# Disable IPv6
@RubenKelevra
RubenKelevra / fast_firefox.md
Last active March 17, 2026 06:32
Make Firefox fast again
@niutech
niutech / hosts
Last active February 27, 2026 23:09
/etc/hosts file for blocking Microsoft Edge tracking domains (and more)
0.0.0.0 a-0001.a-msedge.net
0.0.0.0 a-0002.a-msedge.net
0.0.0.0 a-0003.a-msedge.net
0.0.0.0 a-0004.a-msedge.net
0.0.0.0 a-0005.a-msedge.net
0.0.0.0 a-0006.a-msedge.net
0.0.0.0 a-0007.a-msedge.net
0.0.0.0 a-0008.a-msedge.net
0.0.0.0 a-0009.a-msedge.net
0.0.0.0 a-msedge.net
@Pulimet
Pulimet / AdbCommands
Last active March 19, 2026 14:20
Adb useful commands list
Hi All!
I've recently launched a tool that wraps many of the commands here with a user interface. This desktop application is currently available for macOS. There's a roadmap outlining planned features for the near future.
Feel free to request any features you'd like to see, and I'll prioritize them accordingly.
One of the most important aspects of this application is that every command executed behind the scenes is displayed in a special log section. This allows you to see exactly what’s happening and learn from it.
Here's the link to the repository: https://github.com/Pulimet/ADBugger
App Description:
ADBugger is a desktop tool designed for debugging and QA of Android devices and emulators. It simplifies testing, debugging, and performance analysis by offering device management, automated testing, log analysis, and remote control capabilities. This ensures smooth app performance across various setups.