u/assassin-6115

I made a Tampermonkey script that marks anime filler episodes on SeriesGraph

I made a Tampermonkey script that marks anime filler episodes on SeriesGraph

Ever use SeriesGraph to check an anime's episode ratings and then have no idea which of those episodes are filler?

I made a small Tampermonkey userscript that automatically marks filler episodes directly on the SeriesGraph graph.

It:

  • Fetches filler information from Anime Filler List
  • Dims filler episodes and adds a white border around them
  • Lets you toggle the markers on/off
  • Automatically updates when switching between anime
  • Has a Remark Fillers button if the graph layout changes

I've been using it for a while and figured I'd share it here in case anyone else finds it useful.

Screenshots:

Bleach

Hunter X Hunter

GitHub:
https://github.com/bharath6115/SeriesGraph-Anime-Filler-Marker

Feedback/bug reports are welcome, especially if you run into an anime where the filler detection doesn't work correctly.

reddit.com
u/assassin-6115 — 6 days ago

I made a handy PowerToys Run plugin for browser searches, history, and shortcuts

I've been using PowerToys Run for pretty much everything, but I kept finding myself opening the browser just to search something, open a specific site, or find something I'd searched for before.

So I built BrowserConnect, a PowerToys Run plugin that brings a bunch of browser-related workflows directly into Run.

The motivation is simple, we shouldn't have to open the browser and repeat the same steps every time we want to search, open a URL, or find something in our history.

Browser Connect Demo

What it does

🔎 Custom search engines

Set up shortcuts for whatever we use:

yt cats

gh react

wiki quantum mechanics

Search engines and their shortcuts are fully configurable.

🌐 URL shortcuts

Save frequently used URLs and open them directly from PowerToys Run.

🔀 Search multiple engines at once

For example:

yt brave : power toys

will search using multiple configured engines simultaneously.

🕘 Fuzzy browser history

Search through previous searches made via this plugin and URLs directly from PowerToys Run.

🕵️ Incognito searches

Add -i to a search to open it in an incognito window.

📺 Live results

Some providers can return results directly inside PowerToys Run, including YouTube, AniList, and SeriesGraph.

⚙️ Configurable

History limits, caching, incognito-history behavior, search engines, and other behavior can all be configured.

The basic idea:

Alt + Space → type what we want → Enter

instead of:

open browser → open website → wait for it to load → search → wait for results → find result

It's open source and built with C#/.NET.

GitHub:
https://github.com/bharath6115/BrowserConnect_PowerToysRun

I'd love some feedback from other PowerToys Run users, especially on features or workflows you'd like to see added.

And if you end up finding it useful, a ⭐ on the repo would be greatly appreciated.

reddit.com
u/assassin-6115 — 10 days ago