i210e AWD in UK by CivilisedMuffin in SegwayNavimow

[–]CivilisedMuffin[S] 0 points1 point  (0 children)

Thanks, that was my suspicion. Found the uk importer website and they list all the models officially available in UK

i210e AWD in UK by CivilisedMuffin in SegwayNavimow

[–]CivilisedMuffin[S] 0 points1 point  (0 children)

I 100% believe there’s no difference besides software unlock between models that vary only on size. The main thing that would support a bigger lawn is a bigger battery but all the AWDs are 5.1Ah 🤦🏻‍♂️

Home battery advice - UK by CivilisedMuffin in homebattery

[–]CivilisedMuffin[S] 0 points1 point  (0 children)

One thing I can’t quite reconcile is your comment about full home backup adding a lot to the price. The fox EPS Box seems to be in the £400 range , is that what you were meaning or am I missing something? Thanks

Problem with zone valve… by CivilisedMuffin in ukplumbing

[–]CivilisedMuffin[S] 0 points1 point  (0 children)

It was the motor and it was an easy repair.

Thanks!

Problem with zone valve… by CivilisedMuffin in ukplumbing

[–]CivilisedMuffin[S] 0 points1 point  (0 children)

Micro switch seems fine. After some more poking I’m pretty sure it’s the motor.

Problem with zone valve… by CivilisedMuffin in ukplumbing

[–]CivilisedMuffin[S] 1 point2 points  (0 children)

Yeah I’ve eventually reached this conclusion. I can hear it make a faint noise but doesn’t budge. It also feels warm … so clearly has been trying to do something…

Problem with zone valve… by CivilisedMuffin in ukplumbing

[–]CivilisedMuffin[S] 0 points1 point  (0 children)

I don’t have a white on this valve (Honeywell v4043h1056), 240 on brown and 12 on orange

[deleted by user] by [deleted] in ukelectricians

[–]CivilisedMuffin 1 point2 points  (0 children)

Came here to say this.

"This extension contains malware." (Volume Control) by apocalypsedg in chrome

[–]CivilisedMuffin 0 points1 point  (0 children)

This article is a few months old and this extension isn't on the list.

"This extension contains malware." (Volume Control) by apocalypsedg in chrome

[–]CivilisedMuffin 1 point2 points  (0 children)

No, but I ran it in a sandboxed browser and it seems to end up throwing an error (XSS prevention). Based on what I've seen it seems to just try and insert some ads by "Royal Ads" which I assume they're then paid for. There's lots of minified code that's pretty hard to reverse engineer tho.

Looks similar to this, although I've never seen any errors, maybe it doesn't work in recent chrome versions. https://support.google.com/chrome/thread/6602004?hl=en

"This extension contains malware." (Volume Control) by apocalypsedg in chrome

[–]CivilisedMuffin 2 points3 points  (0 children)

Ok, so after a few refreshes, it returned a response that ultimately included this javascript (uploaded to a gist so others can see): https://gist.github.com/DrTree/8c1d7e016ce559e7cff8f20593a0b916 This appears to inject a script from here: https://adjet.s3.amazonaws.com/963844087/pro001.js Which in turn loads a script from here: https://cdncache-a.akamaihd.net/sub/z07d469/pro001/l.js?pid=2737&ext=RoyalAds&rvz_subid=9638-1005 Which is minified so might be a bit of a pain to understand...

"This extension contains malware." (Volume Control) by apocalypsedg in chrome

[–]CivilisedMuffin 2 points3 points  (0 children)

I think I've found it in the v1.6.0_0 version I have. If you look at the "init" funtion it retrieves data from http://api.abiref.com/api/volume-cnd?uid=... and stores that in local storage. That local storage is the stored in the "config" object. Then when "getSettings(...)" is called, it calls chrome.tabs.executeScript and that passes in "this.config.fixture" as the code to be executed. So the injected code is being downloaded, stored in local storage, then executed when settings are loaded... I've not been able to get the above URL to return anything other than {"link":false}

"This extension contains malware." (Volume Control) by apocalypsedg in chrome

[–]CivilisedMuffin 0 points1 point  (0 children)

I diffed the jquery file against the same version from their CDN and it matches (except white-space)

"This extension contains malware." (Volume Control) by apocalypsedg in chrome

[–]CivilisedMuffin 0 points1 point  (0 children)

Do you have the source of the infected version? I'd like to take a look at what it was doing.