beta.speedtest.net

This is where you should report issues arising from the subscription filters.
Locked
crazyskeggy
Site Member
Site Member
Posts: 22
Joined: Tue Oct 16, 2012 5:10 pm

beta.speedtest.net

Post by crazyskeggy »

When visiting beta.speedtest.net to try out the new UI I was given the following message:
Hello, Speedtester! It looks like you have an adblocker running on your machine that is prohibiting Speedtest from being able to work its magic. This is due to a recent change in adblocker software, which targets all third party libraries on our website, including our content delivery network.

Fancy technical jargon aside, the reality is that while we are an ad-supported business, this is not a ploy to keep users with adblocker applications installed from accessing our site – we like you lots and want to keep providing you with the best Speedtest possible!

So, while our ever-clever developers work hard to remedy this situation, we suggest giving our beta site a whirl with your Adblocker disabled.
I don't know whether they've contacted you about this but I haven't seen a forum post and since EasyList is my only subscribed filter I believe that the cause is EasyList. The update of filters was also performed 50 minutes ago.

I've tried adding the following filter using the AdBlock resource page. (More specifically, CatBlock from catblock.tk because AdBlock removed theirs)

Code: Select all

@@||ads.ookla.com/www/test.js$domain=beta.speedtest.net
but the page just gets stuck on a blue loading circle.
I usually post here on behalf of AdBlock (not ABP), when users come to us first and we have some reason to get involved with the discussion. (http://support.getadblock.com)
Spurlos
Guest

Post by Spurlos »

These rules helped me to launch that site.

Code: Select all

! 9/12/2015, 5:47:39 PM speedtest.net
@@||b.cdnst.net/dist/js$script,domain=beta.speedtest.net

! 9/12/2015, 5:54:46 PM speedtest.net
@@||ads.ookla.com/www/test.js$script,domain=beta.speedtest.net

! 9/12/2015, 7:13:43 PM speedtest.net
@@||beta.speedtest.net/dist/js$script,domain=beta.speedtest.net

! 9/12/2015, 7:17:32 PM speedtest.net
@@||beta.speedtest.net/api/servers$xmlhttprequest,domain=beta.speedtest.net

! 9/12/2015, 7:18:38 PM speedtest.net
@@||beta.speedtest.net$xmlhttprequest,domain=beta.speedtest.net
May be it could be trimmed down even more. Needs more testing.
User avatar
LanikSJ
Site Owner
Site Owner
Posts: 1806
Joined: Thu Feb 15, 2007 7:44 am
Location: /dev/null

Post by LanikSJ »

Thanks for that it works great!

http://beta.speedtest.net/result/4658557929.png
"If it ain't broke don't fix it."
Khrin
EasyList Author
EasyList Author
Posts: 3562
Joined: Fri Mar 26, 2010 8:50 pm

Post by Khrin »

User avatar
LanikSJ
Site Owner
Site Owner
Posts: 1806
Joined: Thu Feb 15, 2007 7:44 am
Location: /dev/null

Post by LanikSJ »

I had to add

Code: Select all

@@||beta.speedtest.net/api/^$xmlhttprequest,domain=speedtest.net
otherwise the "pick a server" feature doesn't work.
"If it ain't broke don't fix it."
Khrin
EasyList Author
EasyList Author
Posts: 3562
Joined: Fri Mar 26, 2010 8:50 pm

Post by Khrin »

Locked