threeve / clicktoflash forked from rentzsch/clicktoflash
- Source
- Commits
- Network (84)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
tree 2a6d34730cb4f26c9dd111e4f3a53e46d6463bc4
parent 7b06771dd6217a8c0be64833c44f0eabbc2a92b6
| name | age | message | |
|---|---|---|---|
| |
ClickToFlash.xcodeproj/ | Wed Jan 28 13:30:52 -0800 2009 | |
| |
Images/ | Wed Jan 28 06:56:48 -0800 2009 | |
| |
Installer/ | Wed Jan 28 13:12:23 -0800 2009 | |
| |
Plugin/ | Thu Jan 29 21:52:11 -0800 2009 | |
| |
README.markdown | Wed Jan 28 13:18:31 -0800 2009 | |
| |
Rakefile | Wed Jan 28 07:55:23 -0800 2009 |
ClickToFlash
Download ClickToFlash 1.1 here. Currently requires Mac OS X 10.5 Leopard.
ClickToFlash is a WebKit plug-in that prevents automatic loading of Adobe Flash content. If you want to see the content, you can opt-in by clicking on it or adding an entire site to its whitelist.
Try control-clicking (or right-clicking) on a unloaded Flash box to access ClickToFlash's contextual menu which allow you to do advanced things like edit its whitelist.
Please report bugs and request features on the Lighthouse ClickToFlash project site.
Version History
1.1 download
[NEW] Tasteful "Flash" icon now drawn on top of the gradient to make it more clear that it's blocked Flash content. (Ricky Romero, Justin Williams)
[NEW] Contextual menu and simple whitelist editor. (Dave Dribin)
[NEW] Show the Flash box's source as a tooltip. (Jason Foreman)
[NEW] Installer can update older versions. (rentzsch)
[NEW] Rakefile to compile & upgrade the plugin by running 'rake' in the directory. (Ale Muñoz)
[NEW] Localization support. (Eric Czarny)
[DEV] Clean-up. Nonatomic properties, remove unused methods,
unsigned=>NSUInteger. (Jim Correia)[DEV] Change CFBundleIdentifier from com.google.code.p.clicktoflash to com.github.rentzsch.clicktoflash. (rentzsch)
[FIX] Installer now quits when canceling. (rentzsch)
[FIX] Removed the container image from the installer. (Eric Czarny)
original Google code project deleted. This fork takes on official-ish mantle.
1.0+rentzsch download
Forked from original Google code project (Jonathan 'Wolf' Rentzsch)
[NEW] Site whitelisting by holding down option key when clicking a flash box. (Gus Mueller)
[FIX] Use
-[NSEvent modifierFlags]instead of Carbon'sGetCurrentKeyModifiers(). (Chris Parker)[DEV] Store white-listed sites in an array instead of composite keys. (Jean-Francois Roy)
1.0 original Google Code release
