Skip to content

Instantly share code, notes, and snippets.

View nmdra's full-sized avatar
🎯
Focusing

NIMENDRA nmdra

🎯
Focusing
View GitHub Profile
@nmdra
nmdra / ccc.sh
Created February 20, 2023 06:15
Simple Bash script for Compile & Run C programs
#!/bin/bash
# Simple Script for Compile & Run C programs
# Shellcheck Passed.
# Contributors: nimendra
# Last Update: 2023-02-20 11:04
# github.com/nmdra
# twitter.com/nimendra_
# Installations👇
# Dependencies: fd, fzf, gcc,
@nmdra
nmdra / m3u8LinkDetector.js
Created June 5, 2024 00:33
Detect m3u8 links, modify them, and display with copy and hide buttons.
// ==UserScript==
// @name Specific m3u8 Link Detector and Copier
// @version 1.2
// @description Detect specific m3u8 links, modify them, and display with copy and hide buttons. Link text is displayed only on hover.
// @author Nimendra
// @icon https://img.icons8.com/?size=100&id=roUdNSN10VmV&format=png&color=000000
// @match *://*/*
// @grant none
// @run-at document-start
// ==/UserScript==