This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* @file | |
* Demo module, Basic Ajax form submit (Ajax framework). | |
*/ | |
/** | |
* Implements hook_menu(). | |
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
First go to https://www.youtube.com/html5 and request the html5 player (click the button) | |
Then download Alfred from the app store (https://itunes.apple.com/us/app/alfred/id405843582?mt=12) | |
go to alfred preferences and make sure AppleScripts is checked in the results preferences | |
next open a youtube video in chrome | |
then open alfred via the shortcut (ctrl+space or option+space) and type youtubeController (you can just start to type it and as soon as it shows up hit enter) | |
this is will pause or play the video for you and after you use alfred to run it a few times you should be able to open alfred and type yo and hit enter and it works. |