Skip to content

Instantly share code, notes, and snippets.

View minanagehsalalma's full-sized avatar
🍒
Meow ?

mina nageh salama minanagehsalalma

🍒
Meow ?
  • no i won't tell you
View GitHub Profile
// YouTube Comments Extractor - With Full Reply Support
// Run this in the browser console while on a YouTube video page
async function extractAllYouTubeComments() {
console.clear();
console.log('%c🎬 YouTube Comments Extractor (With Replies)', 'font-size: 16px; font-weight: bold; color: #00ff00');
// First, expand ALL "Show replies" buttons
console.log('📂 Expanding all reply threads...');
let expandCount = 0;
@minanagehsalalma
minanagehsalalma / 0x7B (INACCESSIBLE_BOOT_DEVICE) Fix for windows.md
Last active August 17, 2025 15:29
0x7B (INACCESSIBLE_BOOT_DEVICE) Fix for windows

0) Prep

  • Have your BitLocker 48-digit key ready (if device encryption is on).
  • Boot a Windows USB installer, then press Shift+F10 at the first Setup screen to open Command Prompt.

1) Identify Windows + EFI partitions

@minanagehsalalma
minanagehsalalma / unlink.ps1
Created August 15, 2025 19:28
Set Your Windows Account To local; unlink Microsoft account.
(async () => {
const sleep = (ms) => new Promise(r => setTimeout(r, ms));
// ---------- Deep selectors (shadow roots + same-origin iframes) ----------
const deepAll = (sel) => {
const out = [];
const visit = (root) => {
if (!root) return;
out.push(...root.querySelectorAll(sel));
for (const el of root.querySelectorAll('*')) if (el.shadowRoot) visit(el.shadowRoot);
@minanagehsalalma
minanagehsalalma / pin.ps1
Last active August 6, 2025 02:00
Enable MANIFEST V2 by pinning chrome version 138
[CmdletBinding()]
param(
[Parameter(Mandatory=$true)]
[string]$PortableDir, # e.g. C:\Users\ASUS\Downloads\Compressed\GoogleChromePortable
[string]$ProfileDir = "C:\Chrome138Profile",
[switch]$DisableUpdater # Optional: stop & disable Google Update services/tasks
)
$ErrorActionPreference = 'Stop'
@minanagehsalalma
minanagehsalalma / RTX_5070_TI_v6.2.6.Benchmark
Created August 1, 2025 23:49
RTX 5070 TI Hashcat 6.2.6 Benchmark
~$ nvidia-smi
Fri Aug 1 23:43:49 2025
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 570.133.07 Driver Version: 570.133.07 CUDA Version: 12.8 |
|-----------------------------------------+------------------------+----------------------+
| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|=========================================+========================+======================|
| 0 NVIDIA GeForce RTX 5070 Ti On | 00000000:01:00.0 Off | N/A |
@minanagehsalalma
minanagehsalalma / RTX_5070_v6.2.6.Benchmark
Last active August 1, 2025 23:36
RTX 5070 Hashcat 6.2.6 Benchmark
~$ nvidia-smi
Fri Aug 1 23:24:07 2025
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 570.144 Driver Version: 570.144 CUDA Version: 12.8 |
|-----------------------------------------+------------------------+----------------------+
| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|=========================================+========================+======================|
| 0 NVIDIA GeForce RTX 5070 On | 00000000:83:00.0 Off | N/A |
@minanagehsalalma
minanagehsalalma / RTX_5060_TI_v6.2.6.Benchmark
Created August 1, 2025 23:21
RTX 5060 TI Hashcat 6.2.6 Benchmark
~$ nvidia-smi
Fri Aug 1 22:57:17 2025
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 570.169 Driver Version: 570.169 CUDA Version: 12.8 |
|-----------------------------------------+------------------------+----------------------+
| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|=========================================+========================+======================|
| 0 NVIDIA GeForce RTX 5060 Ti On | 00000000:01:00.0 Off | N/A |
@minanagehsalalma
minanagehsalalma / Missionbot.md
Last active August 1, 2025 17:05
Synack Mission Bot Setup

A) Stop old service & fetch a fresh build

# Stop any old instance (ignore errors if it didn't exist)
sudo systemctl disable --now mbot.service 2>/dev/null || true

# Prepare clean workspace
cd ~
@minanagehsalalma
minanagehsalalma / BenchResults.md
Last active July 31, 2025 17:05
Free DNS Adblockers Benchmarks