✔ 最佳答案
試下咁樣做:
function replaceWords()
{
// ***add the words or fragments you wish to replace below
var oldWords = new Array(
"ICQ:",
"Subscriptions",
"Publish Comments",
"add eProps",
"eprop",
"eProps",
"add comments",
"comment",
"comments",
"email it",
"view entire profile",
"sign my guestbook",
"My Blogrings",
"Posting Calendar",
"sign out",
"Name:",
"Birthday:",
"Gender:",
"State:",
"Country:",
"Interests:",
"Expertise:",
"Website",
"Email:",
"subscribe!",
"read my profile",
"Member Since:");
// *** add the replacing words or fragments below
var newWords = new Array(
"ICQ:",
"Subscriptions",
"Publish Comments",
"add eProps",
"eprop",
"eProps",
"add comments",
"comment",
"comments",
"email it",
"view entire profile",
"sign my guestbook",
"My Blogrings",
"Posting Calendar",
"sign out",
"Name:",
"Birthday:",
"Gender:",
"State:",
"Country:",
"Interests:",
"Expertise:",
"Website",
"Email:",
"subscribe!",
"read my profile",
"Member Since:");
未完, see the site below:
http://kkx3.net/forum/viewthread.php?tid=373