This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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, |