// ==UserScript== | |
// @name New Userscript | |
// @namespace http://tampermonkey.net/ | |
// @version <$DATE$> | |
// @description try to take over the world! | |
// @author You | |
// @match <$URL$> | |
// @icon <$ICON$> | |
// @grant none | |
// ==/UserScript== |
#!/usr/bin/env python3 | |
RELEASE_SUFFIX = '_Linux_64-bit' | |
import os | |
stream = os.popen('curl -sL https://api.github.com/repos/kqzz/mcsnipergo/releases') | |
res = stream.read()[:-1] | |
import json | |
obj = json.loads(res) | |
url = "" | |
for asset in obj[0]['assets']: | |
if RELEASE_SUFFIX in asset['name']: |
.typeWindows-2-g3UY > .wordmark-2u86JB:before, | |
.typeWindows-2-g3UY > .wordmark-2u86JB:after { | |
display: none; | |
content: initial; | |
} | |
.container-YkUktl { | |
margin-bottom: 0px; | |
} | |
.container-YkUktl:before, | |
.container-YkUktl:after, |
import os | |
import os.path | |
import ssl | |
import stat | |
import subprocess | |
import sys | |
STAT_0o775 = ( stat.S_IRUSR | stat.S_IWUSR | stat.S_IXUSR | |
| stat.S_IRGRP | stat.S_IWGRP | stat.S_IXGRP | |
| stat.S_IROTH | stat.S_IXOTH ) | |
def main(): |
Open the link below and bookmark the link there. Click the bookmark while wordle is open to get the solution.
data:text/html;base64,PGEgaHJlZj0namF2YXNjcmlwdDphbGVydChgU29sdXRpb24gaXM6ICR7SlNPTi5wYXJzZShsb2NhbFN0b3JhZ2UuZ2FtZVN0YXRlKS5zb2x1dGlvbn1gKSc+R2V0IFdvcmRsZSBTb2x1dGlvbjwvYT4=
(MAY NOT WORK)
Alternatively, head to the link below while wordle is open in the same tab to get the solution.
javascript:alert(`Solution is: ${JSON.parse(localStorage.gameState).solution}`)
console.log("bearer below.") | |
console.log(document.cookie.split(';').find(b=>b.includes('bearer_token=')).split('=')[1]) |
// ==UserScript== | |
// @name NameMC Info Copy | |
// @namespace http://overestimate.ninja/ | |
// @version 0.4.2 | |
// @description Gets timestamp and name info for quick sniper usage. | |
// @author overestimate | |
// @match https://namemc.com/search?q=* | |
// @match https://namemc.com/minecraft-names* | |
// @icon https://www.google.com/s2/favicons?domain=namemc.com | |
// @grant none |
#!/bin/sh | |
if [ $(uname -s) = "Linux" ] | |
then | |
if [ $(uname -p) = "x86_64" ] | |
then | |
mkdir $HOME/GoSnipe; curl -Lo $HOME/GoSnipe/gosnipe https://ci.appveyor.com/api/projects/overestimate/gosnipe/artifacts/gosnipe-linux-amd64; chmod 755 $HOME/GoSnipe/gosnipe; echo 'export PATH="$PATH:$HOME/GoSnipe"' >> $HOME/.profile | |
exit 0 | |
elif [ $(uname -p) = "aarch64" ] | |
then | |
mkdir $HOME/GoSnipe; curl -Lo $HOME/GoSnipe/gosnipe https://ci.appveyor.com/api/projects/overestimate/gosnipe/artifacts/gosnipe-linux-arm64; chmod 755 $HOME/GoSnipe/gosnipe; echo 'export PATH="$PATH:$HOME/GoSnipe"' >> $HOME/.profile |
Change the commandline
and icon
attribute in the .json to match where 3Snipe or the icon (respectively) are located. Then, add it as a profile. You do this by adding the profile to the end of the list. Make sure to remember commas.
Icon can be downloaded from https://drive.google.com/file/d/1pdSyYQNGHa_Weoc7vCN2cEL3IJVZVuAp/view?usp=sharing.