0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Commandline tool to enable and disable the Flash player in Safari and other applications that use Safari. This conserves battery life and, unlike Flash blocking solutions, this causes web sites to serve alternative content since Flash is truly not available.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
 Project Readme

Flashtoggle¶ ↑

Flash enabler / disabler for Safari on OSX.

Based on a solution by John Gruber at daringfireball.net/2010/11/flash_free_and_cheating_with_google_chrome

Usage¶ ↑

You’ll need to call the command with the sudo command because the Flash files are located in system folders.

To disable Flash, use

sudo flashtoggle off

To enable Flash, use

sudo flashtoggle on

To see if Flash is enabled or not,

sudo flashtoggle status

If you just want to toggle Flash on or off, use

sudo flashtoggle

and it will figure out what to do.

What it does¶ ↑

It simply moves the Flash plugin files into a different folder, and then moves them back when you reactivate Flash.

Version¶ ↑

  • 0.1.0 initial release.

Licence¶ ↑

MIT.