how to install:
hit download ZIP button top right corner
then unzip somewhere
in a windows explorer enter in the location bar:
%LOCALAPPDATA%\Microsoft\Windows\Themes
then copy those unzipped .theme files there
let scrollCounter = 0; | |
//error watcher | |
setInterval(() => { | |
if (document.querySelector(`[aria-label="Something went wrong"]`)) { | |
location.reload(); | |
} | |
}, 100) |
<%* | |
/* | |
# Hypothes.idian a templater script for retrieving annotations from Hypothes.is | |
Dev: TfTHacker https://twitter.com/TfTHacker | |
# Prerequisites: | |
+ Templater plugin by https://github.com/SilentVoid13/Templater | |
+ Free Hypothes.is developer token from: https://hypothes.is/account/developer | |
+ This script will prompt you for his token and save it to a file called "hypothesis config.md" | |
+ This file store your configuration and can be located any where in your vault. |
#!/bin/bash | |
set -e | |
ARCH=aarch64 | |
DOCKER_VERSION=20.10.0 | |
DOCKER_DIR=/volume1/@docker | |
echo "Downloading docker $DOCKER_VERSION-$ARCH" | |
curl "https://download.docker.com/linux/static/stable/$ARCH/docker-$DOCKER_VERSION.tgz" | tar -xz -C /usr/local/bin --strip-components=1 |
#!/bin/sh | |
# | |
# Forked from https://github.com/linuxserver/docker-docker-compose/blob/master/run.sh | |
# | |
# Run docker-compose in a container | |
# | |
# This script will attempt to mirror the host paths by using volumes for the | |
# following paths: | |
# * $(pwd) | |
# * $(dirname $COMPOSE_FILE) if it's set |
############## SPOTIFY - ADS - BEGIN | |
127.0.0.1 media-match.com | |
127.0.0.1 adclick.g.doublecklick.net | |
127.0.0.1 www.googleadservices.com | |
127.0.0.1 pagead2.googlesyndication.com | |
127.0.0.1 googleads.g.doubleclick.net | |
127.0.0.1 pubads.g.doubleclick.net | |
127.0.0.1 securepubads.g.doubleclick.net | |
127.0.0.1 www.omaze.com | |
127.0.0.1 omaze.com |
// ==UserScript== | |
// @name Eva's universal torrent gallery | |
// @namespace https://github.com/po5 | |
// @version 0.1.305 | |
// @description Gallery view for trackers | |
// @author Eva | |
// @homepage https://gist.github.com/po5 | |
// @icon https://ptpimg.me/9rmox4.png | |
// @updateURL https://gist.github.com/po5/c27eeed4412c64d7befb37feb868511e/raw/universal-torrent-gallery.user.js | |
// @downloadURL https://gist.github.com/po5/c27eeed4412c64d7befb37feb868511e/raw/universal-torrent-gallery.user.js |
""" | |
Tweeting by controlling Firefox via Python + selenium | |
http://selenium-python.readthedocs.org/ | |
This script: | |
- Opens up Firefox | |
- Goes to https://www.twitter.com | |
- Clicks the login button | |
- logs you in (assuming you have your twitter password in a file named `mypassword.txt`...) |
Press minus + shift + s
and return
to chop/fold long lines!