Skip to content

Instantly share code, notes, and snippets.

@Restioson
Restioson / Readme.md
Last active May 4, 2024 20:16
[Obsidian] Search through your Fantasty Statblocks bestiary by CR/type

Monster Search

Search through your Fantasty Statblocks bestiary by monster CR and type, using Dataview!

image

How to add

  1. Make sure that Meta-Bind, Fantasy Statblocks, Dataview and is installed
// ==UserScript==
// @name Auto Click "Boop" Spans and "Boop" Button
// @namespace tampermonkey.net
// @version 1.0
// @description Automatically clicks on spans containing text "Boop" and buttons with aria-label="boop" when they come into view during scrolling
// @author You
// @match *://*/*
// @grant none
// ==/UserScript==