Tilted Forum Project Discussion Community  

Go Back   Tilted Forum Project Discussion Community > Interests > Tilted Technology


 
 
LinkBack Thread Tools
Old 01-01-2004, 07:23 PM   #1 (permalink)
Insane
 
Location: A fuzzy cloud.
Is there an IE plugin that can do this?

In Hotmail when you click a link in your email it opens an MSN window frame with your link inside of it.

Does anybody know of a plugin or enhancement for IE that can be used to right click one of these links in your hotmail emails and open it minus the MSN garble?
Realizm is offline  
Old 01-02-2004, 01:53 AM   #2 (permalink)
hip mama
 
flamingpeach's Avatar
 
Location: redmond, washington
as far as i know, ie doesn't have plug-ins.

??

Am i wrong here?

:/
__________________
I've eaten my veggies all my life so bring it on, I am educated and strong for the revolution.
flamingpeach is offline  
Old 01-02-2004, 03:56 AM   #3 (permalink)
Psycho
 
steveincolumbus's Avatar
 
Location: BFE, Kentucky
ir does have plugins but i don't know of one for that use
steveincolumbus is offline  
Old 01-02-2004, 11:48 AM   #4 (permalink)
Devoted
 
Redlemon's Avatar
 
Donor
Location: New England
I'm pretty sure that the new forced framing system in Hotmail can't be worked around. I've heard a bunch of people complaining about it in the Mozilla Firebird forums.
__________________
I can't read your signature. Sorry.
Redlemon is offline  
Old 01-02-2004, 02:46 PM   #5 (permalink)
Junkie
 
Location: North Hollywood
use outlook express with the hotmail settings, its not exactly what you want, but it will solve that issue or one of the many hotmail -> pop convertors and you can use whichever mail you like.

Yes IE does have plugins
charliex is offline  
Old 01-02-2004, 02:54 PM   #6 (permalink)
Human
 
SecretMethod70's Avatar
 
Administrator
Location: Chicago
Quote:
Originally posted by redlemon
I'm pretty sure that the new forced framing system in Hotmail can't be worked around. I've heard a bunch of people complaining about it in the Mozilla Firebird forums.
Gee....I wonder if MS thought of this when they implemented it?
__________________
Le temps détruit tout

"Musicians are the carriers and communicators of spirit in the most immediate sense." - Kurt Elling
SecretMethod70 is offline  
Old 01-03-2004, 07:01 PM   #7 (permalink)
Insane
 
Location: A fuzzy cloud.
A script similar to this that could be put into a right click menu (Open Link OUt of Hotmail)
or something that could scan a single link when right clicked and fix would be good, seems like this could be done..

I found the below "bookmarklet" at this site:

http://www.squarefree.com/bookmarklets/pagelinks.html

I can't read this very well, but from the looks of things, https: and ftp: links can't be fixed, but it works with HTTP.
I just click it on the bar and poof the redirects are gone.. it's nice.. going to see if I can put it into the contextual menu.
Code:
javascript:(function(){var%20k,x,t,i,j;%20for(k=0;x=document.links[k];k++){t=x.href.replace(/[%25]3A/ig,':').replace(/[%25]2f/ig,'/');i=t.lastIndexOf('http://');if(i%3E0){t=t.substring(i);j=t.indexOf('&');if(j%3E0)t=t.substring(0,j);x.href=unescape(t)}%20else%20if%20(x.onmouseover&&x.onmouseout){x.onmouseover();%20if%20(window.status.indexOf('://')!=-1)x.href=window.status;%20x.onmouseout();%20}%20x.onmouseover=null;%20x.onmouseout=null;%20}})();
Sorry about the lengthy script code, I didn't want to put any line breaks in for fear of breaking it..

Last edited by Realizm; 01-03-2004 at 07:23 PM..
Realizm is offline  
 

Tags
plugin


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -8. The time now is 04:03 AM.

Tilted Forum Project

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73