kody / radarr_sonarr-catppuccin.user.less
0 likes
0 forks
1 files
Last active 4 hours ago
Based on this PR: https://github.com/catppuccin/userstyles/pull/2141
| 1 | /* ==UserStyle== |
| 2 | @name Radarr/Sonarr Catppuccin |
| 3 | @namespace github.com/catppuccin/userstyles/styles/radarr |
| 4 | @homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/radarr |
| 5 | @version 2000.01.01 |
| 6 | @description Soothing pastel theme for Radarr |
| 7 | @author Catppuccin |
| 8 | @license MIT |
| 9 | |
| 10 | @preprocessor less |
kody / Sonarr Schedule
0 likes
0 forks
2 files
Last active 1 month ago
See what's coming and if the episode was grabbed
| 1 | <!DOCTYPE html> |
| 2 | <html lang="en"> |
| 3 | <head> |
| 4 | <meta charset="utf-8"> |
| 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 6 | <meta name="robots" content="noindex"> |
| 7 | <title>Schedule</title> |
| 8 | |
| 9 | <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/out/water.min.css"> |
| 10 | <style> |
kody / 8chan board search
0 likes
0 forks
2 files
Last active 1 month ago
Search a string in all threads, in the current board
- Step 1: Install the userscript with a violentmonkey, tampermonkey, or any other favorite userscripts manager.
- Step 2: Refresh the 8chan page if you're already on it. Open the javascript console.
- Step 3:
searchInThreads('<WHAT I WANT TO SEARCH HERE>')
Wait until you get the green "Search completed." message.
Newer
Older