wz.de

German supplemental subscription
Locked
SciLor
Guest

wz.de

Post by SciLor »

Paidtime allows content publishers to set a time based paywall.

For example on wz.de the first 2 minutes are free, then the website is locked with a full page banner. If you are not using the page for some time, the page is temporarly locked with a full page banner and you have to click on continue.

The tracking script sends every 2 seconds a message to the server "track.paidtime.com". If it gets a 404 it resends the message immediatelly. So you get hunderts of requests and the chrome dev tool gets unusable and the browser itself very slow. (".com/track" is blocked).

I would suggest to block following script directories to block it:

Code: Select all

||admin.paidtime.com/webclient/*
||track.paidtime.com^
wzde
freakinvibe
New Member
New Member
Posts: 6
Joined: Wed Nov 25, 2015 12:09 pm

Post by freakinvibe »

I had the same problems. Using

Code: Select all

||admin.paidtime.com/*
solved it for me.
Locked