January 2, 2012 0

Commentcloud

By

If you want something to work as it should, write it yourselft. Commentcloud – Hides Soundcloud.com comments by default, after page is loaded (hate those things!). Should work on Firefox, Google Chrome, Opera.

Tags: , , ,

December 18, 2011 0

Bytingshark cross-browser support

By

If someone asks for it, I might as well fix it. Updated bytingshark.user.js works (and is tested) with Firefox, Google Chrome and Opera. Safari is somehow experimental and I was lazy to do this, but hopefully it works :)

Installation

Firefox

You will need to install Greasemonkey add-on. After that just open bytingshark.user.js and install it.

Google Chrome

Just open bytingshark.user.js and it should prompt install wizard.

Opera

Copy bytingshark.user.js script into User JavaScript folder. If you don’t know where yours located at (or haven’t added it yet):

  1. Goto Preferences > Advanced > Content > JavaScript Options …
  2. There will be field named “User JavaScript folder”, set it where you putted bytingshark.user.js script.

Tags: , , , , , , ,

November 27, 2011 1

Bytingshark

By

This is my latest, handy weekend project for GroovesharkBytingshark. The main goal of it was to be able easily see playing songs mp3 file size. From that you can assume files sound quality and that just what doctor prescribed.

What you will need for this to work:

Enjoy (but be aware, it might contain some bugs)!

Tags: , , , ,

April 18, 2011 0

Hotfix 0.2 for keyMazony

By

Today I noticed that keyMazony was broken, that because Amazon changed some JavaScript code inside Cloud Player, so rewrite for toggles was needed. Most of them I managed to save, but “Mute” functionality was missing from Cloud Player. Amazon deleted it entirely? Because of that, I removed “Mute” functionality from keyMazony for now, but will see how things turn out. Grab extension for your browser here (if it isn’t already updated itself).

Goodnight!

Tags: , , , , , ,

March 31, 2011 1

keyMazony

By

Love new Amazon Cloud Player, but want better keyboard shortcut experience with it. Well, keyMazony is want you need. It adds customizable keyboard shortcut feature to Amazon Cloud Player. Forked from keySharky it works in Firefox, Prism, Google Chrome and Safari. It’s best tool for this kind of job :)

Grab one (or as many you would like) copy for:

And if you feel like poking around in source code, you will like this link.

P.S. You can find keyMazony Options page in Safari by doing right click in any web page and selecting “keyMazony Options” item.

Tags: , , , , ,

March 26, 2011 6

Groovesharks global keyboard shortcuts in Windows

By

While playing with Windows 7, I had no other choose as to put up solution for missing global keyboard shortcuts in Grooveshark player (who sits inside Firefox or Prism, because that’s a way I roll), similar to solution in Ubuntu. Luckily it’s (kinda) easy to achieve, so here we gooo!

First of all, we will need some software to begin with: Wget for Windows (grab “Complete package, except sources” download or if you are lost, here is direct link to 1.11.4 version) and AutoHotkey. Install both of them.

Now open AutoHotkey (located in your Program Files or where ever did you install it). It should ask if you would like to create a sample script in My Documents folder (if that file doesn’t exist yet). What are you waiting for? Yes, of course! Great now when AutoHotkey sample script pop-up on screen wipe it clean.

Now some magic. To create new keyboard shortcut for Grooveshark player using keySharky API, just add a line that goes something like this:

HOTKEY::Run, WGET_EXE --spider --no-cache KEYSHARKY_API, , Hide

In place of HOTKEY you could write ^H which when translated into keyboard shortcut would assign CTRL + H combo. Other basic modifier keys are # Windows key, ! Alt and + Shift. For more, check out AutoHotkey documentation on that subject.

For this example, I will use ^!+Z as CTRL + ALT + SHIFT + Z.

Next in line: WGET_EXE you must replace with wget.exe binary location path. By default in Windows 7 (64-bit), Wget installs in “C:\Program Files (x86)\GnuWin32\bin\wget.exe”. But if you aren’t sure where did you install it in your machine, you can search for it by doing Start (Orb) > Run > cmd (or just search for cmd). When in command line execute this command. What it does is, tries to find wget.exe in your C:\ drive and return its full path.

dir c:\ /s /b | find "wget.exe"

Last on list is KEYSHARKY_API, but how to setup/use it you can (and should) read here. When done, it should look something like this:

^!+Z::Run, "C:\Program Files (x86)\GnuWin32\bin\wget.exe" --spider --no-cache "http://localhost:8800/play", , Hide

This example will toggle play/pause in Grooveshark player when CTRL + ALT + SHIFT + Z combo is pressed.

Tags: , , , , , , , ,

January 31, 2011 0

Say hello to newest member of keySharky family – Opera

By

Like always a picture is worth a thousand words. Grab a copy of keySharky 1.5.3 for Opera and test it out yourself. And don’t be shine to leave a review and help to improve it.

That’s all!

Tags: , , ,