magma1447 / greasemonkey-geocaching-projectgc

Adds links and data to Geocaching.com to make it collaborate with Project-GC.com
MIT License
18 stars 14 forks source link

Warning Line that Last Log is a DNF is still not working #122

Closed rteitelman closed 2 years ago

rteitelman commented 2 years ago

In yesterday's release 2.3.15, the blue warning line when the last log is a DNF, is still not working. Guess this new line still has an issue: if ($('#cache_logs_table span.h4 img').attr('src') === '/images/logtypes/3.png') {

rteitelman commented 2 years ago

well, it sorta works. Here it is, but it takes a VERY LONG time for that blue warning line to appear. Like MANY minutes. Why?

Screenshot 2022-08-24 133034

magma1447 commented 2 years ago

It is working. Any delays are caused by your client. As soon as the html has finished loading the relevant JS code will be executed, on the client (web browser). Nothing in the code causes any delays.

All my tests have been instant, more or less. At least < 0.5 seconds.