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 bash | |
IFS=" | |
" | |
time=0 | |
pw-mon -N | grep --line-buffered state | while read line; | |
do | |
now=$(date "+%s") |
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 Mastodon Explore Filter | |
// @namespace @brett@brettiverse.com | |
// @description Makes posts on the /explore page more instance-specific by filtering posts that are only popular elsewhere | |
// @version 1 | |
// @include *://*/explore | |
// ==/UserScript== | |
// double check this is mastodon |