Messages - eleman [ switch to compact view ]

Pages: prev1 ... 73 74 75 76 77 [78] 79 80 81 82next
386
Turbotop should do the work.

Also the attached file would do the trick. When you press win+Up keys on the keyboard, it marks the active window as always on top. Pressing again would remove the always on top flag.

Here is the authotkey code I used:

#Up::WinSet,AlwaysOnTop,Toggle,A

387
General Software Discussion / Re: Looking for a linkification tool
« on: April 13, 2011, 08:12 AM »
Here you go:  Linkifier

Are you the greatest or what?

Thanks a zillion.

388
General Software Discussion / Looking for a linkification tool
« on: April 13, 2011, 07:41 AM »
Here is my problem:

I need to paste tons and tons of URLs into html files, and make them links as well.

In other words, I have addresses like this:
http://url1
http://url2
http://url3

and so on...

I need to make them look like this:

<a href="http://url1">http://url1</a><br>
<a href="http://url2">http://url2</a><br>
<a href="http://url3">http://url3</a><br>

Can you think of a solution? I currently use a combination of excel and notepad, but I feel there must be a better way.

389
General Software Discussion / Re: A niche script need
« on: January 14, 2011, 02:20 AM »
Thanks fellow oDesker :)

I'd give it a try if I feel desperate enough, but I made a principle of not installing add-ons which were not reviewed by Mozilla.

I'll check LinkJumper's page every now and then to see if it gets reviewed some time in the future.

In the meantime, I ran a new google query with the keywords I took from your tip, and found this one:

http://commons.oreilly.com/wiki/index.php/Greasemonkey_Hacks/Linkmania!#Remove_URL_Redirections

This one does the trick, but it may break google sometime in the future. I'll pass that stream then I suppose.

edit: typo fix

390
General Software Discussion / A niche script need
« on: January 13, 2011, 05:21 AM »
I need a greasemonkey script (or firefox add-on) to remove link trackers from links. Let me tell it with an example:

The link is provided on the page as follows:
http://www.rapidsharegfx.com/engine/redirect.php?url=http://hotfile.com/dl/94451881/b08f902/Stock-Vector---Construction-Signs.rar.html

I need it to be:
http://hotfile.com/dl/94451881/b08f902/Stock-Vector---Construction-Signs.rar.html

There are numerous tracker sites, so the script I am looking for should be able to handle more than one site, not just the one in the example.

Have you seen any such script?

Pages: prev1 ... 73 74 75 76 77 [78] 79 80 81 82next
Go to full version