Archive for January, 2008

The Japanese Tradition

1 - Hashi

2 - Origami

3 - Obon-Yasumi

4 - Natsu-Yasumi

5 - Onigiri

6 - Ocha

7 - Shazai

8 - Utage

9 - Tejime

Bonus - Dogeza

Bonus - Sushi

Comments

Youtube video loop hack (javascript)

Sometimes i want to listen to music from Youtube over and over, but i don’t like to hit play every time. As Youtube player don’t have the repeat button, i wrote an script to do it for me.

Just copy and paste the following code on your browser’s address bar (you can create a bookmark with this code).

javascript:swfUrl=%22/v/%22+swfArgs.video_id +%22&autoplay=1&loop=1%22;writeMoviePlayer(%22playerDiv%22, true);void(null);

[20080416 15h30] update
Youtube crew has recently modified the name of the video div container. Now it is working again (you can create a bookmark with this code).

Comments (5)

A carne é fraca

Para quem ainda não viu esse documentário.

Trailer

Parte 1/6

Parte 2/6

Parte 3/6

Parte 4/6

Parte 5/6

Parte 5/6

Comments (1)

Orkut album hack (javascript)

I wrote something (pt-br) about a new option on Orkut that allow you to change who can see your photo album. Today i saw a script and decided to improve it a little.

Now you can sneak into everybody protected photos. Just copy and paste the following code on your browser’s address bar (you can create a bookmark with this code).

*If Orkut crew found a different way to block the photo album and this script stop working, please let me now.

[20080103 13h00] update
I’ve improved a little more my script:

[20080121 16h40] update
Orkut crew has recently modified the album and this script is not working anymore. I’ll try something new soon.

Comments (27)