vkontakte rate remover

By cabelas Last update Sep 30, 2009 — Installed 1,930 times. Daily Installs: 5, 7, 1, 6, 5, 3, 5, 2, 6, 4, 3, 4, 4, 4, 4, 10, 2, 3, 3, 3, 6, 3, 3, 2, 3, 4, 4, 2, 7, 13, 3, 0

There are 5 previous versions of this script.

// ==UserScript==
// @name           vkontakte rate remover
// @namespace      nezrya=)
// @description    removes all rating elements
// @include        http://vkontakte.ru/id*
// @include        http://vkontakte.ru/profile*
// ==/UserScript==

document.getElementById('rate').style.display = "none"; 
document.getElementById('rateGold').style.display = "none";