Jump to content

Log Fixer


Delta68

Recommended Posts

Posted (edited)

I've just found a problem if there are images in the logs :o

 

Well... I never claimed it actually worked! ;)

 

Edited to say I've fixed it! :)

 

Mark

Edited by Delta68
Posted

Thanks Mark

 

Next job is to write a script that get rid of the challenges.

 

John

 

That is probably best/easiest done with ABP (Adblock Plus) filters

I have a whole load of filters set up so I can't recall exactly which each one does

 

These four will help you sleep more easily though: :)

 

geocaching.com#div(class^=mxStats)

geocaching.com#a(id^=ctl00_hlSubNavChallenges)

geocaching.com#a(id^=ctl00_hlSubNavProfileChallenges)

geocaching.com#a(id^=ctl00_ContentBody_LocationPanel1_lnkChallengesSearch)

Posted (edited)

I'm not at all teckie but I like the sound of the logs looking the same as they did before. Can someone tell me what I have to do please? :blink:

 

Edited to add.....

There's always one isn't there? :anicute:

Edited by thehoomer
Posted

I'm not at all teckie but I like the sound of the logs looking the same as they did before. Can someone tell me what I have to do please? :blink:

 

Edited to add.....

There's always one isn't there? :anicute:

Using FireFox as your web browser?

Got GreaseMonkey installed?

 

More stuff here: http://www.follow-the-arrow.co.uk/resources/ffscripts.html

(Although, with a lot of the recent 'updates' a few of them don't work... :( )

Posted

I'm not at all teckie but I like the sound of the logs looking the same as they did before. Can someone tell me what I have to do please? :blink:

 

Edited to add.....

There's always one isn't there? :anicute:

Using FireFox as your web browser?

Got GreaseMonkey installed?

 

More stuff here: http://www.follow-the-arrow.co.uk/resources/ffscripts.html

(Although, with a lot of the recent 'updates' a few of them don't work... :( )

Firefox - yes.

GreaseMonkey - :unsure: I've heard talk of this mythical beast but I haven't got a clue what it is.

May be things will go back to the way they were anyway? There seems to be more than a modicum of opposition.

I will just nod and make the right noises like when I'm at work - I don't know what half of that stuff is about either!

I need to stop being so lazy and research these things like the rest of you must do.

Thanks for your help.

Posted

on fire fox we all have the Monkey on are back,,,,but after the update you could see profile info at a glance on logs,but it seams to have broken down,,yes monkey can mod to suit,,but ilike how it was after the updat,am i the only one?:anibad:

Posted

Now that the found counts are back on the logs, would it be possible to enhance the script to show them? Preferably just the cache count.

 

Yup!

 

Hopefully have it done this morning

 

My plan was only to include the cache count as well ;)

 

 

Mark

Posted

For reasons known only to Groundspeak (if then), the found icon is a gif though the cache count icon is a visually identical png. This means that the cache count icon isn't replaced by your smiley fix script. Easily changed by adding

	if(images[x].src.indexOf("\/icons\/icon_smile.png")>0)
{
	images[x].src = "http://img.geocaching.com/cache/fd66cd40-2d36-4535-a171-17dff1187e34.jpg";
}

You might want to update it...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...