Skip to content

Instantly share code, notes, and snippets.

@Tuurash
Tuurash / PWAny.user.js
Last active July 3, 2025 15:03
Turn any site into an app — impress no one but feel productive.
// ==UserScript==
// @name PWAny
// @namespace https://gist.github.com/Tuurash/0c23bcfba2a463b92ed90d8fed464029/raw/f2ffa5f8bc850dec75959dd39aa64704a356276e/PWAny.user.js
// @version 1.2
// @description Inject PWA capabilities into websites via context menu
// @author tuurash
// @match *://*/*
// @run-at document-idle
// @grant GM_notification
// @grant GM_registerMenuCommand
@Tuurash
Tuurash / enhancer-for-yt_custom-theme.user.css
Last active September 30, 2024 20:29
Awesome sourced(verified & custom scripts)
/* ==UserStyle==
@name Youtube Enhancer Patch
@namespace koumaza
@version 1.0.0
@homepageURL https://gitlab.com/-/snippets/2078210
@updateURL https://gitlab.com/-/snippets/2078210/raw/master/enhancer-for-yt_custom-theme.user.css
@license WTFPL(PublicDomain)
@author koumaza
@preprocessor stylus
==/UserStyle== */
@KathariHC
KathariHC / gist:18b79d862cb12199cbd60025faff0a09
Last active June 20, 2025 14:44
Microsoft Generic Product Keys for All Editions
Generic keys is default keys from Microsoft will allow you to install or upgrade to a specific Microsoft software you want,
but will not activate it. if you want to activate it , you can buy the Microsoft Retail Product Keys from Keyingo.com
Microsoft Generic Product Keys for All Editions
Windows Server 2022 Datacenter
WX4NM-KYWYW-QJJR4-XV3QB-6VM33
Windows Server 2022 Standard
VDYBN-27WPP-V4HQT-9VMD4-VMK7H
@Braytiner
Braytiner / Windows Defender Exclusions VS 2022.ps1
Last active December 15, 2025 08:26
Adds Windows Defender exclusions for Visual Studio 2022
$userPath = $env:USERPROFILE
$pathExclusions = New-Object System.Collections.ArrayList
$processExclusions = New-Object System.Collections.ArrayList
$pathExclusions.Add('C:\Windows\Microsoft.NET') > $null
$pathExclusions.Add('C:\Windows\assembly') > $null
$pathExclusions.Add($userPath + '\Downloads\HeidiSQL_11.3_64_Portable') > $null
$pathExclusions.Add($userPath + '\.dotnet') > $null
@opastorello
opastorello / sublime text 4143 license key
Last active December 18, 2025 17:21
sublime text 4143 license key
> * Go to [hexed.it](https://hexed.it/)
> * Click "Open File" and choose your sublime_text.exe **(DON'T FORGET TO BACKUP YOUR EXE FILE)**
> * Go to Search and in "Search for" put: 80 78 05 00 0F 94 C1
> * In Search Type select "Enable replace" and put: 80 78 05 00 0F 94 C1
> * Click "Find next" then "Replace"
> * Do the same thing with: C6 40 05 01 48 85 C9 => C6 40 05 01 48 85 C9
> * Click "Save as" then name it: sublime_text
> * Copy your modified sublime_text.exe to directory Sublime Text
const gSheetUrl = 'Copy & paste your Google Sheet URL here';
const gFormUrl = 'Copy & paste your Google Form URL here';
function updateFormBySheetData() {
// Open the Google Sheet
let gSheet = SpreadsheetApp.openByUrl(gSheetUrl).getSheetByName('Products');
// Get the product cells data
let products = gSheet.getRange(2, 1, gSheet.getLastRow() - 1, 2).getValues();
@abodacs
abodacs / links
Created September 15, 2019 12:19 — forked from benchonaut/README.md
links collection of interesting stuff -- be careful --don't be evil !!