Skip to main content

Chrome+YouTube=ZiTube ! :)

Image and video hosting by TinyPic

Hello again!
As you can see from the image above I coded a simple
extension for Chrome.
After installing the extension from HERE you will have
more fun and freedom on youtube.
I know there are many extensions and script around,
but, believe it or not, this extension is made
of only 7 lines of javascript (for now).
It also grabs the download URL in a very different way.
As of now, this script won't work if you enabled the "feather"
option on youtube, but I keep updating the extension, so it will.
Feel free to leave me a feedback and any suggestion.

Have fun,
Zibri

Comments

  1. until i can get in touch with somebody high in the apple empire, the "device" might be going into googles hands (hopefully next week)...

    ReplyDelete
  2. actually, im so disappointed with everybody in the jailbreaking community, im actually goona ask you to please cancel my last request. but, if you want, i dont want any jailbreaks anymore, so it would be great to see a "virus only for jailbroken devices", lol. but the decision is up to you.

    ReplyDelete
  3. Hi Zib is this only for chrome? I'm on IE8, I was using firefox but updated to win7 and I'm too lazy to unstall it again and I don't like Chrome, though I'm really waiting to try Chrome OS

    ReplyDelete
  4. Ok soy I caved in and installed Chrome but I just can't enable the extensions, I modified the thingy in the shortcut icon but nothing happens and I don't think I'm capable of the other way I read, any advices?
    Thanks :)

    ReplyDelete
  5. On a MAC you have to install the latest SVN version (beta) of chrome.

    On Windows I am using beta 4.0

    ReplyDelete
  6. hello zibri,

    finally im an iphone developer!!!!!! but im worried that my apps will be pirated. is there anyway that i can protect my apps?

    ReplyDelete
  7. @mitchellbernstein:

    Yes: don't publish them :)

    Now you understand why people want to 'jailbreak'.

    ReplyDelete
  8. lol. i see. but why can't apple make an update to prevent it? (apple doesn't really think hard enough)

    O yeah, i forgot to use my other google account. (Joe) We are the same person, duh

    ReplyDelete
  9. They do.. they just can't beat the whole world.
    Anyhow, if Apple doesn't pull the rope too much the jalbreak 'community' will be just a buch of pirates. Nothing more.
    But if they do like with the first iPhone.. then they will pay the consequences.

    ReplyDelete
  10. o well. you win some and you lose some :)
    it's too bad. somebody should make a code to prevent apps from being cracked.

    ReplyDelete
  11. How naive... such code does not and can never exist.
    You can make things difficult. So difficult it's not even worth cracking them, but you can't avoid cracking in any way.

    ReplyDelete
  12. Ciao Zibri!
    Non mi si installa l'estensione: ho Chrome 4.0.249.49 per Osx. Il messaggio esatto è questo: Errore nell'installazione dell'estensione. Extensions are not enabled.

    ReplyDelete
  13. For OSX you have to use the "SVN" version of chrome beta 4.

    Come puoi vedere le estensioni in quella versione sono disabilitate. Devi usare la versione SVN della beta 4.0 per osx.

    ReplyDelete
  14. Now it's out! Please, please, please, build the bridge from the iPad to the jailbreaking community. :)

    ReplyDelete
  15. No, I won't even buy it. If someone will send me one I'll see what I can do. If not, peace ;)

    ReplyDelete
  16. workin on it :) hopefully my apps will make a lot of money considering im pretty young, lol

    ReplyDelete

Post a Comment

Popular posts from this blog

TP-LINK Configuration file encrypt and decrypt.

Here we go! TP-Link is another company that thinks that security by obscurity could ever work. If you "backup" the configuration from most TP-Link routers, you will get a .BIN file which is "encrypted". Use this utility below, to decrypt it (so you can edit it) and encrypt it again. Have fun. Drop files here or

Powerline Ethernet fun and secrets.

Many 200 Mb/s powerline adapters nowadays are based on the INTELLON 6300 chipset. Despite what can be thought looking at them, they are all using the same hardware and firmwares. I heard many people with Netgear XAV101 or Linksys PLK 200 or PLE 200 having problems after firmware updates and many other people with other brands having much more problems because of lack of support or configuration/upgrade utilities. So let me explain a few things I learnt studying them. Many of 200 Mb/s powerline ethernet adapters follow the "HomePlug AV" standard. (85 Mb adapters use HomePlug 1.0 standard which is completely different). This standard uses ethernet broadcast packets using the HomePlug AV protocol. The interesting thing is that their firmware is made of two different parts: a .PIB file (Parameter Information Block) and a .NVM file (the code itself). In the P.I.B. there are many interesting things: The branding (mac address, device name, etc) and the tone map. I test

Your own CORS ANYWHERE proxy on CLOUDFLARE

Hello again! Many of you probably hate as I do CORS because it hinders the very nature of internet, which is SHARING. There are some services to circumvent this commercial  restriction, one of these is the famous "cors anywhere". So yesterday I decided to make my own and allow you to make your own in only 2 minutes. To do so you just need a cloudflare account (can be set up in 1 minute). The you can upload my worker on it and have your personal very fast cors proxy! So, enough talk, just head to:  https://github.com/Zibri/cloudflare-cors-anywhere The is also a demo online at: https://test.cors.workers.dev Enjoy! Zibri