makes the background of vatican.va white
// ==UserScript==
// @name make_vatican_white
// @namespace http://www.benanderson.us/userscripts
// @description makes the background of vatican.va white
// @include /http://www.vatican.va.*/
// @version 1
// @grant none
// ==/UserScript==
document.body.setAttribute("background", "");