Skip to content

Instantly share code, notes, and snippets.

blueprint:
name: Frigate Notifications (0.12.0.1g)
description: |
## Frigate Notifications
This blueprint will send a notification to your device when a Frigate event for the selected camera is fired. The notification will initially include the thumbnail of the detection, but include an actionable notification allowing you to view the clip and snapshot.
With this blueprint, you may send the notification to multiple devices by leaving "Device" blank and instead use a [notification group][1].
### Software Version Requirements
import ipaddress
from typing import List, Tuple
cidr_blocks = [
"172.31.0.0/16", ......
]
def check_cidr_conflicts(cidr_blocks: List[str]) -> List[Tuple[str, List[str]]]:
results = []
@shmick
shmick / RedFlagDealsDarkMode.js
Created March 9, 2025 17:58
RFD RedFlagDeals Red Flag Deals Dark Mode
// ==UserScript==
// @name RFD Dark
// @description Dark theme for RFD / RedFlagDeals, powered by the Dark Reader API
// @include *://forums.redflagdeals.com/*
// @include *://www.redflagdeals.com/*
// @run-at document-start
// @version 1.2
// ==/UserScript==
(function() {