Jump to content

Log Fixer


Delta68

Recommended Posts

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)

Link to comment

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... :( )

Link to comment

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.

Link to comment

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...

Link to comment

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...