Skip to content
/ nbttv Public

NBTTV is a simple extension to remove channels from the browsing views of our favorite streaming site.

License

Notifications You must be signed in to change notification settings

jgerstbe/nbttv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NBTTV - no bonk ttv

NBTTV Logo

NBTTV is a simple extension to remove channels from the browsing views of our favorite streaming site.

Channels can be filtered by keywords which will be checked against the text in a channel preview like its title, channel name and tags.

Build using vue, tailwind and heroicons.

features

  • remove channels by keyword
  • replace the spot of the channel with any html content (embeds)
  • redirect user to a different page if he visit certain channels

Example

how to install

  • download zip from release page
  • visit chrome://extensions/ / brave://extensions/
  • enable developer mode
  • drag and drop the zip to install

filterlists

You can subscribe to public filter lists to keep up to date with content that should be filtered.

Filter lists have be publicly accessible via http get an support cors.

The required format is as follows:

{
  "name" : "<name>",
  "url": "<url>",
  "author": "<author>",
  "keywords": [<keyword>...],
  "embeds": [<html-string>...],
  "redirect": {
      "channelNames": [<channelName>, ...],
      "targets" : [<url>, ...]
  }
}

About

NBTTV is a simple extension to remove channels from the browsing views of our favorite streaming site.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published