Íslendingabók

Breyta ári

This script should not be not be installed directly. It is a library for other scripts to include with the meta directive // @require https://update.greasyfork.org/scripts/505118/1434442/%C3%8Dslendingab%C3%B3k.js

function changeContent () {
    document.body.innerHTML = document.body.innerHTML.replace(/2005/g, '2003');
}

window.onload = changeContent ;