Zeit Online Zeitungs Stil

Added by Moritz Scham@userstyles, Created: Jul 03, 2015, Updated: Jul 03, 2015
With the style applied

Description:

Advancment of ZEIT.de lesbar (oloforoigo)

More info
Userscript to manipulate the colums:


// ==UserScript==
// @name zeit colums
// @namespace *.zeit.de/*
// @include *.zeit.de/*
// @version 1
// @grant none
// ==/UserScript==

var newHTML = document.createElement('form');
newHTML.innerHTML = ' \ \
\
\
';
document.getElementById('header').appendChild (newHTML);

document.getElementsByClassName("zeitonline")[0].innerHTML = 'http://www.zeit.de/index';

Installs:
Applies to:
http://www.zeit.de/, http://blog.zeit.de/

Related styles:

WARNING: This webware is not functioning properly. Please enable javascript in your browser and try again.