tp-linkru.com

This is where you should report issues arising from the subscription filters.
Locked
User avatar
pha
New Member
New Member
Posts: 6
Joined: Sat Jun 18, 2016 6:50 am

tp-linkru.com

Post by pha »

Check emulator http://www.tp-linkru.com/resources/simulator/EMULATOR_wr840nv4_eu/index.htm
Go to System Tools -> Statistics - page is blocked by EasyPrivacy

https://habrastorage.org/web/d33/6c6/fc ... 05c1a0.png
User avatar
LanikSJ
Site Owner
Site Owner
Posts: 1806
Joined: Thu Feb 15, 2007 7:44 am
Location: /dev/null

Post by LanikSJ »

For something like this when it has to do with the IP on your network is something we can't fix. It has legitimate cases where it needs to be blocked and since the IP of your router could be anything in the private subnet under the sun it's not something easily fixed without removing the filter. You'll have to add a custom filter:

Code: Select all

@@||stat.html$domain=127.0.0.1
Sub whatever the IP/hostname/domain etc of your router instead of 127.0.0.1. As far as your example:

Code: Select all

@@||stat.html$domain=tp-linkru.com
"If it ain't broke don't fix it."
User avatar
pha
New Member
New Member
Posts: 6
Joined: Sat Jun 18, 2016 6:50 am

Post by pha »

Your rules don't work (maybe because "||").
And i know that i can exlude each ip or domain.
May be this is better?

Code: Select all

@@/main/stat.htm?
@@/main/log.htm?
Image

It is possible to separate only TP-Link's pages?
intense
Contributor
Contributor
Posts: 10500
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

try

Code: Select all

@@/main/stat.htm?$domain=tp-linkru.com
@@/main/log.htm?$domain=tp-linkru.com
User avatar
LanikSJ
Site Owner
Site Owner
Posts: 1806
Joined: Thu Feb 15, 2007 7:44 am
Location: /dev/null

Post by LanikSJ »

pha wrote: Mon Jul 10, 2017 6:18 pm May be this is better?

Code: Select all

@@/main/stat.htm?
@@/main/log.htm?
Image
I can't really test it so I'm guessing. What you have will work.
"If it ain't broke don't fix it."
User avatar
smed79
Liste AR/FR Author
Liste AR/FR Author
Posts: 15839
Joined: Sun Jan 17, 2010 4:00 am
Location: EasyList Forum

Post by smed79 »

System Tools > System Log
System Tools > Statistics

Code: Select all

@@||tp-linkru.com/resources/simulator/*/log.htm?$xmlhttprequest
@@||tp-linkru.com/resources/simulator/*/stat.htm?$xmlhttprequest
or a replacement filters

Code: Select all

/log.htm?$domain=~tp-linkru.com
/stat.htm?$domain=~tp-linkru.com
•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
Locked