Page 33 of 230

Re: [Script] UROverview Plus v3.182 (20200607)

Posted: Tue Jun 09, 2020 2:29 am
by dude463
Thanks for adding the delete button. So much quicker to delete single closures.

Re: [Script] UROverview Plus v3.186 (20201026)

Posted: Wed Oct 28, 2020 9:26 pm
by dude463
Yeah you've gotta remove this Ctrl Alt thing. It's the easiest way to select multiple segments and crucial for road closures.

Re: [Script] UROverview Plus v3.186 (20201026)

Posted: Thu Oct 29, 2020 11:29 pm
by dude463
I'm confused. How are you selecting a string of segments?

Re: [Script] UROverview Plus v3.186 (20201026)

Posted: Fri Oct 30, 2020 1:52 pm
by dude463
Neither one of those methods are nearly as efficient as what you're disabling. Selecting all means you get everything that's on the screen. Rarely is that useful. And the other thing only works if you're going e/w or n/s and also pick up all of the cross segments that you may not want to pick up. Can you at least make this new behavior optional? Let us toggle it on or off?

Re: [Script] UROverview Plus v3.186 (20201026)

Posted: Fri Oct 30, 2020 5:35 pm
by dude463
I see the error of my ways now. There's no reason for me to use Ctrl+Alt+Click as the Ctrl part is unnecessary. Just Click, Alt+Click is all that's needed. I apologize for the unnecessary irritation that I have caused.

Re: [Script] UROverview Plus v3.148 (20190101)

Posted: Mon Jan 21, 2019 3:26 pm
by dude495
I have the current version of URO+ and its spamming the console with the date information repeatedly.
URO+: Mon Jan 21 2019 10:25:12 GMT-0500 (Eastern Standard Time) adding WazeBits...0120
See attachment.

Re: [Script] UROverview Plus v3.159 (20190715)

Posted: Fri Jul 19, 2019 6:13 pm
by dude495
I've noticed that if you add an closure via the editor for a time after the in-app closure is set, it also turns the in-app closure editable and no longer highlighted.

Re: [Script] UROverview Plus v3.76 (20160407)

Posted: Wed Apr 27, 2016 4:08 pm
by edsonajj
For several weeks now, I've been experiencing a problem with URO+, in which it doesn't show on first WME load, it shows and works on the second WME load and shows without working from the third WME load onwards.

I can restart this cycle by removing Waze data from my browser but surely it shouldn't have to be like this.

The setting on which this happens is: Safari Version 9.1, with URO+ 3.76 running through TamperMonkey version 4.1.5212.

I have checked on Safari's console and this shows up from the third load onwards.
URO Errors.png
The counter which shows at 1469 is continually increasing.
(61.11 KiB) Downloaded 1219 times
I would really appreciate if you could look into it, and of course if there's any way I can help just let me know.

Re: [Script] UROverview Plus v3.76 (20160407)

Posted: Sat Apr 30, 2016 12:47 am
by edsonajj
H
Twister-UK wrote:In the TM console, can you enter localStorage.UROverviewCamWatchList and let me know what it says in return. If it says anything other than "undefined", please can you then enter localStorage.removeItem("UROverviewCamWatchList"), then repeat the previous command and let me know what it says now.
I was unfortunately unable to follow this instructions because the instructions in Tampermonkey's FAQ for Q600: Ahhh, someone wants my console output. Where can if find that?are Chrome specific and even when trying to do it in Chrome I couldn't find anything related to URO+ on the background page console.

However from what I understood on your post the issue is related with the Local Storage for the Camera Watchlist, so I set out to compare Safari's local storage with Chrome's.
In order to provide true comparability I erased all Waze data from both browsers, disabled all extensions but Tampermonkey and only left URO+ as the only userscript enabled.
After that I loaded the WME five times on each and took a screenshot of the URO+ related entries in each browser's Local Storage.

As you can see from the images below, the only difference between the contents of both is the entry for UROverviewCamWatchList, which on Chrome shows up empty and on Safari doesn't show at all.
Safari Local Storage.png
(103.24 KiB) Downloaded 1186 times
Chrome Local Storage.png
(91.94 KiB) Downloaded 1173 times
Maybe Safari is in some way rejecting the empty value and that causes the error?

I hope this helps, if only doing it the way you requested will do then I'll have to find out how to do it.

Re: [Script] UROverview Plus v3.76 (20160407)

Posted: Thu May 05, 2016 7:03 pm
by edsonajj
At last I understood how to do what you asked… turns out I was searching for a considerably more complicated thing. :oops:

For the two commands you specified, here's input and output when URO+ is failing.
  • localStorage.UROverviewCamWatchList --------------- null
  • localStorage.removeItem("UROverviewCamWatchList") -- undefined
If I then reload the WME it works again and the cycle begins anew.