这是本人的右键代码。你们直接复制就OK了~
相关的你们可以自己去改,去换~
费老多脑细胞了~
function CR(obj, item)
{
getURL("http://user.qzone.qq.com/78460494", "_blank");
} // End of the function
function tab()
{
getURL("http://user.qzone.qq.com/78460494", "_blank");
} // End of the function
function homepage()
{
getURL("http://user.qzone.qq.com/78460494", "_blank");
} // End of the function
function qme()
{
getURL("http://user.qzone.qq.com/270290535", "_blank");
} // End of the function
var dayOfWeek_array = new Array(" 星期天", " 星期一", " 星期二", " 星期三", " 星期四", " 星期五", " 星期六");
var MYDate = new Date();
var year = MYDate.getFullYear();
var month = MYDate.getMonth() + 1;
var date = MYDate.getDate();
var h = MYDate.getHours();
var m = MYDate.getMinutes();
var s = MYDate.getSeconds();
var day = dayOfWeek_array[MYDate.getDay()];
var MyDateStr = year + ":" + month + ":" + date + " " + day;
myMenu = new ContextMenu();
myMenu.hideBuiltInItems();
expandmenu = new ContextMenu();
expandmenu.hideBuiltInItems();
expandmenu.customItems.push(new ContextMenuItem(MyDateStr, CR));
expandmenu.customItems.push(new ContextMenuItem("◇☆歡迎來到傷感★殘風視覺空間☆◇", qme));
expandmenu.customItems.push(new ContextMenuItem("◆★版權歸QQ:傷感★殘風所有★◆", homepage, false, false, true));
expandmenu.customItems.push(new ContextMenuItem("1.QQ空簡各類Fiash摸塊制做", qme));
expandmenu.customItems.push(new ContextMenuItem("2.U5各類閃圖制做", qme));
expandmenu.customItems.push(new ContextMenuItem("3.點擊進入傷感★殘風空間", homepage, false, false, true));
expandmenu.customItems.push(new ContextMenuItem("◆世上沒有100%的人,只有50%的兩個人◆", homepage, false, false, true));
expandmenu.customItems.push(new ContextMenuItem("◆即使達到嘴對嘴的關系,也要保持手牽手的距離◆", qme));
expandmenu.customItems.push(new ContextMenuItem("联系QQ:78460494", homepage, false, false, true));
expandmenu.customItems.push(new ContextMenuItem("╔2╗┏┯┓┏┯┓┏┯┓┏┯┓╔继╗", qme));
expandmenu.customItems.push(new ContextMenuItem("┃0┃┠傷┨┠感┨┠殘┨┠風┨┃续┃", qme));
expandmenu.customItems.push(new ContextMenuItem("┃0┃┗┷┛┗┷┛┗┷┛┗┷┛┃辉┃", qme));
expandmenu.customItems.push(new ContextMenuItem("╚9╝↘ ≡不≡灭≡神≡话≡ ↙╚煌╝", qme));
_root.menu = myMenu;
_root.menu = expandmenu;