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 Watch2Gether - Move Fullscreen Button | |
// @match https://*.w2g.tv/* | |
// @grant none | |
// @version 0.0.2 | |
// @author aequabit | |
// @description Moves the fullscreen button out of the settings submenu, next to it. | |
// @updateURL https://gist.github.com/aequabit/455f0b8aebe1fb6d7f025f24562b4a96/raw/w2g-move-fullscreen-btn.user.js | |
// ==/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
# Adapted from https://aur.archlinux.org/packages/flameshot-git | |
pkgname=flameshot-flamodem | |
_pkgname=flameshot | |
pkgver=r1968.9c395736 | |
pkgrel=1 | |
pkgdesc="Powerful yet simple to use screenshot software" | |
arch=('i686' 'x86_64') | |
url="https://github.com/aequabit/flameshot" | |
license=('GPL') |
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
/* ==UserStyle== | |
@name YouTube - Translucent Background Image | |
@namespace github.com/openstyles/stylus | |
@version 0.0.9 | |
@updateURL https://gist.github.com/aequabit/ab2d7ed6c7a6581d67582008f9011c0b/raw/youtube-translucent-background-image.user.css | |
@description Makes most of YouTube's elements translucent and sets a background image | |
@author aequabit | |
@var text bg-image "Background image [format: url(https://...)]" "url(https://i.imgur.com/j2UzO1c.png)" | |
@var text bg-filters "Background filters" "blur(6px) brightness(50%)" | |
@var text bg-position "Background position" "center top" |
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 SyncTube - Play History | |
// @match https://sync-tube.de/room/* | |
// @grant none | |
// @version 0.4 | |
// @author aequabit | |
// @description Remembers which videos were played | |
// @downloadURL https://gist.github.com/aequabit/cc2c57e9018ac4f959a7f9007083634d/raw/synctube-play-history.user.js | |
// ==/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
#! /usr/bin/env python3 | |
# coding:utf-8 | |
############################################################################### | |
# | |
# The Cling Interpreter | |
# | |
# Cling Packaging Tool (CPT) | |
# | |
# tools/packaging/cpt.py: Python script to launch Cling Packaging Tool (CPT) |
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
/** | |
* twitter-following-dumper | |
* | |
* output format is json { uid: string <user id>, handle: string <handle> } | |
* | |
* usage: | |
* - open chrome devtools | |
* - go to networking tab | |
* - go to https://twitter.com/following | |
* - scroll to the bottom of the page |
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 XenForo 2 FreePr0 | |
// @version 1.0 | |
// @description Uncensors pr0 URLs | |
// @author aequabit | |
// @match *://*/* | |
// @grant unsafeWindow | |
// @require https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js | |
// ==/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 XenForo 2 Signature Hide | |
// @version 1.0 | |
// @description Removes the signature of specified users | |
// @author aequabit | |
// @match *://*/* | |
// @grant GM_setValue | |
// @grant GM_getValue | |
// @grant unsafeWindow | |
// @require https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js |
NewerOlder