|
|
@ -1,12 +1,12 @@ |
|
|
|
// ==UserScript==
|
|
|
|
// @name Remote Instance Actions
|
|
|
|
// @namespace https://hollymcfarland.com
|
|
|
|
// @version 1.1
|
|
|
|
// @version 1.2
|
|
|
|
// @description Easily limit a remote instance from your Mastodon instance via the timeline
|
|
|
|
// @author monorail
|
|
|
|
<?php |
|
|
|
foreach ($_GET["instances"] as $instance) { |
|
|
|
echo "// @match https://*.{$instance}/web/*" . PHP_EOL; |
|
|
|
echo "// @match https://*.{$instance}/*" . PHP_EOL; |
|
|
|
} |
|
|
|
?> |
|
|
|
// @grant GM_openInTab
|
|
|
|