BTTV-for-Safari - Unofficial BTTV/ FFZ Safari Extension for Twitch

Overview

BTTV for Safari

This unofficial Safari exention adds support for BTTV and FFZ emotes on Twitch. The extension simply injects the BTTV script from the officiale BTTV CDN.

Download release:

Installation

  1. Download the app
  2. Drag into Applications folder
  3. Double click (or right click > Open)
  4. Click "Quit and Open Safari Extensions Preferences..."
  5. Set checkmark for "BTTV for Safari"
  6. Click on "BTTV for Safari", click "Edit webpages". Select "Allow" for twitch.tv.

Everything works, if the D: emote in your Safari task bar shines blue when on twitch.tv. Otherwise, click on it and check allow.

example

You might also like...
Companion app and XCode extension for adding SwiftUI recipes to your code.
Companion app and XCode extension for adding SwiftUI recipes to your code.

SwiftUI Recipes Companion Free Companion app and XCode extension for adding SwiftUI recipes to your code. Choose from a rich selection of SwiftUI reci

BTTV and Twitch Emotes App
BTTV and Twitch Emotes App

NativeEmote BTTV and Twitch Emotes App Their API is not documented and is not supported (officially) Usage Download and open the the app from releases

This is an iOS Safari Extension Sample that adds a "Develop menu" to Safari on iOS to allow you to analyze websites.

Develop Menu for Mobile Safari This is an iOS Safari Extension that adds a "Develop menu" to Safari on iOS to allow you to analyze websites. This is a

React Native Twitch application
React Native Twitch application

Notes I'm going to rewrite this project 😉 . Be ready to new Twitch application. Twitch This project was built for The Rolling Scopes #18 meetup. As o

TwitchIRC - A Swift package for parsing/serializing Twitch IRC messages

TwitchIRC A Swift package to take of parsing/serializing Twitch IRC messages for

Bonjourr-Safari - Safari repository for Bonjourr
Bonjourr-Safari - Safari repository for Bonjourr

Install Start Clone this repo & the original repo Open Bonjourr Startpage.xcodep

A Safari extension that redirects Twitter, YouTube, Reddit, and more to privacy friendly alternatives.
A Safari extension that redirects Twitter, YouTube, Reddit, and more to privacy friendly alternatives.

Privacy Redirect for Safari A configurable web extension that redirects Twitter, YouTube, Reddit, Google Maps, Google Search, and Google Translate to

An iOS app/Safari extension to automagically redirect AMP links to their normal counterpart. Comes with a trusty dog.

Amplosion ⚡️ Amplosion is an iOS 15 and greater app that automagically redirects AMP links to their normal counterpart. AMP links can be super annoyin

iOS Safari extension for forwarding away from AMP websites
iOS Safari extension for forwarding away from AMP websites

iOS Safari extension for forwarding away from AMP websites

An iOS app/Safari extension to automagically redirect AMP links to their normal counterpart. Comes with a trusty dog.

Amplosion ⚡️ Amplosion is an iOS 15 and greater app that automagically redirects AMP links to their normal counterpart. AMP links can be super annoyin

Ethereum browser extension wallet for Safari on macOS & iOS.

Safari Wallet This is an experiment to see whether we can build a viable browser extension Ethereum wallet for Safari on macOS and especially iOS. Ove

A tiny Safari Web Extension for presenting highlighted JSON files
A tiny Safari Web Extension for presenting highlighted JSON files

A tiny Safari Web Extension for presenting highlighted JSON files

Duplicate Tab is a Safari Extension for iOS and iPadOS that makes duplicating tabs much easier!

Duplicate Tab Duplicate Tab is a Safari Extension for iOS and iPadOS that makes duplicating tabs much easier! Check it out on the App Store Privacy Po

An iOS Safari extension that redirects MetaMask calls to Rainbow.

Rainbow Bridge (iOS App) An iOS Safari extension that redirects MetaMask calls to Rainbow. Since I can't figure out how to get the Rainbow source runn

A Safari Extension for iOS & iPadOS

Duplicator Duplicator is a Safari Extension for iOS and iPadOS that makes duplicating tabs much easier! Check it out on the App Store Privacy Policy ?

A Safari Web Extension to allow auto-refreshing of individual tabs

Safari Web Extension - AutoRefresh See article on Medium. App store download (free and no Ads). There are a few websites that I visit and that time ou

Build a viable browser extension Ethereum wallet for Safari on macOS and especially iOS

Safari Wallet This is an experiment to see whether we can build a viable browser extension Ethereum wallet for Safari on macOS and especially iOS. Ove

A Hello World safari iOS extension

Hello_world_extension This is a Hello World chrome/ios_safari extension. How it works: When we click on the extension, it pop up a textarea prompt. In

A simple Safari web extension that displays a QR code for the webpage in focus.

QR Pop 💥 QR Pop is a simple iOS & MacOS app and Safari extension built to make displaying QR codes easy. The Safari Extension is inspired by the quic

Comments
  • Support for Homebrew

    Support for Homebrew

    Hey,

    I love your app, it's easy to use, and works just fine!

    I wanted to use homebrew to install this, instead of dealing with tar.gz's manually.

    I've written a homebrew cask cookbook that I'm going to be using to keep up with the updates, and just to manage it. For now it lives under my own tap name. I don't really care if you wanna pick it up and move it on your own so both the package and brew tap is from the same author. I'm happy as long as a homebrew solution is available.

    Homebrew Cask Cookbook Readme Updates/Instructions to Use

    Cheers!

    enhancement 
    opened by ritvikgautam 1
  • New icon proposal + disabling FFZ

    New icon proposal + disabling FFZ

    Hi @strumswell! I've made a new app icon to thank you for taking BTTV and FFZ to Safari. In case you like it, feel free to use it. I've also included in this zip the logo alone for the toolbar.

    And, to not open another issue: in case I don't want to use FFZ, there's a way I can disable it? I've tried removing the injection from content.js located in /BTTV for Safari.app/Contents/PlugIns/BTTV for Safari Extension.appex/Contents/Resources:

    // Inject FFZ script const ffzScript = document.createElement('script'); ffzScript.type = 'text/javascript'; ffzScript.src = 'https://cdn.frankerfacez.com/static/ffz_injector.user.js'; + head.appendChild(ffzScript);

    but if I do that, Safari reports that the entry "icons" in manifest.js failed to load (wut?).

    enhancement 
    opened by Zabriskije 5
  • iPad support

    iPad support

    Hello, I am really grateful for the extension. But I was wondering if it is possible to somehow use the extension on iPad and/or iPhone. Since most of the extensions are now shared across devices, I thought that it might be possible.

    enhancement 
    opened by efeari 2
Releases(v1.1)
Owner
Philipp Bolte
currently studying business & information systems engineering with a passion for programming and new technologies
Philipp Bolte
A Safari extension that redirects Twitter, YouTube, Reddit, and more to privacy friendly alternatives.

Privacy Redirect for Safari A configurable web extension that redirects Twitter, YouTube, Reddit, Google Maps, Google Search, and Google Translate to

null 101 Dec 16, 2022
A Safari Extension for iOS & iPadOS

Duplicator Duplicator is a Safari Extension for iOS and iPadOS that makes duplicating tabs much easier! Check it out on the App Store Privacy Policy ?

Ty Irvine 17 Nov 29, 2022
An unofficial version of the Sandwiches app and pre-built materials similar to those used in the Introduction to SwiftUI session video from WWDC20

Unofficial Sandwiches The WWDC20 Session Introduction to SwiftUI provides a tutorial-like walk-through of building a list-detail SwiftUI app from scra

James Dempsey 94 Feb 11, 2022
EU Digital COVID Certificate Kit for the Apple Platform  (unofficial)

EU Digital COVID Certificate Kit A Swift Package to decode, verify and validate EU Digital COVID Certificates for iOS, tvOS, watchOS and macOS Disclai

Sven Tiigi 32 Oct 4, 2022
iCome Out is an open source project of an unofficial Pornub app for iPhone and iPad

iCome Out is an open source project of an unofficial Pornub app for iPhone and iPad, written in Swift with some cool features Getting Started Prerequi

Anon 3 Dec 1, 2022
An unofficial iOS client for Konachan.net

An unofficial iOS client for Konachan.net

Alex Ling 29 Dec 23, 2022
An Unofficial Apple TV app for http://UitzendingGemist.nl

UitzendingGemist An Unofficial Apple TV app for http://UitzendingGemist.nl Installation You can install UitzendingGemist onto your Apple TV by sideloa

Jeff Kreeftmeijer 76 Sep 16, 2022
An unofficial logbook for bouldering at Mandala. Kind of a SwiftUI playground as well.

BoulderLogbook An unofficial boulder logbook for Dresden's boulder gym Mandala. Features When finished it should allow you to: log all your tops for a

Martin List 7 Dec 27, 2022
An extension to the standard SwiftUI library.

SwiftUIX: An extension to the standard SwiftUI library. SwiftUIX attempts to fill the gaps of the still nascent SwiftUI framework, providing an extens

SwiftUIX 5.2k Jan 6, 2023