What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Bypass Censorship [SCRIPT]

Bypass Censorship [SCRIPT]
Author: Message:
n0obie4life
Junior Member
**


Posts: 17
Joined: Mar 2007
O.P. Bypass Censorship [SCRIPT]
code:
// list based on http://trac.adiumx.com/wiki/MSNCensorship
// urlencode chart = http://i-technica.com/whitestuff/urlencodechart.html

function OnEvent_ChatWndSendMessage(ChatWindow, Message)
{
    Message = Message.replace(/\.\info/gi, "%2einfo");   
    Message = Message.replace(/profile\.php\?/gi, "profile%2ephp?");
    Message = Message.replace(/download\.php\?/gi, "download%2ephp?");
    Message = Message.replace(/gallery\.php/gi, "gallery%2ephp");
    Message = Message.replace(/pics\.php/gi, "pics%2ephp");
    Message = Message.replace(/ListAllTopics\.php/gi, "ListAllTopics%2ephp");
   
    return Message;
}

Just create a new script..yaah..
08-05-2007 02:31 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Bypass Censorship [SCRIPT] - by n0obie4life on 08-05-2007 at 02:31 AM
RE: Bypass Censorship [SCRIPT] - by markee on 08-05-2007 at 04:11 AM
RE: Bypass Censorship [SCRIPT] - by prashker on 08-05-2007 at 05:21 AM
RE: Bypass Censorship [SCRIPT] - by -dt- on 08-05-2007 at 06:53 AM
RE: Bypass Censorship [SCRIPT] - by markee on 08-05-2007 at 12:24 PM
RE: Bypass Censorship [SCRIPT] - by brian on 08-05-2007 at 12:30 PM
RE: Bypass Censorship [SCRIPT] - by ShawnZ on 08-05-2007 at 12:35 PM
RE: Bypass Censorship [SCRIPT] - by markee on 08-05-2007 at 12:42 PM
RE: Bypass Censorship [SCRIPT] - by foaly on 08-05-2007 at 12:59 PM
RE: Bypass Censorship [SCRIPT] - by ShawnZ on 08-05-2007 at 01:08 PM
RE: Bypass Censorship [SCRIPT] - by markee on 08-05-2007 at 01:46 PM
RE: Bypass Censorship [SCRIPT] - by ShawnZ on 08-05-2007 at 01:50 PM
RE: Bypass Censorship [SCRIPT] - by Deco on 08-05-2007 at 04:45 PM
RE: Bypass Censorship [SCRIPT] - by ShawnZ on 08-05-2007 at 04:47 PM
RE: Bypass Censorship [SCRIPT] - by Spunky on 08-06-2007 at 11:49 AM
RE: Bypass Censorship [SCRIPT] - by Steel Froggy on 08-07-2007 at 04:23 AM
RE: Bypass Censorship [SCRIPT] - by ShawnZ on 08-07-2007 at 06:37 AM
RE: Bypass Censorship [SCRIPT] - by Steel Froggy on 08-07-2007 at 06:39 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On