remove overscroll

Disables the overscroll to homepage feature on spiegel.de and sueddeutsche.de

< Feedback op remove overscroll

Recensie: Redelijk - het script werkt, maar bevat bugs

§
Geplaatst: 15-08-2017

Additional ID needed

An additional ID is needed for this script to apply to spiegel.de. Line 15 of the script must be

	var $scrollingTargets = jQuery('#article-overscroll-area, #article-overscrolling, #page-overscroll-area');

instead of

	var $scrollingTargets = jQuery('#article-overscroll-area, #article-overscrolling');

With this addition it works for both spiegel.de and sueddeutsche.de.

§
Geplaatst: 13-11-2017

With the additional ID mentioned by winnewoerp, the script works flawlessly.

But there's a missing grant entry in the script header.
Search:
// @include http://www.sueddeutsche.de/*
insert below:
// @grant none

thats' it.

BTW: New user here. How do I insert code-tags like winnewoerp?

Reactie plaatsen

Log in om antwoord te geven.