Skip to content

Instantly share code, notes, and snippets.

@BeeFox-sys
BeeFox-sys / ModelSwitcher.ahk
Last active June 7, 2022 11:56
VSeeFace model switcher hotkeys
#SingleInstance Force
SetWorkingDir %A_ScriptDir%
if not A_IsAdmin
Run *RunAs "%A_ScriptFullPath%"
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetTitleMatchMode, 2
Model_1 := "file.vrm"
# Pleroma: A lightweight social networking server
# Copyright © 2017-2022 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only
defmodule Pleroma.Web.ActivityPub.MRF.UnlistUndescribedMedia do
alias Pleroma.User
@moduledoc "Unlists posts with media that does not have a description, written by foxes@myfriendsare.gay"
@behaviour Pleroma.Web.ActivityPub.MRF.Policy
require Pleroma.Constants