Setelah cukup terusik dengan news feed nya Facebook seperti tertulis di posting sebelumnya, akhirnya saya memilih salah satu fitur yang ditawarkan add on Firefox : Stylish 0.5.29.
Inti dari add on ini adalah kustomisasi tampilan website sesuai yang kita inginkan. Pertama kali install add on di firefox kemudian buka halaman http://userstyles.org/.
Di situs itu banyak sekali script2 stylish yang bisa diinstall. Langkah2 install bisa diikuti di situs yang sama. Di halaman ini http://userstyles.org/styles/site/facebook.com banyak sekali script untuk mengatur tampilan facebook.
Beberapa script yang saya pilih fungsinya:
- menutup news feed
- menutup highlight
- menutup iklan
- menutup menu-menu ndak penting
- menutup chat
Dan dengan berbekal sedikit pengetahuan css dan html, user dapat membuat script sendiri. Berikut script yang saya buat :
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("facebook.com") {
.fstatus{ display: none !important; }
#profile_status{ display: none !important; }
#profile_pic{ display: none !important; }
.wallimage{ display: none !important; }
.fupdt{ display: none !important; }
.sm{ display: none !important; }
.updates{ display: none !important; }
.UIRoundedImage_Image{ display: none !important; }
.sq { display: none !important; }
.UIRoundedImage { display: none !important; }
.UIRoundedImage_WHITE { display: none !important; }
.UIRoundedImage_LARGE{ display: none !important; }
.profile_pic { display: none !important; }
.new_user_thumb { display: none !important; }
.UIStoryAttachment_Content{ display: none !important; }
#welcome_requests{ display: none !important; }
}
Fungsinya:
- menutup semua avatar (sebenernya ini bisa gampang diset di firefox / block images)
- menutup semua update status
- menutup gambar2 dan media pada stories
Dan hasil nya ... tampilan facebook tampak seperti program email berbasis teks atau mailing list. Tanpa ada gambar avatar di profil dan daftar teman. Foto-foto di album foto masih tetap ada sih....
Kekurangan stylish ini script harus dipasang di masing2 browser. Jadi begitu pindah ke pc lain, harus setting ulang. Begitu juga bila facebook mengupdate kode html nya, maka script juga harus diupdate.
Kira-kira apa jadinya facebook tanpa ada "face" nya :)