when using IE, how do I import that script? I tried saving it in a "norgr.gmie4" and importing it, but GM didnt like the content.. I got a "error no domains defined for this script"Citroen wrote:Try this:paul s wrote:As I have asked before, why bother answering any of his posts? Why even bother opening them?
Paul SalataIt's a Greasemonkey script that makes Rich's stuff invisible. I only get to see it when someone replies to his noise.Code: Select all
// ==UserScript== // @name Hide someone we all know // @namespace tag:darkside-internet.co.uk,2009-10-4,C2Hydrangea // @include http://c2forum.com/viewtopic.php* // ==/UserScript== var spans = document.getElementsByTagName("span"); var parent = null; var text = ""; for (var i=0;i<spans.length;i++) { text = spans[i].innerHTML; if (spans[i].className == "name" && text.search(/ranger/) > -1) { parent = spans[i].parentNode.parentNode; parent.style.display = "none"; parent.nextSibling.nextSibling.style.display = "none"; parent.nextSibling.nextSibling.nextSibling.nextSibling.style.display = "none"; } }
If you're running Firefox then you'll need https://addons.mozilla.org/en-US/firefox/addon/748
If you're running Safari see http://www.simplehelp.net/2007/11/14/ho ... in-safari/
If you're running Opera see http://www.opera.com/browser/tutorials/userjs/examples/
If you're still using Microsoft Internet Exploder then http://www.gm4ie.com/
Hope it works for you, it makes this forum much better for me.
6:28 2K
52 M 6'2" 200 lbs 2k-7:03.9
1 Corinthians 15:3-8
1 Corinthians 15:3-8
-
- 6k Poster
- Posts: 936
- Joined: September 23rd, 2009, 4:16 am
It's excellent. Written by Gooseflight IIRC. Same guy who has the calculators at http://www.machars.net.DUThomas wrote:Thanks! Works like a charm.Citroen wrote:Hope it works for you, it makes this forum much better for me.
I still feel his presence -- is there another script for that?
- Citroen
- SpamTeam
- Posts: 8010
- Joined: March 16th, 2006, 3:28 pm
- Location: A small cave in deepest darkest Basingstoke, UK
Does http://www.gm4ie.com/help.html give you the clues?chgoss wrote:when using IE, how do I import that script? I tried saving it in a "norgr.gmie4" and importing it, but GM didnt like the content.. I got a "error no domains defined for this script"Citroen wrote: If you're still using Microsoft Internet Exploder then http://www.gm4ie.com/
I created the script as C2Hydrangea.user.js in c:\program files\GM4IE\scripts
and added
Code: Select all
[Run C2Hydrangea]
Name=Run C2Hydrangea
Domains=c2forum.com,www.c2forum.com
ScriptFileName=C2hydrangea.user.js
version=1
Last edited by Citroen on November 19th, 2009, 4:19 pm, edited 4 times in total.
- Rocket Roy
- 2k Poster
- Posts: 338
- Joined: October 16th, 2006, 3:59 pm
- Location: London
But why go to all that trouble?
If you don't want to read his drivel then don't look, simples!
I like to call in occasionally when am bored and poke him with a verbal stick, just for fun really.
If you don't want to read his drivel then don't look, simples!
I like to call in occasionally when am bored and poke him with a verbal stick, just for fun really.
Lwt 55+ World Record Holder 6.38.1 (2006-2018)
World champion 2007, 2009, 2014.
2k pb...6.34.7
cycling
25 miles...55;24
10 miles...21.03
Golf best gross 78, 8 over par.
World champion 2007, 2009, 2014.
2k pb...6.34.7
cycling
25 miles...55;24
10 miles...21.03
Golf best gross 78, 8 over par.
- Citroen
- SpamTeam
- Posts: 8010
- Joined: March 16th, 2006, 3:28 pm
- Location: A small cave in deepest darkest Basingstoke, UK
This greasemonkey script means you avoid his pollution of every other thread on the forum. Like the sorry mess he made of http://c2forum.com/viewtopic.php?t=9838 which was an otherwise sensible thread by a novice rower.Rocket Roy wrote:But why go to all that trouble?
If you don't want to read his drivel then don't look, simples!
I like to call in occasionally when am bored and poke him with a verbal stick, just for fun really.
It's the stick pokers that cause all the crap on here. It was better when he constrained his ramblings to the blog on the UK forum.
-
- 2k Poster
- Posts: 256
- Joined: April 2nd, 2006, 3:53 am
- Location: Scotland
The simplest way to install the script in IE is to create a .gm4ie file in Notepad as follows:Citroen wrote:Does http://www.gm4ie.com/help.html give you the clues?chgoss wrote:when using IE, how do I import that script? I tried saving it in a "norgr.gmie4" and importing it, but GM didnt like the content.. I got a "error no domains defined for this script"Citroen wrote: If you're still using Microsoft Internet Exploder then http://www.gm4ie.com/
I created the script as C2Hydrangea.user.js in c:\program files\GM4IE\scripts
and addedto c:\program files\GM4IE\extensions.list. Then restarted GM4IE and the script shows as installed.Code: Select all
[Run C2Hydrangea] Name=Run C2Hydrangea Domains=c2forum.com,www.c2forum.com ScriptFileName=C2hydrangea.user.js version=1
Code: Select all
[Script]
Name = Hydrangea
Domains = c2forum.com
ScriptURL = http://www.machars.net/hydrangea.js
version = 1
Or you can download the file here. If you haven't already got GM4IE the download is here.
- hjs
- Marathon Poster
- Posts: 10076
- Joined: March 16th, 2006, 3:18 pm
- Location: Amstelveen the netherlands
Goosflight, can you also right something that prevents him from getting on the internetgooseflight wrote:The simplest way to install the script in IE is to create a .gm4ie file in Notepad as follows:Citroen wrote:Does http://www.gm4ie.com/help.html give you the clues?chgoss wrote: when using IE, how do I import that script? I tried saving it in a "norgr.gmie4" and importing it, but GM didnt like the content.. I got a "error no domains defined for this script"
I created the script as C2Hydrangea.user.js in c:\program files\GM4IE\scripts
and addedto c:\program files\GM4IE\extensions.list. Then restarted GM4IE and the script shows as installed.Code: Select all
[Run C2Hydrangea] Name=Run C2Hydrangea Domains=c2forum.com,www.c2forum.com ScriptFileName=C2hydrangea.user.js version=1
Save as hydrangea.gm4ie on the desktop. Double click the file and the script should appear in the GM4IE manager. You probably need to stop/start GM4IE to activate the script.Code: Select all
[Script] Name = Hydrangea Domains = c2forum.com ScriptURL = http://www.machars.net/hydrangea.js version = 1
Or you can download the file here. If you haven't already got GM4IE the download is here.
So, Rocket Roy!
What's up?
I hear you are a man of your word.
You do what you say.
OK.
So, what do you think you will pull for 2K this year?
How about saying?
A pb?
6:32?
Sub-6:30?
Those would be a fine rows, if you are willing to say you are going to do them, and being a man of your word, then train yourself to do them.
What don't you say?
If you said what you think you are going to do, we could see who gets closest to our respective goal.
I am going to pull 6:16.
This year, I will be fully trained for the first time since 2003.
ranger
What's up?
I hear you are a man of your word.
You do what you say.
OK.
So, what do you think you will pull for 2K this year?
How about saying?
A pb?
6:32?
Sub-6:30?
Those would be a fine rows, if you are willing to say you are going to do them, and being a man of your word, then train yourself to do them.
What don't you say?
If you said what you think you are going to do, we could see who gets closest to our respective goal.
I am going to pull 6:16.
This year, I will be fully trained for the first time since 2003.
ranger
Rich Cureton M 72 5'11" 165 lbs. 2K pbs: 6:27.5 (hwt), 6:28 (lwt)
Yea, if I rate 28 spm for 10K in my distance trials, as I intend, it will be _very_ hard to hold that rate for 2K.hjs wrote:ranger wrote: This year, I will be fully trained for the first time since 2003.
ranger
6.45
In a 2K, it will be much easier to hold 35 spm.
ranger
Rich Cureton M 72 5'11" 165 lbs. 2K pbs: 6:27.5 (hwt), 6:28 (lwt)
- PaulS
- 10k Poster
- Posts: 1212
- Joined: March 16th, 2006, 12:07 pm
- Location: Washington State, USA
- Contact:
Happy Groundhog Day!ranger wrote:Yea, if I rate 28 spm for 10K in my distance trials, as I intend, it will be _very_ hard to hold that rate for 2K.hjs wrote:ranger wrote: This year, I will be fully trained for the first time since 2003.
ranger
6.45
In a 2K, it will be much easier to hold 35 spm.
ranger
Wow! This is still going on!
Has any of the below actually even been attempted, as in a REAL RESULT?
(I've been away)
"Rich Cureton Long-Term Goals: M at 1:48, HM at 1:45, 17.3K hour, 10K 1:42, 6K 1:40, 5K 1:39, 2K 1:34, 1K 3:00, 500m 1:24"
Any? Any at all?
Erg on,
Paul Smith
www.ps-sport.net Your source for Useful Rowing Accessories and Training Assistance.
"If you don't want to know the answer, don't ask me the question."
Paul Smith
www.ps-sport.net Your source for Useful Rowing Accessories and Training Assistance.
"If you don't want to know the answer, don't ask me the question."
- hjs
- Marathon Poster
- Posts: 10076
- Joined: March 16th, 2006, 3:18 pm
- Location: Amstelveen the netherlands
PaulS wrote:Happy Groundhog Day!ranger wrote:Yea, if I rate 28 spm for 10K in my distance trials, as I intend, it will be _very_ hard to hold that rate for 2K.hjs wrote:
6.45
In a 2K, it will be much easier to hold 35 spm.
ranger
Wow! This is still going on!
Has any of the below actually even been attempted, as in a REAL RESULT?
(I've been away)
"Rich Cureton Long-Term Goals: M at 1:48, HM at 1:45, 17.3K hour, 10K 1:42, 6K 1:40, 5K 1:39, 2K 1:34, 1K 3:00, 500m 1:24"
Any? Any at all?
Hi Paul,
you have missed eh let me think..................................................
o yeah nothing not one single attempt even