There are some random JS snippets I made for various different things...
This file contains hidden or 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
# Quantum Core Secure Line | |
# | |
# Notes: | |
# 0 = Shor | |
# 1 = discrete log | |
# 2 = elliptic | |
# 3 = supersingular | |
# 4 = lattice A | |
# 5 = lattice B | |
# 6 = mersenne |
This file contains hidden or 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
# Dir to search | |
$directory = "C:\Users\xxx\some_directory" | |
# Bytes to look for | |
$byteSequence = [byte[]](0xAF, 0x1B, 0xB1, 0xFA) | |
function Contains-ByteSequence { | |
param ( | |
[string]$filePath, | |
[byte[]]$sequence |
This file contains hidden or 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 GitHub Repo Delete Name Copy | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Automatically write the repo name in the confirm field | |
// @author NullDev | |
// @match https://github.com/**/**/settings | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=github.com | |
// @grant none | |
// ==/UserScript== |
This file contains hidden or 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 Hide Google Ads | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Hide google ads in search results | |
// @author NullDev | |
// @match https://www.google.com/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=google.com | |
// @grant none | |
// ==/UserScript== |
This file contains hidden or 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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<link rel="icon" type="image/x-icon" href="/favicon.ico"> | |
<title>Rebane's Discord Colored Text Generator</title> | |
<meta charset="UTF-8"> | |
<meta name="description" content="Rebane's Discord Colored Text Generator"> | |
<meta name="author" content="rebane2001"> | |
<style> | |
/* |
This bookmarklet automatically converts the current GitHub Repo URL to the GitHub.io Page.
- Create a new Bookmark and name it "Repo to GH Page" or something.
- Paste this as the URL:
javascript:(()=>{const{href:a}=window.location;if(a.startsWith("https://github.com/")){const b=(a.split("/").pop()||"").split("#")[0];if(b){const c=(a.split("/")[3]||"").split(".")[0];c&&(window.location.href=`https://${c}.github.io/${b}`)}}})();
- Move it to your bookmarks bar (optional)
This file contains hidden or 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 Anti Cursor Change | |
// @namespace NullDev | |
// @version 0.1 | |
// @description Enforces default cursor style on all websites | |
// @author NullDev | |
// @match * | |
// @icon https://images.pling.com/cache/400x400/img/00/00/47/77/78/1538515/82a44a0c5f553ced10a4faae866093786ae516770da1a7e69f8458e1c4f05637c2e3.png | |
// @grant none | |
// ==/UserScript== |
Deaktiviert die hover link-previews auf pr0gramm.com
Es wird entweder die TamperMonkey Extension für Chrome oder die GreaseMonkey Extension für FireFox benötigt.
Zum installieren, hier klicken.
Von TheShad0w
NewerOlder