/*
Badoo now can save images
Version 0.1
(C) 2008 Tebby
Use this freely under the GNU GPL, http://www.gnu.org/licenses/gpl.html
*/
// ==UserScript==
// @name Badoo now can save images
// @description Removes the empty image positioned over photos on Badoo
// @include http://*.badoo.com/*
// ==/UserScript==
document.getElementById('pwrap').style.visibility = "hidden";
