This repository has been archived by the owner on Mar 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstandard_menu1164.ini
1054 lines (983 loc) · 279 KB
/
standard_menu1164.ini
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
Opera Preferences version 2.1
; Do not edit this file while Opera is running
; This file is stored in UTF-8 encoding
; http://simpleu.googlecode.com/svn/trunk/Opera/standard_menu1164.ini
; 15:18 2013/7/5
[Version]
File Version=2
[Info]
Name=SimpleU Menu
Description=Opera SimpleU Standard Menu Setup
Author=KwokTree
Version=1
;--------------------官方菜单精简
;--------------------拼写菜单隐藏
[Document Popup Menu Spellcheck Disabled]
Include, Document Popup Menu
[Document Popup Menu Spellcheck Enabled]
Include, Document Popup Menu Spellcheck Disabled
[Spellcheck Language]
;Include, Internal Spellcheck Language
[Edit Widget Popup Menu Spellcheck Enabled]
Include, Edit Widget Popup Menu
[Gadget Edit Widget Popup Menu Spellcheck Enabled]
Include, Gadget Edit Widget Popup Menu
;--------------------官方菜单完善
[Toolbar Placement Menu]
Item, 53051 = Set alignment, 2
Item, 53052 = Set alignment, 4
Item, 53053 = Set alignment, 1
Item, 53054 = Set alignment, 3
Item, 53050 = Set alignment, 0
[Toolbar Style Menu]
Item, 22703 = Set button style, 0
Item, 22704 = Set button style, 1
Item, 22705 = Set button style, 2
Item, 22706 = Set button style, 3
--------------------1
Item, 67487 = Enable large images | Disable large images
[Toolbar Wrapping Menu]
Item, 69917 = Set wrapping, 0
Item, 69918 = Set wrapping, 1
Item, 69919 = Set wrapping, 2
[Toolbar Popup Menu]
;工具栏右键菜单
Submenu, 1252634709, Toolbar Placement Menu,, "New Window"
Submenu, 857925912, Toolbar Style Menu,, "Skins"
Submenu, 1188997476, Toolbar Wrapping Menu,, "Reload"
Submenu, 476738568, View Toolbars Menu,, "Manage"
--------------------0=
Item, M_TOOLBARS_MENU_CUSTOMIZE = Customize toolbars, -3,,, "Appearance"
Item, M_MAINBAR_ITEM_POPUP_MENU_REMOVE_FROM_TOOLBAR = Remove,,,, "Expand Disabled"
Item, D_CUSTOMIZE_TOOLBAR_RESET_TO_DEFAULTS = External action,,,, "Menu Window" > Restore to defaults, "selected toolbar"
Item, "选项"= Show preferences,,,, "Window Browser Icon"
[Links Manager Open Menu]
;右键新建窗口菜单完善
Item, MI_IDM_MENU_PAGEBAR_LINK_IN_NEW_PAGE = Open link in new page
Item, MI_IDM_MENU_PAGEBAR_LINK_IN_BG_PAGE = Open link in background page
--------------------1
Item, MI_IDM_HLITEM_GET_IN_NEW_WINDOW = Open link in new window
Item, M_OPEN_BACKGROUND_WINDOW = Open link in background window
--------------------2
Include, Browser Session Menu, 1
[Speed Dial Popup Menu Plus]
;完善快速拨号右键菜单
Item, "锁定快速拨号" =Set preference, "user prefs|Speed Dial State=2" | Set preference, "user prefs|Speed Dial State=1"
--------------------0
Item, M_SPEEDDIAL_ADD_SPEEDDIAL=Configure thumbnail, 0
Item, M_SPEEDDIAL_GLOBAL_CONFIGURATION = Show speed dial global config
--------------------1
Item, M_BROWSER_TOOLS_MENU_APPEARANCE = Customize toolbars, -1
[Speed Dial Popup Menu]
;完善快速拨号右键菜单
Include,Speed Dial Popup Menu Plus
[Delete Mail Menu]
;删除邮件菜单
Item, M_MAIL_REMOVE_FROM_VIEW = Remove from view
Item, M_MAIL_MOVE_TO_TRASH = Delete mail,,,,"Move to trash" | Undelete,,,DI_IDSTR_M2_MAILVIEWTOOLBAR_UNDELETE
Item, M_MAIL_DELETE_PERMANENTLY = Delete permanently,,,,"Delete"
Item, "全部清空(&A)"=External action,,,,"none" | Focus Page & Focus address field & Select all & Delete
[Document Popup Menu]
;网页右键菜单:右键点击页面空白处的弹出菜单
Item, MI_IDM_Reload_PM, = Reload
Submenu, MI_IDM_AUTORELOAD_TOGGLE_PARENT, Full Reload Menu
Submenu, M_BROWSER_MENU_BAR_BOOKMARKS, Browser Bookmarks Menu, , "Menu Bookmarks"
--------------------1
;Item, MI_IDM_POPUP_ADDRESS="Copy document address,,,,"New note""
Item, "复制标题和网址" = External action,,,, "Mail Compose Outdent" | Go to page,"javascript:void prompt('',document.title + '\n' + location.href);" & Delay, 100 & Copy & Cancel
Submenu, 页面翻译, Translate Page Menu, , "translation"
;Submenu, MI_IDM_ENCODING_AUTOMATIC_PARENT, Encoding Menu
Submenu, 站点工具, Simple Site Menu =show popup menu,,,,"Label Todo"
--------------------2
Item, M_INSPECT_ELEMENT= Open Developer Tools Window | Close Developer Tools Window
Submenu, 广告过滤, AdBlock Menu, , "Mail IMAP Spam"
Submenu, 页面辅助, Page Elements Menu, , "Window Document Icon"
Item, M_EDIT_SITE_PREFERENCES = Edit site preferences,,,,"News Read"
--------------------3
Include, Internal Frame
Include, Internal Document Background
--------------------4
Submenu, M_OPEN_WITH, Open in menu
Item, "批量图片下载"=Go to Page,"javascript:(function(){var el_title=' Images';var t_top='<div style=\'font:bold 8pt Tahoma;padding:3px;margin:0 0 3px;border-bottom:1px solid #eee;background:yellow;cursor:hand;\' onclick=\'document.getElementById(\u0022iSpace\u0022).style.display=(document.getElementById(\u0022iSpace\u0022).style.display==\u0022none\u0022)?\u0022block\u0022:\u0022none\u0022;this.innerText=(this.innerText.charCodeAt(0)==45)?this.innerText.replace(\u0022-\u0022,\u0022+\u0022):this.innerText.replace(\u0022+\u0022,\u0022-\u0022);this.scrollIntoView();\'>';var t_row='<table style=\'width: 100%%\'><tr><td style=\'font-size:8pt;\'><a href=\'iSpace\' style=\'padding:8px 0 2px;font:8pt;font-family:Tahoma;\' target=\'_blank\'>iSpace</a></td><td style=\'width: 450px;text-align:right;\'><div style=\'overflow:hidden\'><img src=\'iSpace\' style=\'max-height:200px;max-width:450px;\' /></div></td></tr></table><div style=\'height:1px;background-color:#eee;margin:0 0 5px;\'></div>';var es_linked='';var i_linked=0;try{var es=document.getElementsByTagName('IMG');for(var i=0;i<es.length;i++) {if(es[i].src.length>1 && es_linked.indexOf(es[i].src)==-1) {es_linked+=t_row.replace(/iSpace/g,es[i].src);i_linked++;}}}catch(e){} es_linked=((es_linked!='')?('<div id=\'es_linked\'>'+es_linked+'</div>'):'');es_linked=((es_linked!='')?(t_top.replace(/iSpace/g,'es_linked')+'- Foreground'+el_title+' ('+i_linked+'): </div>'):'')+es_linked; var es_anchored='';var i_anchored=0;try{var es=document.getElementsByTagName('A');for(var i=0;i<es.length;i++) {if(es[i].href && es[i].href.search(/javascript:/i)<0 && es[i].innerHTML.indexOf('UserJS ExtraLinks')<0 && es[i].href.match(/\.(jpg|gif|jpeg|png|bmp|tif)/) && es_anchored.indexOf(es[i].href)<0) {es_anchored+=t_row.replace(/iSpace/g,es[i].href);i_anchored++;}}}catch(e){} es_anchored=((es_anchored!='')?('<div id=\'es_anchored\'>'+es_anchored+'</div>'):'');es_anchored=((es_anchored!='')?(t_top.replace(/iSpace/g,'es_anchored')+'- Anchored'+el_title+' ('+i_anchored+'): </div>'):'')+es_anchored; var es_bground='';var i_bground=0;try{es=document.getElementsByTagName('*');for (var i=0;i<es.length;i++) {if(es[i].style && es[i].style.background){var rule=es[i].style.background;var i_start=rule.search(/url\(/i);if(i_start>-1){i_start=i_start+4;var i_end=rule.indexOf(')',i_start);var i_url=((i_end>i_start)?rule.substring(i_start,i_end):'');i_url=i_url.replace(/\u0022/g, '').replace(/\u0027/g, '');if(es_bground.indexOf(i_url)<0 && i_url.indexOf('base64')<0 && i_url!=''){i_bground++;es_bground+=t_row.replace(/iSpace/g,i_url);}}}}}catch(e){}try{es=document.getElementsByTagName('*');for (var i=0;i<es.length;i++) {if(es[i].getAttribute('background')){var i_url=es[i].getAttribute('background');if(es_bground.indexOf(i_url)<0 && i_url!=''){i_bground++;es_bground+=t_row.replace(/iSpace/g,i_url);}}}}catch(e){}try{es=document.getElementsByTagName('input');for (var i=0;i<es.length;i++) {if(es[i].getAttribute('type').toLowerCase()=='image'){var i_url=es[i].getAttribute('src');if(es_bground.indexOf(i_url)<0 && i_url!=''){i_bground++;es_bground+=t_row.replace(/iSpace/g,i_url);}}}}catch(e){}try{es=(document.styleSheets)?document.styleSheets:'';for (i=0;i<es.length;i++){for (j=0;j<es[i].cssRules.length;j++){if(!es[i].cssRules[j].selectorText) {try{var ses=es[i].cssRules[j].styleSheet;for (k=0;k<ses.cssRules.length;k++){var rule=ses.cssRules[k].cssText;var i_start=rule.search(/url\(/i);if(i_start>-1){i_start=i_start+4;var i_end=rule.indexOf(')',i_start);var i_url=((i_end>i_start)?rule.substring(i_start,i_end):'');i_url=i_url.replace(/\u0022/g, '').replace(/\u0027/g, '');if(es_bground.indexOf(i_url)<0 && i_url.indexOf('base64')<0 && i_url!=''){i_bground++;es_bground+=t_row.replace(/iSpace/g,i_url);}}}}catch(e){}}else {var rule=es[i].cssRules[j].cssText;var i_start=rule.search(/url\(/i);if(i_start>-1){i_start=i_start+4;var i_end=rule.indexOf(')',i_start);var i_url=((i_end>i_start)?rule.substring(i_start,i_end):'');i_url=i_url.replace(/\u0022/g, '').replace(/\u0027/g, '');if(es_bground.indexOf(i_url)<0 && i_url.indexOf('base64')<0 && i_url!=''){i_bground++;es_bground+=t_row.replace(/iSpace/g,i_url);}}}}}}catch(e){}es_bground=((es_bground!='')?('<div id=\'es_bground\'>'+es_bground+'</div>'):'');es_bground=((es_bground!='')?(t_top.replace(/iSpace/g,'es_bground')+'- Background'+el_title+' ('+i_bground+'): </div>'):'')+es_bground;if(es_linked=='' && es_bground=='' && es_anchored==''){return;}var w=window.open('');var doc=w.document.body;doc.outerHTML='<head><meta http-equiv=\'Content-Type\' content=\'text/html;charset=utf-8\' /><title>'+document.title+' - '+el_title+'</title></head><body style=\'padding:0;margin:0 10%%;background:#dfdfdf;font:8pt Tahoma;\'><div style=\'border:1px solid silver;\'><div style=\'height:5px;background:#900;\'></div><div style=\'height:12px;padding:16px;border-bottom:1px solid silver;background:#f5f5f5;\'><div style=\'width:80%%;font-size:10.5pt;font-weight:bold;float:left;white-space:nowrap;overflow:hidden;\'>'+document.title+'</div><div style=\'font: normal 8pt tahoma;float:right;\'>'+el_title+'</div></div><div style=\'background-color:white;padding:8px;\'>'+es_anchored+es_linked+es_bground+'</div></div></body>';})()",,,"Display cached images only" & Delay, 100 & Manage links & Focus next widget & Focus next widget & Delay, 100 & Select all & Delay, 100 & Focus next widget & Focus next widget & Focus next widget & Delay, 10 & Click button & Delay, 10000 & Ok & Delay, 10 & Close page
Include,eDown All Menu
--------------------5
Item, MI_IDM_FULLSCREENTOGGLE = Enter fullscreen | Leave fullscreen
[Gadget Edit Widget Popup Menu]
;图标修改
Item, MI_IDM_EDIT_UNDO=Undo
Item, M_REDO=Redo
--------------------1
Item, MI_IDM_EDIT_CUT=Cut,,,,"Mail Compose HTML"
Item, MI_IDM_Copy= Copy
Item, MI_IDM_Paste= Paste
Item, MI_IDM_EDIT_DELETE=Delete
--------------------2
Item, M_CLEAR_ALL=Clear
Item, MI_IDM_EDIT_SELECTALL=Select all
[Edit Go Widget Popup Menu]
;地址栏右键菜单
Item, 粘贴并转到=Paste and go,,,,"Mail Forwarded"
Item, MI_IDM_POPUP_ADDRESS="Copy document address,,,,"New note""
;Item, "用IE访问此地址"=Execute program, "iexplore.exe","%u",,"ie"
--------------------0
Item, M_COPY_TO_NOTE = Copy to note,,,,"Note"
Item, MI_IDM_SelectAll = Select all
Item, M_CLEAR_ALL = Clear
--------------------1
Item, MI_IDM_EDIT_CUT=Cut,,,,"Mail Compose HTML"
Item, MI_IDM_Copy= Copy
Item, MI_IDM_Paste= Paste
Item, MI_IDM_EDIT_DELETE=Delete
--------------------2
Item, "清除搜索历史(&S)"=External action,,,,"search web" | Clear Previous Searches
Item, "清除输入历史(&T)"=External action,,,,"Mail Draft" | Clear typed in history
Item, "清除浏览历史(&H)"=External action,,,,"History" | Clear visited history
[Open in menu]
;完善View IN 打开菜单
Platform Windows, Item, "切换到(IE)兼容模式"="Go to page, "javascript:(function(){var h=location.href;if(!h||/^(javascript|about|opera):/i.test(h)){return}window.open().document.write('<html>'+'<head>'+'<title>'+(document.title?document.title:location.href).replace(/</g,'<')+' - view in ie</title>'+'<style type=\x22text/css\x22>body{margin:0;padding:0;}embed{width:100\x25;height:100\x25;}</style>'+'</head>'+'<body>'+'<script type=\x22text/javascript\x22'+'src=\x22data:text/javascript,'+encodeURIComponent('document.write(\'<embed type=\x22application/viewinie\x22 param-location=\x22'+location.href+'\x22></embed>\');')+'\x22>'+'</script>'+'</body>'+'</html>')})();", , , "Menu Info""
Include, Internal OpenIn Menu
Item, "用TheWorld打开"="Execute program,"optools\TheWorld\TheWorld.exe","%u","", "ie""
--------------------1
;Item, "网站使用IE内核编辑"="Execute program, "notepad.exe", "profile\script\ieopera.js", , "Widget""
Feature !Private, Item, "用隐身标签打开"=External action,,,,"New Private Page Menu" | Copy document address & new private page & go to page, "%c"
[Transfers Item Popup Menu]
;下载右键菜单修改
Item, M_TRANSFERS_NOTIFY_POPUP_MENU_OPEN = Open transfer
Submenu, M_OPEN_WITH, Open in menu
Item, M_TRANSFERS_NOTIFY_POPUP_MENU_OPEN_FOLDER = Open transfer folder
--------------------1
Item, SI_IDM_TRANSFER_RESUME = Resume transfer | Restart transfer, , , M_TRANSFER_ITEM_POPUP_MENU_RESTART_TRANSF
Item, SI_IDM_TRANSFER_STOP = Stop transfer
--------------------2
Item, M_TRANSFER_ITEM_POPUP_MENU_REMOVE_TRANSF = Delete
Platform Windows, Item, "彻底删除文件"=Stop transfer,,,, "Delete" & Copy transfer info,,,, "Delete" & Execute program,"profile\vbs\delFile.vbs", "delet" & Delete
Item, M_REMOVE_ALL_FINISHED_TRANSFERS = Remove all finished transfers
--------------------3
Platform Windows, Item, "查看文件HASH值"="Copy transfer info, , , , "hash" & Execute program, "OperaU.bat","md5", , "hash""
Platform Windows, Item, "将此解压文件"="Copy transfer info, , , , "Attachment Archives" & Execute program, "optools\Extract.exe", , , "Attachment Archives""
Item, SI_IDSTR_TRANSWIN_MENU_COPYTEXTINFO = Copy transfer info
Platform Windows, --------------------4
Platform Windows, Submenu, M_TRANSFER_ITEM_POPUP_MENU_ADVANCED, Internal Shell
[Transfers View Popup Menu]
;下载设置菜单完善
Include, Simple Download Menu
--------------------1
Item, M_TRANSFERVIEW_POPUP_MENU_SHOW_TRWINDOW_ON_TRANSF = Set show transferwindow, 1
Item, M_TRANSFERS_VIEW_POPUP_MENU_SHOW = Set show transferwindow, 2
Item, M_TRANSFERS_VIEW_POPUP_NEVER_SHOW = Set show transferwindow, 0
--------------------2
Item, MI_IDM_TRANSFER_SHOW_DETAILS = Show transfer details | Hide transfer details
Item, MI_IDM_TRANSFER_SHOW_NEW_ON_TOP = Show new transferitems on top | Show new transferitems on bottom
[Closed Pages Menu]
;关闭列表功能补充
;Item, MI_IDM_HistoryWindow= Manage, "history",,,"Menu History"
Item, "隐藏到托盘"="Hide opera, , , "隐藏到托盘", "Cascade""
Item, "被阻止的弹出窗口"=Show popup menu
Include, Internal Blocked Popup List
--------------------1
Item, M_CLOSED_MENU_EMPTY_TRASH = Empty page trash
Include, Internal Closed Window List
[Full Reload Menu]
;刷新菜单完善
Item, MI_IDM_RELOAD_ALL = Reload all pages
Item, "停止所有标签(&S)"=External action,,,,"none" | Manage, "windows" & Focus next widget & Open item & Select all & Stop & Close item & Close clicked page & Minimize page, 1
Item, "刷新所有图像" = Load all images
--------------------0
Include, Reload Menu
[Images And Style Menu]
;样式菜单完善
Item,"UserStyle"="External action,,,,"search" | edit site preferences & delay, 1 & copy & delay, 1 & Ok & delay, 1 & new page & go to page, "http://userstyles.org/styles/browse_r?search_terms=%c&category=all&sort=relevance&sort_direction=desc&per_page=10" & Switch to previous page & delay,1 & Go to page, "http://stylebot.me/search?q=%c""
Item,"UserScripts"="External action,,,,"search" | edit site preferences & delay, 1 & copy & delay, 1 & Ok & delay, 1 & new page & go to page, " http://userscripts.org/scripts/search?q=%c&submit=Search" & Execute program, "profile\script""
Item,"UserS'Down"="Copy document address,,,,"Link Disabled" & Execute program, "profile\vbs\downcssjs.vbs""
--------------------1
Item, "插件按需加载"=Set preference, "User Prefs|Enable On Demand Plugin=1" > Set preference, "User Prefs|Enable On Demand Plugin=0"
Item, MI_IDM_CONTROL_MENU_ENABLE_PLUGINS = Enable plugins | Disable plugins
Item, MI_IDM_CONTROL_MENU_ENABLE_ANIMATION = Enable gif animation | Disable gif animation
Item, MI_IDM_CONTROL_MENU_ENABLE_JAVASCRIPT = Enable javascript | Disable javascript
Item, "允许HTTPS加载JS"=Set preference, "user prefs|User JavaScript on HTTPS=1" > Set preference, "user prefs|User JavaScript on HTTPS=0"
;Item, "允许检测右键菜单"=Set preference, "User Prefs|Allow script to receive right clicks=1" > Set preference, "User Prefs|Allow script to receive right clicks=0"
Item, "JavaScript选项"=Manage script options
--------------------2
Item, "User JS"=Set preference, "User prefs|User JavaScript=1" > Set preference, "User prefs|User JavaScript=0"
Item, "启用用户CSS"=Set preference, "author display mode|user css=1" > Set preference, "author display mode|user css=0"
Item, "URL Filter"=Set preference, "Network|Enable Content Blocker=1" > Set preference, "Network|Enable Content Blocker=0"
Item, D_PREFS_BLOCKED_CONTENT = Content block details, 1
Item, "清除uuid"=External action,,,,"Expand Disabled" | Execute program,"profile\vbs\deluuid.vbs"
--------------------3
Item, M_IMAGE_MENU_SHOW = Enable display images
Item, M_IMAGE_MENU_CACHED = Display cached images only
Item, M_IMAGE_MENU_NO = Disable display images
--------------------4
Item, M_BROWSER_VIEW_MENU_STYLE_AUTHOR_MODE = Select author mode
Item, M_BROWSER_VIEW_MENU_STYLE_USER_MODE = Select user mode
Item, M_MANAGE_PRESENTATION_MODES = Manage modes,1
breakitem
Item, "刷新Css和UserJS" = External action,,,,"News Unread" | Refresh display & delay,1 & Reload stylesheets
Include, Internal Style List
[Note Item Popup Menu]
;笔记右键菜单
Item, MI_IDM_SELMAIL = Send text in mail
--------------------1
Item, MI_IDM_HLITEM_CUT = Cut
Item, MI_IDM_HLITEM_COPY = Copy
Item, MI_IDM_HLITEM_PASTE = Paste
Item, MI_IDM_HLITEM_DELETE = Delete
--------------------2
Item, "还原"=External action,,,, "Cut" > Cut & Paste to note
Item, "合并笔记"= Copy & Delete & Paste to Note
--------------------3
Item, MI_IDM_HLITEM_SELECTALL = Select all
--------------------4
Item, M_BOOKM_PANEL_VIEW_MENU_SORT_BY_MY_ORDER = Sort by column, -1
Item, M_BOOKM_PANEL_VIEW_MENU_SORT_BY_NAME = Sort by column, 0
--------------------5
Item, M_NEW_NOTE = New note
Item, SI_NEW_FOLDER_BUTTON_TEXT = New folder
Item, M_NEW_SEPARATOR = New Seperator
[Pagebar Item Popup Menu]
;标签上右键弹出菜单
Item, "隐私模式打开"="Copy document address & New private page & Paste and go,,,"Window Private Icon""
Item, MI_IDM_CLONE_WINDOW = Duplicate page,,,, "Mail Labels"
Item, MI_IDM_POPUP_ADDRESS = Copy document address,,,, "News Read"
--------------------0
Item, "用IE打开"=Execute program, "iexplore.exe","%u",,"ie"
Item, M_LOCK_TAB = Lock page,,,, "High Security Simple" | Unlock page,,,, "No Security"
Item, M_DETACH_PAGE = Detach page,,,, "New Window"
Platform Windows, Item, "Z-小窗口(&Z)"=External action,,,,"wndmask" | Duplicate page & Switch to previous page & delay,1 & delay,100 & Detach page & delay,1 & delay,100 & Execute program,"profile\tools\wndmask.exe"
--------------------1
Item, M_PAGEBAR_POPUP_MENU_CLOSE_ALL = Close all,,,, "Caption close"
;Item, "关闭同组标签"=Click button & Edit site preferences & Delay, 10 & Cut & Delay, 10 & Cancel & Delay, 10 & Manage, "windows" & delay,1 & paste & delay,1 & Focus next widget & Range go to end & Close page & Delay, 1 & Focus previous widget & Delay, 1 & clear & Focus next widget & Close all items & Close clicked page
Item, M_PAGEBAR_POPUP_MENU_CLOSE_ALL_BUT_ACTIVE = Close other,,,, "Caption close"
Item, M_PAGEBAR_POPUP_MENU_CLOSE_ALL_PRIVATE = Close private tabs,,,, "Caption close"
--------------------3
Item, MI_IDM_SaveAs = Save document
Item, M_DOCUMENT_POPUP_MENU_BOOKMARK_PAGE = Add to bookmarks, 1
Item, 添加全部页面到收藏=Focus panel, "bookmarks",,, "Save" & Delay, 50 & View style, 0 & Focus previous widget & Focus previous widget & Activate hotlist window & Focus next widget & Clear & Insert, "Sessions" & Go & Clear & Focus next widget & New folder & Add all to bookmarks & Edit properties
--------------------4
Submenu, M_TABBAR_PLACEMENT, Pagebar Placement Menu, -2, "Window Hotlist Icon"
Submenu, M_MENU_ITEM_ARRANGE, Pagebar Arrange Menu, -2, "Menu Window"
Item, "标签页选项"= Show preferences, 10
[Pagebar Inactive Item Popup Menu]
;标签右键菜单,同上
Include, Pagebar Item Popup Menu
[Image Link Popup Menu]
;带链接图片上右键菜单
Include,Image Popup Menu
--------------------1
Item, MI_IDM_POPUP_LINK_ADDRESS = Copy link, -2, "urlinfo"
Item, MI_IDM_MENU_PAGEBAR_LINK_IN_NEW_PAGE = Open link in new page, -2, "urlinfo"
Item, MI_IDM_SAVELINKDOCAS = Save link, -2, "urlinfo"
Item, M_LINKS_PANEL_BOOKMARK_LINK = Add link to bookmarks, -2, "urlinfo"
Item, M_SAVE_LINK_TO_DOWNLOAD_FOLDER = Download url, -2, "urlinfo"
Include,eDown Link Menu
[Image Popup Menu]
;图像右键菜单:右键点击图片的弹出菜单
Item, MI_IDM_SAVE_FIGURE = Save image
Item, M_MENU_RELOAD_IMAGE = Load image
;Item, M_OPEN_IMAGE = Open image
Item, M_OPEN_IMAGE = External action,,,,"none" | Go to Page, "javascript:void(inivar='%l')" & Go to page, "javascript:(function(){var a=document.activeElement;if(!a.href){alert('此图片链接位于框架中,先将框架最大化再尝试')}else{var t,i,l;t=window.inivar;l=a.querySelector('img').src;if(!t){t=l};if(location.hostname.match(/\.google\./i)){if(/imgurl=.+&imgrefurl=/.test(t)){t=t.replace(/^h.*(\?|&)imgurl=/i,'').replace(/&imgrefurl=.+$/i,'')}else if(/&imgrefurl=.+imgurl=/.test(t)){t=t.replace(/^h.*(\?|&)imgurl=/i,'').replace(/&w=.+$/i,'')};l=t;}else if(location.hostname.match(/\.baidu\./i)){l=l.replace(/\/abpic\//i,'/pic/');}else if(location.hostname.match(/\.photobucket\.com/i)){l=l.replace(/\/th_([^\/]+)/i,'/$1');}else if(t.match(/\.(jpg|gif|jpeg|png|bmp|tif)$/i)){l=t}else if(l.match(/\/attachment\.php\?aid=(.(?!noupdate=yes)(?!nothumb=yes))+$/i)){l=l+'&noupdate=yes¬humb=yes'}else if(l.match(/\.(jpg|gif|jpeg|png|bmp|tif)(\.|_)thumb\.(jpg|gif|jpeg|png|bmp|tif)$/i)){l=l.replace(/(\.|_)thumb\.(jpg|gif|jpeg|png|bmp|tif)$/i,'');}else if(l.match(/(\.|_)thumb\.(jpg|gif|jpeg|png|bmp|tif)$/i)){l=l.replace(/(\.|_)thumb\./i,'\.');};window.open(l)}})();" & delay,1 & delay,100 & cancel
;尝试直接打开原始图片
--------------------0
Item, "Google此图片"=External action,,,,"google" | Copy image address,-2 & New page & Go to page, "http://www.google.com.hk/searchbyimage?image_url=%c&image_content=&filename=&num=10&hl=zh-CN&newwindow=1&safe=strict&bih=799&biw=1440" & Switch to previous page
Item, "搜索相似图片(&F)" = External action,,,,"Display Cached Images Only" | Copy image address,-2 & delay,1 & Go to page, "http://www.tineye.com/search/?pluginver=0.5&url=%c",,"tineye" & Switch to previous page & delay,1 & Go to page, "http://stu.baidu.com/i?rt=0&rn=10&ct=1&tn=baiduimage&objurl=%c",,"百度识图" & Switch to previous page & delay,1 & Go to page, "http://pic.sogou.com/ris?query=%c",,"搜狗识图" & Switch to previous page & delay,1 & Go to page, "http://iqdb.org/?url=%c",,"iqdb" & Switch to previous page
;Item, "屏蔽图片"="Copy image address,-2,,, "Content block image" & Go to Page, "javascript:(function(w){if(w)try{var c=decodeURIComponent('%c');var e=w.document.selectNodes('//img[@src]');for(var i=0,ele;ele=e[i];i++){if(decodeURIComponent(ele.src)==c)ele.style.display='none !important'};for(var j=0,f;f=w.frames[j];j++){arguments.callee(f)}}catch(e){}})(window)" & Execute program, "optools\opshell.exe", "blockpic %c" & Content block details, 1"
Platform Windows,Item, "屏蔽图片..."=Copy image address,-2,,, "Content block image" & Go to Page, "javascript:(function(){var clip='%c';var d=document.selectNodes('//img[@src]');for(var i=0, di; di=d[i]; i++){if(di.src==clip)di.style.display='none !important'};})()" & Execute program, "profile\vbs\block.vbs" & Content block details, 1
--------------------1
Item, M_DOCUMENT_BACKGROUND_MENU_COPY_TO_CLIPBOARD = Copy image
Item, MI_IDM_COPY_FIG_ADDRESS = Copy image address
Item, 复制图片地址到笔记="External action,,,, "New Note" > Copy image address & Paste to note"
Platform Windows,Item, "复制GIF" = External action,,,,"Display Cached Images Only" | Copy image address & delay 100 & Execute Program, "profile\tools\copygif.exe","%c"
Platform Windows,Item, "添加到QQ表情"=Copy image address,-2,,,"qq" & Execute program, "profile\vbs\qqface.vbs","%c"
--------------------2
Platform Windows-Mac, Item, M_DOCUMENT_BACKGROUND_MENU_USE_ON_DESKTOP = Use image as desktop background
Item, M_IMAGE_MENU_USE_ON_SPEEDDIAL = Use image as speed dial background
--------------------3
GhostItem, M_FOLLOW_LONGDESC = Follow Image Description URL
Item, MI_IDM_SHOW_FIGURE_PROPERTIES = Show image properties
;Item,"查看EXIF信息"=Copy image address & Execute Program, "optools\bkviewer\bkViewer.OperaWrapper.exe"
[Turbo Image Popup Menu]
;开启Turbo后图片上的右键菜单
Include,Quick Link Menu
--------------------0
Item, M_OPEN_IMAGE = Open image
Item, M_MENU_TURBO_RELOAD_IMAGE = Load image in full quality
Item, MI_IDM_SAVE_FIGURE = Save image
--------------------0
Item, M_DOCUMENT_BACKGROUND_MENU_COPY_TO_CLIPBOARD = Copy image
Item, MI_IDM_COPY_FIG_ADDRESS = Copy image address
--------------------2
GhostItem, M_FOLLOW_LONGDESC = Follow Image Description URL
Item, MI_IDM_SHOW_FIGURE_PROPERTIES = Show image properties
[Links Panel Item Menu]
;链接上的右键菜单
Item, SI_OPEN_BUTTON_TEXT = Open link
Item, MI_IDM_MENU_PAGEBAR_LINK_IN_NEW_PAGE = Open link in new page
Item, MI_IDM_MENU_PAGEBAR_LINK_IN_BG_PAGE = Open link in background page
--------------------1
Item, MI_IDM_HLITEM_GET_IN_NEW_WINDOW = Open link in new window
Item, M_OPEN_BACKGROUND_WINDOW = Open link in background window
--------------------2
Item, M_LINKS_PANEL_BOOKMARK_LINK = Add link to bookmarks
Item, MI_IDM_POPUP_LINK_ADDRESS = Copy
Item, MI_IDM_SAVELINKDOCAS = Download url as
Item, M_SAVE_LINK_TO_DOWNLOAD_FOLDER = Download url
--------------------3
Include,eDown Link Menu
--------------------4
Item, M_PANEL_LOCK = Lock panel | Unlock panel
[Print Menu]
;打印功能增强
Item, MI_IDM_Print = Print document,,,,"Menu Print"
Platform Windows, Item, MI_IDM_PRINT_SCALEMARGINS = Show print options
Platform Windows-Unix, Item, MI_IDM_PRINT_PREVIEW_MODE = Show print preview as screen | Show print preview one frame per sheet | Show print preview active frame | Leave print preview
--------------------1
Item, "PrintWhatULike"=Go to page, "javascript:(function(){if(window['ppw']&&ppw['bookmarklet']){ppw.bookmarklet.toggle();}else{window._pwyl_home='http://www.printwhatyoulike.com/';window._pwyl_pro_id=null;window._pwyl_bmkl=document.createElement('script');window._pwyl_bmkl.setAttribute('type','text/javascript');window._pwyl_bmkl.setAttribute('src',window._pwyl_home+'static/compressed/pwyl_bookmarklet_10.js');window._pwyl_bmkl.setAttribute('pwyl','true');document.getElementsByTagName('head')[0].appendChild(window._pwyl_bmkl);}})();", 1, , "printwhatyoulike""
Item, "Print Friendly"=Go to page, "javascript:(function(){if(window['priFri']){window.print()}else{pfstyle='nbk';_pnicer_script=document.createElement('SCRIPT');_pnicer_script.type='text/javascript';_pnicer_script.src='http://cdn.printfriendly.com/printfriendly.js?x='+(Math.random());document.getElementsByTagName('head')[0].appendChild(_pnicer_script);}})();", 1, , "Menu Print""
Item, "Download as PDF"=Go to page, "javascript:void(window.open('http://www.pdfdownload.org/web2pdf/Default.aspx?left=0&right=0&top=0&bottom=0&page=0&cURL='+document.location.href));", 1,,"News Read""
Item, "Save as JPG"=go to page,"javascript:(function(){location.href='http://jude.im/tl/html2pdf.php?api=true&qlt=50&format=jpg&url='+encodeURIComponent('%u');})();",,download as jpg,Right Arrow
[Browser Edit Menu]
;菜单栏的编辑的菜单
Item, "撤销"=Undo
Item, "重做"=Redo
--------------------1
Item, "剪切"=Cut
Item, "复制"=Copy
Item, "复制到笔记"=Copy to note
Item, "粘贴"=Paste
--------------------2
Item, "全选"=Select all
--------------------5
Item, "查找"=Find
Item, "查找下一个"=Find next
[Browser Button Menu Bar]
;左上角Opera菜单
Submenu, MI_IDM_TABS_AND_WINDOWS, Tabs O Menu, , "Menu Main Menu"
Submenu, MI_IDM_HELP_COPY_PARENT, Browser Edit Menu, , "Menu Edit"
;Submenu, MI_IDM_PAGE_TOOLS, Page Tools O Menu
Submenu, MI_IDM_ENCODING_AUTOMATIC_PARENT, Encoding Menu, , "Window Document Icon"
Submenu, SI_PRINT_BUTTON_TEXT, Print Menu,, "Print document" = Show popup menu, "Print Menu"
--------------------1
Include, Internal Sync Menu
Item, M_VIEW_HOTLIST_MENU_NOTES = Manage, "notes",,,"Menu Notes"
Submenu, M_BROWSER_MENU_BAR_MAIL, Browser Mail Menu, , "Menu Mail"
Submenu, M_BROWSER_MENU_BAR_CHAT, Browser Chat Menu, , "Menu Chat"
Item, M_VIEW_HOTLIST_MENU_CONTACTS = Manage, "contacts",,,"Menu Contacts"
Submenu, M_MENU_BAR_FEEDS_SUBMENU, Browser Feeds Menu, , "Menu Feeds"
Item, MI_IDM_CLEAR_PERSONAL_INFORMATION = Delete private data
--------------------4
Item, M_MENU_SHOW_MENU_BAR = Enable menu bar,,,, | Disable Menu Bar, , , M_MENU_HIDE_MENU_BAR,
Submenu, M_BROWSER_VIEW_MENU_TOOLBARS, View Toolbars Menu
Item, M_BROWSER_TOOLS_MENU_APPEARANCE = Customize toolbars, -1
--------------------5
Item, MI_IDM_Preferences=Show preferences, -1
Item, "Opera:Config"=Go to page, "opera:config", , "Config", "Menu info"
--------------------6
Item, "重启Opera"=Exit, , , , "Close" & Execute program, "opera.exe"
Item, 退出!= Execute program,"cmd.exe","/c taskkill /im opera.exe /f /t" ,,"none"
BreakItem
Item, 51099 = Work offline | Work online
Submenu, MI_IDM_ZOOM_50_PARENT, Zoom Menu
Submenu, DI_IDSTR_M2_FOLDER_IDX_IMAGES, Images Menu
Submenu, M_BROWSER_VIEW_MENU_STYLE, Style Menu
Submenu, M_DEVELOPER_TOOLS, Developer Menu = Show popup menu, "Developer Menu"
Submenu, MI_IDM_CONTROL_MENU_ACCEPT_POPUPS_PARENT, Quick Preferences Menu="Show popup menu, "Quick Preferences Menu""
Submenu, M_FILE_MENU_IMPORT_AND_EXPORT, Browser ImportExport Menu
Submenu, M_BROWSER_MENU_BAR_BOOKMARKS, Browser Bookmarks Menu, , "Menu Bookmarks"
Item, MI_IDM_HistoryWindow= Manage, "history",,,"Menu History"
Item, M_VIEW_HOTLIST_MENU_NOTES = Manage, "notes",,,"Menu Notes"
Item, MI_IDM_DownloadWindow = Manage, "transfers",,,"Menu Transfers"
Item, M_VIEW_HOTLIST_MENU_LINKS = Manage, "links",,,"Panel Links"
Item, S_EXTENSIONS_MANAGE = Manage, "extensions",,, "Menu Extensions"
Item, "Opera:Plugins(&P)" = Open URL in new page, "opera:plugins",,,"Menu Extensions""
;Feature Mail, Submenu, M_BROWSER_MENU_BAR_MAIL, Mail Standard View Menu
Platform Windows-Unix, Item, MI_IDM_FULLSCREENTOGGLE = Enter fullscreen | Leave fullscreen
Platform Mac, Item, M_PRESENTATION_MODE_TOGGLE = Enter fullscreen | Leave fullscreen
Platform Mac, Item, MI_IDM_FULLSCREENTOGGLE = Toggle system fullscreen
Item, M_BROWSER_VIEW_MENU_MEDIUM_SCREEN = Enable mediumscreen mode | Disable mediumscreen mode
Item, "默认浏览器"="Execute program, "opfinder.exe","makedefault 1",,"Window Browser Icon" & Execute program,"OperaU.bat","dft","", "Menu Info""
Item, MI_IDM_WWW_SUPPORT = Execute program,"OperaU.bat","help","", "Menu Info" & Open URL in new page, "opera:help",,,"Menu Help""
Platform Windows, Item,"更新SimpleU" = Execute program,"OperaU",,, "cmd"
;Platform Windows, Item,"反馈给SimpleU" = Execute program,"OperaU","qq",, "qq"
Item, M_BROWSER_HELP_MENU_REPORT = Report site problem
Item, "Opera:About(&A)" = Open URL in new page, "opera:about",,,"Window Browser Icon""
[Tabs O Menu]
Item, MI_IDM_Open = Open document
Item, MI_IDM_SaveAs = Save document
--------------------0
Include, Browser Tabs Menu
--------------------1
Include, Browser Session Menu
[Edit Widget Popup Menu]
;编辑框右键菜单:右键点击回复框以及记事本空白处的弹出菜单
Item, MI_IDM_EDIT_CUT=Cut,,,,"Mail Compose HTML"
Item, MI_IDM_EDIT_COPY=Copy
Item, MI_IDM_EDIT_PASTE=Paste,,,,"Mail Compose Bullet List"
Item, MI_IDM_EDIT_DELETE=Delete
--------------------1
Item, 全选并复制=Select all©
Platform Windows, Item,"粘贴并回车"=External action,,,,"none" | paste & Execute program,"profile\vbs\enter.vbs"
--------------------2
Item, M_COPY_TO_NOTE=Copy to note,,,,"Note"
Submenu, M_INSERT_PERSONAL, Edit Widget Insert Menu
Submenu, M_INSERT_NOTE, Internal Note List, 0
--------------------3
Item, "统计输入字数"=Go to page, "javascript:(function(){var D=document,i,f,j,e;for(i=0;f=D.forms[i];++i)for(j=0;e=f[j];++j)if(e.type=='text'||e.type=='password'||e.tagName.toLowerCase()=='textarea')S(e);function S(e){if(!e.N){var x=D.createElement('span'),s=x.style;s.color='green';s.background='white';s.font='bold 10pt sans-serif';s.verticalAlign='top';e.parentNode.insertBefore(x,e.nextSibling);function u(){x.innerHTML=e.value.length;}u();e.onchange=u;e.onkeyup=u;e.oninput=u;e.N=x;}else{e.parentNode.removeChild(e.N);e.N=0;}}})()",,,"Mail Compose Outdent" & Go to page, "javascript:document.selectSingleNode('//textarea[last()]').focus();"
Submenu, "输入工具", Simple BBSWaterTool Menu, , "Smiley Wink""
Submenu, "快速回复", Simple BBSWater Menu, , "Label Funny""
--------------------4
Item, M_CREATE_SEARCH = Create search|Manage Search Engines,,,M_MANAGE_SEARCH_ENGINES
[Hotclick Popup Menu]
;文字右键菜单:右键点击已拖选文本的弹出菜单
Item, MI_IDM_DOCCOPY = Copy
Item, M_COPY_TO_NOTE = Copy to note,,,,"note"
Item, "复制(带格式)"=External action,,,,"Mail Compose Center" | Go to page, "javascript:(function(){var oLinks=document.selectNodes('//a[not(contains(@href, \u0022:\u0022))]');var oImgs=document.selectNodes('//img[not(contains(@src, \u0022:\u0022))]');for(var i=0,oA;oA=oLinks[i];i++){oA.href=oA.href;}for(var i=0,oImg;oImg=oImgs[i];i++){oImg.src=oImg.src;}var sel=window.getSelection();var range=sel.getRangeAt(0);document.designMode='on';/*sel.removeAllRanges();*/sel.addRange(range);})();",,,"paste_plain" & Delay, 300 & Copy & Delay, 300 & Go to page, "javascript:void(document.designMode='off')"
;oldItem, "复制(带格式)"=External action,,,,"Mail Compose Center" | Go to page, "javascript:(function(){remHiddenChars('span');remHiddenChars('font');function remHiddenChars(tag){var s= document.getElementsByTagName(tag);for(i=0;i<s.length;i++){var z = s[i].style.fontSize.charAt(0);var c = '';try{c=s[i].style.color.toLowerCase();if(c==''){c = s[i].color.toLowerCase();}}catch(e){}n = s[i].className;d = s[i].style.display.toLowerCase();if(z=='0' || d=='none' || n.indexOf('Random_Color')!=-1 || c=='#eefaee' || c=='#fff' || c=='#ffffff' || c=='#eff0eb' || c=='white'){try{s[i].parentNode.removeChild(s[i]);i--;}catch(e){}}}}})();" & delay,1 & delay,100 & Go to page, "javascript:(function(){var oLinks=document.selectNodes('//a[not(contains(@href, \u0022:\u0022))]');var oImgs=document.selectNodes('//img[not(contains(@src, \u0022:\u0022))]');for(var i=0,oA;oA=oLinks[i];i++){oA.href=oA.href;}for(var i=0,oImg;oImg=oImgs[i];i++){oImg.src=oImg.src;}document.designMode='on';})();" & Delay, 300 & Copy & Delay, 300 & Go to page, "javascript:void(document.designMode='off')"
;Item, "保存富文本"=External action,,,,"Note" | Go to page, "javascript:(function(){var oLinks=document.selectNodes('//a[not(contains(@href, \u0022:\u0022))]');var oImgs=document.selectNodes('//img[not(contains(@src, \u0022:\u0022))]');for(var i=0,oA;oA=oLinks[i];i++){oA.href=oA.href;}for(var i=0,oImg;oImg=oImgs[i];i++){oImg.src=oImg.src;}document.designMode='on';})();", , , "Blank" & Delay, 300 & Copy & Delay, 300 & Go to page, "javascript:void(document.designMode='off')" & Delay, 300 & Execute program, "profile\vbs\SaveAsFormats.vbs", "@savedoc~%u"
Platform Windows, Item,"快速保存选定文本"=Execute program,"profile\tools\SaveTXT.exe","%u", ,"Note Web""
Item, "高亮关键字"=External action,,,,"highlight" | Copy & Find & Paste
--------------------0
Item, "分享到新浪微博"=Go to page, "javascript:(function(){window.open('http://v.t.sina.com.cn/share/share.php?title='+encodeURIComponent(window.getSelection().toString())+'&url='+encodeURIComponent(location.href)+'&source=bookmark','_blank','width=450,height=400');})()", 1, , "sinaweibo""
Item, 发布到腾讯微博=Go to page, "javascript:(function(){window.open('http://v.t.qq.com/share/share.php?title='+encodeURIComponent(window.getSelection().toString())+'&url='+encodeURIComponent(location.href)+'&source=bookmark','_blank','width=450,height=400');})()", 1, , "qqweibo""
Item, "Gmail This!"="Go to page, "javascript:popw='';Q='';x=document;y=window;if(x.selection) {Q=x.selection.createRange().text;} else if (y.getSelection) {Q=y.getSelection();} else if (x.getSelection) {Q=x.getSelection();}popw = y.open('https://mail.google.com/mail?view=cm&tf=0&to=&su=' + escape(document.title) + '&body=' + escape(Q) + escape('\n') + escape(location.href),'gmailForm','scrollbars=yes,width=680,height=510,top=175,left=75,status=no,resizable=yes');if (!document.all) T = setTimeout('popw.focus()',50);void(0);", 1, , "google""
Item, "Blogger" ="Go to page,"javascript:popw='';Q='';x=document;y=window;if(x.selection) {Q=x.selection.createRange().text;} else if (y.getSelection) {Q=y.getSelection();} else if (x.getSelection) {Q=x.getSelection();}popw = y.open('http://www.blogger.com/blog_this.pyra?t=' + escape(Q) + '&u=' + escape(location.href) + '&n=' + escape(document.title),'bloggerForm','scrollbars=no,width=475,height=300,top=175,left=75,status=yes,resizable=yes');if (!document.all) T = setTimeout('popw.focus()',50);void(0);",,,"blogger""
Item, "用飞信发送"=External action,,,,"Forward mail" | Copy & Execute program,"profile\vbs\Fetion.vbs"
Item, MI_IDM_SELMAIL = Send text in mail
--------------------1
Item, MI_IDM_SELSEARCH = Hotclick search, 200,,, "Search Web"
;11Item, " 搜索访问(&F) " = Go to Page,"javascript:(function(){var txt=document.getSelection();var txt0=txt.replace(/\s+/g,'').replace(/[(\r\n)|\r|\n]+/g,'').replace(/^[_(]|[,.)]$/g,'').replace(/^[hх]..[pп]:\/\//i,'http://').replace(/^[fф].[pп]:\/\//i,'ftp://').replace(/^ftp\./i,'ftp://ftp.');if(txt0.length>0){if(txt0.match(/^opera:.+/i)){window.open(txt);return};var temp=txt0.match(/(https?:\/\/)?(.+\.(?:ac|ad|ae|af|ag|ai|al|am|an|ao|aq|ar|as|at|au|aw|ax|az|ba|bb|bd|be|bf|bg|bh|bi|bj|bm|bn|bo|br|bs|bt|bw|by|bz|ca|cc|cd|cf|cg|ch|ci|ck|cl|cm|cn|co|cr|cu|cv|cx|cy|cz|de|dj|dk|dm|do|dz|ec|ee|eg|er|es|et|eu|fi|fj|fk|fm|fo|fr|ga|gd|ge|gf|gg|gh|gi|gl|gm|gn|gp|gq|gr|gs|gt|gu|gw|gy|hk|hm|hn|hr|ht|hu|id|ie|il|im|in|io|iq|ir|is|it|je|jm|jo|jp|ke|kg|kh|ki|km|kn|kp|kr|kw|ky|kz|la|lb|lc|li|lk|lr|ls|lt|lu|lv|ly|ma|mc|me|md|mg|mh|mk|ml|mm|mn|mo|mp|mq|mr|ms|mt|mu|mv|mw|mx|my|mz|na|nc|ne|nf|ng|ni|nl|no|np|nr|nu|nz|om|pa|pe|pf|pg|ph|pk|pl|pn|pr|ps|pt|pw|py|qa|re|ro|rs|ru|rw|sa|sb|sc|sd|se|sg|sh|si|sk|sl|sm|sn|sr|st|sv|sy|sz|tc|td|tf|tg|th|tj|tk|tl|tm|tn|to|tr|tt|tv|tw|tz|ua|ug|uk|us|uy|uz|va|vc|ve|vg|vi|vn|vu|wf|ws|ye|za|zm|zw|bl|eh|mf|bv|gb|pm|sj|so|um|yt|com|edu|gov|int|mil|net|org|biz|info|pro|name|museum|coop|aero|idv).*)/i);if(temp){temp[1]=temp[1]?temp[1]:'http://';window.open(temp[1]+temp[2])}else{window.open('http://www.baidu.com/baidu?wd='+encodeURIComponent(txt)+'&tn=cnopera&ie=utf-8').focus()}}})();",,,"Panel Search Inverted"
Item, "搜索访问(&F)" = Go to Page, "javascript:(function(){var txt='';if(window.getSelection){txt=window.getSelection().toString();}else if(document.getSelection){txt=document.getSelection();}else if(document.getSelection){txt=document.selection.createRange().text;}else return;var txt0=txt.replace(/\s+/g,'').replace(/[(\r\n)|\r|\n]+/g,'').replace(/^[_(]|[,.)]$/g,'').replace(/^[hх]..[pп]:\/\//i,'http://').replace(/^[fф].[pп]:\/\//i,'ftp://').replace(/^ftp\./i,'ftp://ftp.');if(txt0.length>0){if(txt0.match(/^opera:.+/i)){window.open(txt);return;};var temp=txt0.match(/(https?:\/\/)?(.+\.(?:ac|ad|ae|af|ag|ai|al|am|an|ao|aq|ar|as|at|au|aw|ax|az|ba|bb|bd|be|bf|bg|bh|bi|bj|bm|bn|bo|br|bs|bt|bw|by|bz|ca|cc|cd|cf|cg|ch|ci|ck|cl|cm|cn|co|cr|cu|cv|cx|cy|cz|de|dj|dk|dm|do|dz|ec|ee|eg|er|es|et|eu|fi|fj|fk|fm|fo|fr|ga|gd|ge|gf|gg|gh|gi|gl|gm|gn|gp|gq|gr|gs|gt|gu|gw|gy|hk|hm|hn|hr|ht|hu|id|ie|il|im|in|io|iq|ir|is|it|je|jm|jo|jp|ke|kg|kh|ki|km|kn|kp|kr|kw|ky|kz|la|lb|lc|li|lk|lr|ls|lt|lu|lv|ly|ma|mc|me|md|mg|mh|mk|ml|mm|mn|mo|mp|mq|mr|ms|mt|mu|mv|mw|mx|my|mz|na|nc|ne|nf|ng|ni|nl|no|np|nr|nu|nz|om|pa|pe|pf|pg|ph|pk|pl|pn|pr|ps|pt|pw|py|qa|re|ro|rs|ru|rw|sa|sb|sc|sd|se|sg|sh|si|sk|sl|sm|sn|sr|st|sv|sy|sz|tc|td|tf|tg|th|tj|tk|tl|tm|tn|to|tr|tt|tv|tw|tz|ua|ug|uk|us|uy|uz|va|vc|ve|vg|vi|vn|vu|wf|ws|ye|za|zm|zw|bl|eh|mf|bv|gb|pm|sj|so|um|yt|com|edu|gov|int|mil|net|org|biz|info|pro|name|museum|coop|aero|idv).*)/i);if(temp){temp[1]=temp[1]?temp[1]:'http://';window.open(temp[1]+temp[2])}else{window.open('http://www.baidu.com/baidu?wd='+encodeURIComponent(txt)+'&tn=cnopera&ie=utf-8').focus()}}})();",,,"Panel Search Inverted"
;Submenu, "选择搜索引擎", Simple Search With, , "Search""
Submenu, MI_IDM_SEARCH_DUMMY_PARENT, Internal Search With
--------------------2
Item, MI_IDM_SELDICTIONARY = Hotclick search, 50
Item, MI_IDM_SELENCYCLOPED = Hotclick search, 51
;Submenu, MI_IDM_SELTRANSLATE_EN_FR_PARENT, Selection Translate
--------------------3
Submenu, "选定区域(&X)", Selection area menu
Item, M_HOTCLICK_POPUP_MENU_GOTO_URL = Go to page, "%t" & Switch to previous page | Hotclick search & Switch to previous page
[Selection area menu]
Item, "统计字数"=External action,,,,"News Unread" | Go to Page, "javascript:void(inivar='%t')" & Go to page, "javascript: (function(){var str = document.getSelection() || window.inivar;if(str){function strlen(str){return str.length;}function strchlen(str){var counter;var i;counter=0;for(i=0;i<str.length;i++){if(str.charCodeAt(i)>255){counter++;}}return counter;}function strenlen(str){var counter;var i;counter=0;for(i=0;i<str.length;i++){while(str.charAt(i)==' '||str.charCodeAt(i)>255) i++;if(str.charAt(i+1)==' '||str.charCodeAt(i+1)>255||i==str.length-1) counter++;} return counter;}function count(){var txt=window.getSelection().toString();var lenall=strlen(txt);var lench=strchlen(txt);var lenen=strenlen(txt);var msg='字数统计\n\n字符总数: '+lenall+'\n中文字符: '+lench+'\n英文(数字)词组: '+lenen;alert(msg);}count();}else{var str=prompt('划选文字后使用统计字数;输入数字+px改变本页字体大小;非数字进行EncodeURL编码;输入的字符串后面加空格再加r,会将字符串倒过来;清空输入框会提取SkyDrive永久链。','13px');if(str.match(/(\sr$)/i)){str=str.substring(0,(str.length-2));prompt('result', str.split('').reverse().join(''))}else if(str.match(/(^\s*\d+(p(x||t)){0,1}$)/i)){for(i=0;i<document.getElementsByTagName('*').length;i++)void(document.getElementsByTagName('*')[i].style.fontSize=str);}else if(str != null && str != ''){prompt('result',encodeURI(str))}else{try{prompt('skydrive永久链', 'http://storage.live.com/items/' + (location.hash ? location.hash : selfPageData.currentItemHash).replace('#resId/', '') + '?filename=' + encodeURI(selfPageData.currentItem.fileName));}catch(err){alert('获取错误')}};}})();",,,"none"
Item, "显示所选源代码(&S)"=Go to page, "javascript:(function(){var k=' ';var l={img:1,br:1,link:1,input:1,hr:1,meta:1};var m=false;var n=0;var o=1;var p=window;var q='resizable=yes,scrollbars=yes,location=no';var r=function(a){return'<span class=\'tag\'><'+a+''};var s=function(a){return(a?'/':'')+'></span>'};var t=function(a,b){if(b||l[a.toLowerCase()])return'';return'<span class=\'tag\'></'+a+'></span>'};var u=function(){var a=document.doctype,code='';if(a){code=z()+r('!DOCTYPE')+' <span class=\'attrDoc\'>'+a.nodeName+(a.publicId?' PUBLIC \''+a.publicId+'\'':'')+(a.systemId?'</span></span></span></li>'+z()+'<span class=\'tag\'><span class=\'attrDoc\'>'+k+'\''+a.systemId+'\'':'')+'</span>'+s()+'</span></li>'}return code};var v=function(a){var b=a.attributes,attr=null,realAttr=null,ret='',i=0;for(;attr=b[i];i++){realAttr=a.getAttribute(attr.name)||attr.value;if(realAttr&&!(a.nodeName.toLowerCase()=='a'&&attr.name=='SHAPE'&&realAttr=='rect')){realAttr=realAttr.replace(/</g,'<').replace(/</g,'<').replace(/\t/g,k);ret+=' <span class=\'attrTitle\'>'+attr.name+'</span>'+'='+'<span class=\'attrValue\'>\x22'+realAttr+'\x22</span> '}}return ret};var x=function(a){return text=a.nodeValue.replace(/[\n\t\r\u00A0]+ */g,'').replace(/ +/g,' ').replace(/</g,'<').replace(/>/g,'>')};var y=function(a){var i=0,ret='';while(i<a){ret+=k;i++}return ret};var z=function(){var a=n.toString();while(a.length<3)a='0'+a;return'<li class=\'line'+(o&&((n++)&1)?' dark\'':'\'')+'><span>'};var A=function(a,b,c){var d=y(b++);var e='';switch(a.nodeType){case 1:{var f=a.childNodes,child=null,i=0;var g=(f.length==0)||(f.length==1&&f[0].nodeType==3);var h=m&&f.length==0;var j=z()+d+r(a.nodeName)+v(a)+s(h);if(!g)j+='</span></li>';for(;child=f[i];i++){j+=A(child,b,!g&&child.nodeType==3)}if(g){j+=(/textarea/i.test(a.nodeName)?a.value:'')+t(a.nodeName,h)+'</span></li>'}else{j+=z()+d+t(a.nodeName,h)+'</span></li>'}return j}case 3:{if((e=x(a))&&c){return z()+d+e+'</span></li>'}else{return e}}case 8:{e=x(a);return z()+d+'<span class=\'comment\'><!--'+e+'--></span></span></li>'}case 4:{e=x(a);return z()+d+'<span class=\'cdata\'><![CDATA[</span>'+e+'<span class=\'cdata\'>]]></span></span></li>'}}return a.nodeType};var B=function(w){var a='';if(!w||!w.getSelection)return a;if(w.getSelection()!=''){a=w.getSelection();p=w;q+=',width=800,height=500,left=100,top=100'}else{for(var i=0,f;f=w.frames[i];i++){try{if(a=arguments.callee(f))break}catch(e){}}}return a};var C=function(a){var b,F='';if(a){var c=a.getRangeAt(0);var d=c.commonAncestorContainer;if(d.nodeType==3||d.nodeType==4)d=d.parentNode;b=d.cloneNode(false);b.appendChild(c.cloneContents());var e=c.startContainer;var f=c.endContainer;if(e!=d.firstChild||(e.nodeType==3&&c.startOffset!=0))b.insertBefore(document.createTextNode('\u2026'),b.firstChild);if(f!=d.lastChild||(f.nodeType==3&&c.endOffset!=f.nodeValue.length))b.appendChild(document.createTextNode('\u2026'))}else{F=u();b=document.documentElement};F+=A(b,0);return F};var D=B(window);m=/[a-z]/.test(p.document.documentElement.nodeName);var E=(p.document.getElementsByTagName('title')[0]&&p.document.getElementsByTagName('title')[0].text.replace(/</g,'<').replace(/>/g,'>'))||(p.location.protocol+'//'+p.location.host+p.location.pathname);var F='<!DOCTYPE html PUBLIC><html><head><title>Snapshot: '+E+'</title>'+'<style type=\'text/css\'>'+'body{padding:0 5px;margin:0;font-family:sans-serif;font-size:.7em;background-color:#FFF;color:#000;}#content{white-space:pre-wrap}ol{color:#999;}span{color:#000}.tag{color:#05F}.attrTitle{color:#E00}.attrValue{color:#C0C}.attrDoc{color:#800080}.comment{color:green}.line{margin:0;padding:0}.dark{background-color:#FAFAFA}'+'</style></head><body>'+'<ol id=\'content\'>'+C(D)+'</ol></body></html>';var G=window.open('about:blank','_blank',q);var H=G.document;H.write(F);H.close();G.addEventListener('keypress',function(e){if(e.keyCode==27)G.close()},false)})()",,, "News No Body"
Item, "查看HTML代码(&V)"="Go to Page,"javascript:(function(){var sel=document.createElement('div');sel.appendChild(window.getSelection().getRangeAt(0).cloneContents());var s=sel.innerHTML;if(s.length==0)return;s=s.replace(/<br\s?\/?>/ig,'<BR />\n').replace(/<\/(div|table|thead|tbody|tr|td|form|script|select|iframe|textarea|ul|ol)>/ig,'</$1>\n').replace(/<(div|table|thead|tbody|tr|td|form|script|select|iframe|textarea|ul|ol)/ig,'\n<$1').replace(/</g,'<').replace(/>/g,'>').replace(/\[/g,'[').replace(/\]/g,']').replace(/:\/\//g,'://').replace(/@/g,'@').replace(/\r\n/g,'\n').replace(/^\s/,'').replace(/\s*$/,'').replace(/\n/g,'<br />');s='<html><head><title>'+document.title+' - HTML源码</title></head><body><div style=\'background-color:#fcfcfc;font-size:9pt;color:green;border:1px solid Silver;padding:8px;margin:5px;overflow:auto;white-space:normal;word-break:break-all;\'>'+s+'</div></body></html>';var w=window.open(' ');w.document.write(s);eval();})()",,,"Mail Compose HTML""
Item, "引用到快速回复"="Go to Page, "javascript:{ta=document.getElementsByTagName('textarea');ta[ta.length-1].value+='\n[quote]\n'+document.getSelection()+'\n[/quote]\n';ta[ta.length-1].focus();}",,,"Mail Thread""
--------------------1
Item, "提取所选电驴链接(&U)="Go to page, "javascript:(function(){ var i,l;var urlstr='';var sel=document.createElement('div'); sel.appendChild(window.getSelection().getRangeAt(0).cloneContents());var dl=sel.getElementsByTagName('a');for(i=0;i<dl.length;i++){l=dl[i];if(l.protocol!='javascript:'&&l.protocol!='mailto:'){if(l.href.match(/^ed2k/i))urlstr=urlstr+'\n'+l.href+'\n';}};var t=document.createElement('textarea');t.style='position:fixed;opacity:0; left:0;top:0; z-index:-999;';t.value=urlstr;document.documentElement.appendChild(t);t.focus();t.setSelectionRange(0, t.value.length); setTimeout(function(){document.documentElement.removeChild(t)},200)})();", , , "save" & delay,1 & delay,100 & copy"
Item, "生成磁力链"=External action,,,,"Session" | Copy&Focus address field&Insert,"magnet:?xt=urn:btih:"&paste&Range go to line start&Copy&Copy to note&Clear
--------------------2
Item, "自动检测翻译 > 中文"=Go to page, "javascript:var t=((window.getSelection&&window.getSelection())||(document.getSelection&&document.getSelection())||(document.selection &&document.selection.createRange&&document.selection.createRange().text));var e=(document.charset||document.characterSet);if(t!=''){void(window.open('http://translate.google.com/translate_t?text='+t+'&hl=zh_cn&sl=auto|zh-CN&tbb=1&ie='+e));}else{void(window.open('http://translate.google.com/translate?u='+escape(location.href)+'&hl=zh_cn&sl=auto|zh-CN&tbb=1&ie='+e));};", 1 , ,"translation""
Item, "有道翻译"="Go to page,"http://fanyi.youdao.com/translate?type=AUTO&i=%t",,,"youdao""
Item, "尚译"="Go to page, "javascript:void((function(){if(window.Como&&window.Como.someyi){Como.someyi.open()}else{var a=document.createElement('script');a.setAttribute('type','text/javascript');var b=document.charset?document.charset:document.characterSet;var c=b.toLowerCase()=='gb2312'?'pack-gb2312.js':'pack-utf8.js';a.setAttribute('src','http://yi.comsome.com/'+c);document.getElementsByTagName('head').item(0).appendChild(a);Text.prototype.tagName='#text'}})())",,,"someyi"
Item, "沪江翻译"=Go to page, "javascript:void((function(){hjelm=document.createElement('script');hjelm.setAttribute('src','http://dict.hjenglish.com/js/dict.js');document.body.appendChild(hjelm);})())",,,"hujiang"
;Item, "关闭"="Go to page, "javascript:_dictRemove() = function () {return false;};void(0);",,"关闭海词","Adam_Close" & Go to page, "javascript:dictRemove() = function () {return false;};void(0);",,"关闭汉典" & Go to page, "javascript:K.Off();",,"关闭金山" & Go to page, "javascript:hjd_remove();",,"关闭沪江""
--------------------3
Item, "谷歌站内搜索"="Go to Page,"javascript:(function(){var h=location.hostname;var site=(h.length>0&&h!='localhost')?' site:'+h.replace(/^(?:www|bbs)\./i, ''):'';var s=encodeURIComponent(window.getSelection().toString().replace(/^\s*|\s*$/g, '')).replace(/^|$/g,'\u0022')+site;if(s.length>3){s='http://www.google.com/search?q='+s;void open(s,'');}})()",,,"Google""
[Link Selection Popup Menu]
;链接右键菜单
Include,Hotclick Popup Menu
[Link Popup Menu]
;链接右键菜单:右键点击链接的弹出菜单
Item, "移除重定向(&R)"=External action,,,,"Dom console" | Go to Page, "javascript:void(inivar='%l')" & Go to page, "javascript:(function(){var t,i,j,p;t=window.inivar;if(!t){return};if(/rdrct\.com/.test(t)){t=t.replace(/(\/\/)rdrct\.com\/(http:\/\/)?/i,'$1');var tt=document.createElement('textarea');tt.style='position:fixed;opacity:0; left:0;top:0; z-index:-999;';tt.value=t;document.documentElement.appendChild(tt);tt.focus();tt.setSelectionRange(0, tt.value.length); setTimeout(function(){document.documentElement.removeChild(tt)},200);setTimeout(function(){window.open()},50);}else{t=unescape(t);i=t.lastIndexOf('http');if(i>0){t=t.substring(i);j=t.indexOf('&');if(j>0)t=t.substring(0,j);p=/https?\:\/\/[^\s]*[^.,;'x22>\s\)\]]/.exec(unescape(t));};w=window.open(t);}})();",-2,"Remove Redirects","none" & delay,1 & copy & delay,1 & delay,100 & Go to page,"javascript:(function(){if(location.hostname!=''){return;}else{location.href='%c';}})()"
Item, "后台打开内嵌URL"="Go to Page,"javascript:(function(){var l,i;l='%l';i=l.lastIndexOf('http');if(i>0)l=l.substr(i);var w=window.open('');w.location.href=l;})()",,,"Mail Compose HTML""
Platform Windows, Item, "阻止链接..."=Copy link, -2,,, "Content block image" & Execute program, "profile\vbs\block.vbs" & Content block details, 1
--------------------0
Item, MI_IDM_MENU_PAGEBAR_LINK_IN_BG_PAGE = Open link in background page, -2, "urlinfo"
Item, MI_IDM_HLITEM_GET_IN_NEW_WINDOW = Open link in new window, -2, "urlinfo"
Item, 在隐身标签中打开=new private page,,,,"Window Private Icon" & go to page, "%l"
--------------------1
Platform Windows, item, "IE打开"=Execute program, "iexplore.exe","%l",,"Trust Information"
Platform Windows, item, "世界之窗打开"="Execute program, "optools\TheWorld\TheWorld.exe", "%l",,"TheWorld""
--------------------2
Item, M_LINKS_PANEL_BOOKMARK_LINK = Add link to bookmarks, -2, "urlinfo"
Item, MI_IDM_POPUP_LINK_ADDRESS = Copy link, -2, "urlinfo"
Item, MI_IDM_SAVELINKDOCAS = Save link, -2, "urlinfo"
Item, M_SAVE_LINK_TO_DOWNLOAD_FOLDER = Download url, -2, "urlinfo"
Include,eDown Link Menu
--------------------3
GhostItem, M_INSPECT_ELEMENT = Inspect element
[Frame Menu]
Item, M_FRAME_MENU_OPEN = Maximize frame
Item, MI_IDM_MENU_PAGEBAR_LINK_IN_NEW_PAGE = Open frame in new page
Item, MI_IDM_MENU_PAGEBAR_LINK_IN_BG_PAGE = Open frame in background page
--------------------1
Item, MI_IDM_Kilde = View frame source
Item, MI_IDM_POPUP_FRAME_RELOAD = Reload frame
Item, MI_IDM_CopyFrameAddress = Copy frame address
Item, "阻止框架源..."=Copy frame address,,,, "Content block image" & Execute program, "profile\vbs\block.vbs" & Content block details, 1
;--------------------SimpleU右键菜单
[Page Elements Menu]
Item,"清除Fixed"=Go to page, "javascript:(function(){var oAll=document.all,oElement,i=0,oCurrentStyle,oStyle;while(oElement=oAll[i++]){oCurrentStyle=oElement.currentStyle;oStyle=oElement.style;if(oCurrentStyle.position==='fixed'){oStyle.position='static'};if(oCurrentStyle.backgroundAttachment==='fixed'){oStyle.backgroundAttachment='scroll'}}})();",,,"Enable Mediumscreen Mode"
Item,"解除右键限制" = "Go to page, "javascript:(function(){eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return%20r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new%20RegExp('\\b'+e(c)+'\\b','g'),k[c]);return%20p}('5%202=8;5%203=2.K;3.7=3.k=3.e=3.9=3.6=3.y=3.7=3.z=2.7=2.k=2.e=2.9=2.6=4;2.7=2.6=2.c=2.9=p(){r%20t};g(8.n||8){d=4;c=4;6=4}5%20a=8.15(\'*\');o(5%20i=a.q-1;i>=0;i--){5%20b=a[i];g(b.n||b){d=4;c=4}}s(h(\'%u%v%w%x%j%17%A%B%C%j%D\')+\'\\E\');3.m.13=\'14!f\';3.m.16=\'12!f\';',62,70,'||doc|bd|null|var|oncontextmenu|onselectstart|document|onkeydown|arAllElements|elmOne|onmousedown|onmouseup|onpaste|important|with|unescape||u5236|oncopy||style|wrappedJSObject|for|function|length|return|alert|true|u5DF2|u89E3|u9664|u590D|onmousemove|ondragstart|u53F3|u952E|u9650|uFF01|u000d||||||body||||||||||||||||||text|webkitUserSelect|auto|getElementsByTagName|MozUserSelect|u4E0E'.split('|'),0,{}))})()", 1 , , "Menu Tools""
Item,"清除WebKit前缀" = "Go to page, "javascript:(function(){var s=document.createElement('style');s.innerHTML='div.black_eye{animation-name:cate;animation-duration:2s;animation-timing-function:linear;animation-iteration-count:200;}@keyframes cate{0%{margin:0;}40%{margin:0px 0 0 0;}55%{margin:-20px 0 0 0;}70%{margin:0;}80%{margin:0 0 0 7px;}90%{margin:0;}100%{margin:0;}}';document.body.appendChild(s);})();", , , "Note Web""
Item,"解除播放限制" = "Go to page, "javascript:(function(){function newType(e,t){e.type=t;e.parentElement.replaceChild(e,e);}var es=document.embeds;for(var l=es.length-1;l>=0;l--){var e=es[l];var a=e.attributes;for(var i=a.length-1;i>=0;i--){a[i].value=a[i].value.replace(/^[\'\s]+/,'').replace(/[\'\s]+$/,'');}if(/\.(wmv|avi|mp4|mp3|mid|wav|m4a|wma)$/.test(e.src)){if(typeof e.controls=='undefined'){newType(e,'video/x-ms-wm');}}else if(/\.(swf)$/.test(e.src)||e.type=='application/x-shockwe-flash'){try{e.PercentLoaded();}catch(evt){newType(e,'application/x-shockwave-flash');}}}})();", , , "Attachment Video""
--------------------1
Item, "图片元素"="Go to Page,"javascript:(function(){var el_title=' Images';var t_top='<div style=\'font:bold 8pt Tahoma;padding:3px;margin:0 0 3px;border-bottom:1px solid #eee;background:yellow;cursor:hand;\' onclick=\'document.getElementById(\u0022iSpace\u0022).style.display=(document.getElementById(\u0022iSpace\u0022).style.display==\u0022none\u0022)?\u0022block\u0022:\u0022none\u0022;this.innerText=(this.innerText.charCodeAt(0)==45)?this.innerText.replace(\u0022-\u0022,\u0022+\u0022):this.innerText.replace(\u0022+\u0022,\u0022-\u0022);this.scrollIntoView();\'>';var t_row='<table style=\'width: 100%%\'><tr><td style=\'font-size:8pt;\'><a href=\'iSpace\' style=\'padding:8px 0 2px;font:8pt;font-family:Tahoma;\' target=\'_blank\'>iSpace</a></td><td style=\'width: 450px;text-align:right;\'><div style=\'overflow:hidden\'><img src=\'iSpace\' style=\'max-height:200px;max-width:450px;\' /></div></td></tr></table><div style=\'height:1px;background-color:#eee;margin:0 0 5px;\'></div>';var es_linked='';var i_linked=0;try{var es=document.getElementsByTagName('IMG');for(var i=0;i<es.length;i++) {if(es[i].src.length>1 && es_linked.indexOf(es[i].src)==-1) {es_linked+=t_row.replace(/iSpace/g,es[i].src);i_linked++;}}}catch(e){} es_linked=((es_linked!='')?('<div id=\'es_linked\'>'+es_linked+'</div>'):'');es_linked=((es_linked!='')?(t_top.replace(/iSpace/g,'es_linked')+'- Foreground'+el_title+' ('+i_linked+'): </div>'):'')+es_linked; var es_anchored='';var i_anchored=0;try{var es=document.getElementsByTagName('A');for(var i=0;i<es.length;i++) {if(es[i].href && es[i].href.search(/javascript:/i)<0 && es[i].innerHTML.indexOf('UserJS ExtraLinks')<0 && es[i].href.match(/\.(jpg|gif|jpeg|png|bmp|tif)/) && es_anchored.indexOf(es[i].href)<0) {es_anchored+=t_row.replace(/iSpace/g,es[i].href);i_anchored++;}}}catch(e){} es_anchored=((es_anchored!='')?('<div id=\'es_anchored\'>'+es_anchored+'</div>'):'');es_anchored=((es_anchored!='')?(t_top.replace(/iSpace/g,'es_anchored')+'- Anchored'+el_title+' ('+i_anchored+'): </div>'):'')+es_anchored; var es_bground='';var i_bground=0;try{es=document.getElementsByTagName('*');for (var i=0;i<es.length;i++) {if(es[i].style && es[i].style.background){var rule=es[i].style.background;var i_start=rule.search(/url\(/i);if(i_start>-1){i_start=i_start+4;var i_end=rule.indexOf(')',i_start);var i_url=((i_end>i_start)?rule.substring(i_start,i_end):'');i_url=i_url.replace(/\u0022/g, '').replace(/\u0027/g, '');if(es_bground.indexOf(i_url)<0 && i_url.indexOf('base64')<0 && i_url!=''){i_bground++;es_bground+=t_row.replace(/iSpace/g,i_url);}}}}}catch(e){}try{es=document.getElementsByTagName('*');for (var i=0;i<es.length;i++) {if(es[i].getAttribute('background')){var i_url=es[i].getAttribute('background');if(es_bground.indexOf(i_url)<0 && i_url!=''){i_bground++;es_bground+=t_row.replace(/iSpace/g,i_url);}}}}catch(e){}try{es=document.getElementsByTagName('input');for (var i=0;i<es.length;i++) {if(es[i].getAttribute('type').toLowerCase()=='image'){var i_url=es[i].getAttribute('src');if(es_bground.indexOf(i_url)<0 && i_url!=''){i_bground++;es_bground+=t_row.replace(/iSpace/g,i_url);}}}}catch(e){}try{es=(document.styleSheets)?document.styleSheets:'';for (i=0;i<es.length;i++){for (j=0;j<es[i].cssRules.length;j++){if(!es[i].cssRules[j].selectorText) {try{var ses=es[i].cssRules[j].styleSheet;for (k=0;k<ses.cssRules.length;k++){var rule=ses.cssRules[k].cssText;var i_start=rule.search(/url\(/i);if(i_start>-1){i_start=i_start+4;var i_end=rule.indexOf(')',i_start);var i_url=((i_end>i_start)?rule.substring(i_start,i_end):'');i_url=i_url.replace(/\u0022/g, '').replace(/\u0027/g, '');if(es_bground.indexOf(i_url)<0 && i_url.indexOf('base64')<0 && i_url!=''){i_bground++;es_bground+=t_row.replace(/iSpace/g,i_url);}}}}catch(e){}}else {var rule=es[i].cssRules[j].cssText;var i_start=rule.search(/url\(/i);if(i_start>-1){i_start=i_start+4;var i_end=rule.indexOf(')',i_start);var i_url=((i_end>i_start)?rule.substring(i_start,i_end):'');i_url=i_url.replace(/\u0022/g, '').replace(/\u0027/g, '');if(es_bground.indexOf(i_url)<0 && i_url.indexOf('base64')<0 && i_url!=''){i_bground++;es_bground+=t_row.replace(/iSpace/g,i_url);}}}}}}catch(e){}es_bground=((es_bground!='')?('<div id=\'es_bground\'>'+es_bground+'</div>'):'');es_bground=((es_bground!='')?(t_top.replace(/iSpace/g,'es_bground')+'- Background'+el_title+' ('+i_bground+'): </div>'):'')+es_bground;if(es_linked=='' && es_bground=='' && es_anchored==''){return;}var w=window.open('');var doc=w.document.body;doc.outerHTML='<head><meta http-equiv=\'Content-Type\' content=\'text/html;charset=utf-8\' /><title>'+document.title+' - '+el_title+'</title></head><body style=\'padding:0;margin:0 10%%;background:#dfdfdf;font:8pt Tahoma;\'><div style=\'border:1px solid silver;\'><div style=\'height:5px;background:#900;\'></div><div style=\'height:12px;padding:16px;border-bottom:1px solid silver;background:#f5f5f5;\'><div style=\'width:80%%;font-size:10.5pt;font-weight:bold;float:left;white-space:nowrap;overflow:hidden;\'>'+document.title+'</div><div style=\'font: normal 8pt tahoma;float:right;\'>'+el_title+'</div></div><div style=\'background-color:white;padding:8px;\'>'+es_anchored+es_linked+es_bground+'</div></div></body>';})()""
Item, "客户端脚本"="Go to Page,"javascript:(function(){var es=document.getElementsByTagName('SCRIPT');if(es.length==0){return};var es_inline='';var es_linked='';var i_linked=0;var i_inline=0;var el_title='Client-side Scripts';var s='';for(var i=0;i<es.length;i++){if(es[i].src.length>1 && es_linked.indexOf(es[i].src)==-1){es_linked+='<a href=\''+es[i].src+'\' style=\'display:block;white-space:nowrap;overflow:hidden;padding:8px 0 2px;font-size:9pt;\' target=\'_blank\'>'+es[i].src+'</a><iframe src=\''+es[i].src+'\' style=\'border:1px solid #ccc;width:100%%;\'></iframe><br />';i_linked++;}else{s=es[i].outerHTML;s=s.replace(/^\s*\n|\s*$/g, ''); if(s!=''){s=s.replace( /</g, '<' ).replace( />/g, '>' ).replace( /\[/g, '[' ).replace( /\]/g, ']' ).replace( /\r\n/g, '<br />' ).replace( /\n/g, '<br />' );es_inline+='<div style=\'border:1px solid #ccc;background:#fcfcfc;font:9pt ,Curier !important;white-space:nowrap;overflow:auto;margin:0 0 8pt;color:green;padding:3px;\'>'+s+'</div>';i_inline++;}}}es_inline=((es_inline!='')?('<div id=\'es_inline\'>'+es_inline+'</div>'):'');es_inline=((es_inline!='')?('<div style=\'font:bold 8pt Tahoma;padding:3px;margin:0 0 3px;border-bottom:1px solid #eee;background:yellow;cursor:hand;\' onclick=\'document.getElementById(\u0022es_inline\u0022).style.display=(document.getElementById(\u0022es_inline\u0022).style.display==\u0022none\u0022)?\u0022block\u0022:\u0022none\u0022;this.innerText=(this.innerText.charCodeAt(0)==45)?this.innerText.replace(\u0022-\u0022,\u0022+\u0022):this.innerText.replace(\u0022+\u0022,\u0022-\u0022);this.scrollIntoView();\'>- Inline Scripts'+' ('+i_inline+'): </div>'):'')+es_inline;es_linked=((es_linked!='')?('<div id=\'es_linked\'>'+es_linked+'</div>'):'');es_linked=((es_linked!='')?('<div style=\'font:bold 8pt Tahoma;padding:3px;margin-top:3px;border-bottom:1px solid #eee;background:yellow;cursor:hand;\' onclick=\'document.getElementById(\u0022es_linked\u0022).style.display=(document.getElementById(\u0022es_linked\u0022).style.display==\u0022none\u0022)?\u0022block\u0022:\u0022none\u0022;this.innerText=(this.innerText.charCodeAt(0)==45)?this.innerText.replace(\u0022-\u0022,\u0022+\u0022):this.innerText.replace(\u0022+\u0022,\u0022-\u0022);this.scrollIntoView();\'>- External Scripts'+' ('+i_linked+'): </div>'):'')+es_linked;var w=window.open('');var doc=w.document.body;doc.outerHTML='<head><meta http-equiv=\'Content-Type\' content=\'text/html; charset=utf-8\' /><title>'+document.title+' - '+el_title+'</title></head><body style=\'padding:0;margin:0 10%%;background:#dfdfdf;font:8pt Tahoma;\'><div style=\'border:1px solid silver;\'><div style=\'height:5px;background:#900;\'></div><div style=\'height:12px;padding:16px;border-bottom:1px solid silver;background:#f5f5f5;\'><div style=\'width:80%%;font-size:10.5pt;font-weight:bold;float:left;white-space:nowrap;overflow:hidden;\'>'+document.title+'</div><div style=\'font: normal 8pt tahoma;float:right;\'>'+el_title+'</div></div><div style=\'background-color:white;padding:8px;\'>'+es_inline+es_linked+'</div></div></body>';})()""
Item, "样式表"="Go to Page,"javascript:(function() {var es_inline='';var es_linked='';var i_linked=0;var i_inline=0;var el_title='Style Sheets';var es=document.getElementsByTagName('LINK');for(var i=0;i<es.length;i++) {if(es[i].rel.toLowerCase()=='stylesheet' && es_linked.indexOf(es[i].href)==-1) {es_linked+='<a href=\''+es[i].href+'\' style=\'display:block;white-space:nowrap;overflow:hidden;padding:8px 0 2px;font-size:8pt;\' target=\'_blank\'>'+es[i].href+'</a><iframe src=\''+es[i].href+'\' style=\'border:1px solid #ccc;width:100%%;\'></iframe><br />';i_linked++;}}es=document.getElementsByTagName('STYLE');var s='';for(var i=0;i<es.length;i++) {s=es[i].innerHTML;s=s.replace(/^\s*\n|\s*$/g, '').replace(/\r/g, '');if(s!='') {s=s.replace( /</g, '<' ).replace( />/g, '>' ).replace( /\[/g, '[' ).replace( /\]/g, ']' );if(s.indexOf('@import')>-1){var m=s.split('\n');for(var j=0;j<m.length;j++) {var u=(m[j].indexOf('@import')>-1 && m[j].indexOf('url(')>-1)?m[j].replace(/.*@import.*url\(/,'').replace(/\).*/,''):((m[j].indexOf('@import')>-1)?m[j].replace(/.*@import\s*/,'').replace(/\s*;.*|\r|\n/,''):'');u=u.replace(/\u0022/g, '').replace(/\u0027/g, '');if(u!=''){s=s.replace(u,'<a style=\'font:8pt;font-family:Tahoma;\' target=\'_blank\' href=\''+u+'\'>'+u+'</a>');}}}s=s.replace( /\}/g, '}\n' );while(s!=s.replace( /\n\n/g, '\n' )){s=s.replace( /\n\n/g, '\n' );}s=s.replace( /\n/g, '<br />' ).replace( /\n/g, '<br />' );es_inline+='<div style=\'border:1px solid #ccc;background:#fcfcfc;font:9pt ;white-space:nowrap;overflow:auto;margin:0 0 8pt;color:green;padding:3px;\'>'+s+'</div>';i_inline++;}}if(i_linked==0&&i_inline==0) {return}es_inline=((es_inline!='')?('<div id=\'es_inline\'>'+es_inline+'</div>'):'');es_inline=((es_inline!='')?('<div style=\'font:bold 8pt Tahoma;padding:3px;margin:0 0 3px;border-bottom:1px solid #eee;background:yellow;cursor:hand;\' onclick=\'document.getElementById(\u0022es_inline\u0022).style.display=(document.getElementById(\u0022es_inline\u0022).style.display==\u0022none\u0022)?\u0022block\u0022:\u0022none\u0022;this.innerText=(this.innerText.charCodeAt(0)==45)?this.innerText.replace(\u0022-\u0022,\u0022+\u0022):this.innerText.replace(\u0022+\u0022,\u0022-\u0022);this.scrollIntoView();\'>- Inline Styles'+' ('+i_inline+'): </div>'):'')+es_inline;es_linked=((es_linked!='')?('<div id=\'es_linked\'>'+es_linked+'</div>'):'');es_linked=((es_linked!='')?('<div style=\'font:bold 8pt Tahoma;padding:3px;margin-top:3px;border-bottom:1px solid #eee;background:yellow;cursor:hand;\' onclick=\'document.getElementById(\u0022es_linked\u0022).style.display=(document.getElementById(\u0022es_linked\u0022).style.display==\u0022none\u0022)?\u0022block\u0022:\u0022none\u0022;this.innerText=(this.innerText.charCodeAt(0)==45)?this.innerText.replace(\u0022-\u0022,\u0022+\u0022):this.innerText.replace(\u0022+\u0022,\u0022-\u0022);this.scrollIntoView();\'>- External Styles'+' ('+i_linked+'): </div>'):'')+es_linked;var w=window.open('');var doc=w.document.body;doc.outerHTML='<head><meta http-equiv=\'Content-Type\' content=\'text/html; charset=utf-8\' /><title>'+document.title+' - '+el_title+'</title></head><body style=\'padding:0;margin:0 10%%;background:#dfdfdf;font:8pt Tahoma;\'><div style=\'border:1px solid silver;\'><div style=\'height:5px;background:#900;\'></div><div style=\'height:12px;padding:16px;border-bottom:1px solid silver;background:#f5f5f5;\'><div style=\'width:80%%;font-size:10.5pt;font-weight:bold;float:left;white-space:nowrap;overflow:hidden;\'>'+document.title+'</div><div style=\'font: normal 8pt tahoma;float:right;\'>'+el_title+'</div></div><div style=\'background-color:white;padding:8px;\'>'+es_inline+es_linked+'</div></div></body>';}())()""
Item, "嵌入对象"="Go to Page,"javascript:(function(){var es_object='';var i_object=0;var el_title='Embedded Objects';var src='';try{var es=document.selectNodes('//object');var ns='urlmoviefilenamesrc';var n;for(var i=0, o; o=es[i]; i++){var ps=o.selectNodes('param');src='';for(var j=0, p; p=ps[j]; j++){n=p.getAttribute('name')?p.getAttribute('name').toLowerCase():'';if(n!=''&&ns.indexOf(n)>-1){src=p.getAttribute('value');break;}if(src.length>1){break;}}if (src==''){src=o.getAttribute('data')?o.getAttribute('data'):'';}if(src.length>1 && es_object.indexOf(src)<0){es_object+='<a href=\''+src+'\' style=\'display:block;white-space:nowrap;overflow:hidden;padding:8px 0 2px;font-size:8pt;\' target=\'_blank\'>'+src+'</a><div style=\'height:1px;background-color:#eee;margin:0 0 5px;\'></div>';var s=es[i].outerHTML;s=s.replace(/^\s*\n|\s*$/g, '').replace( />\s*</g, '>\n<' ).replace( /</g, '<' ).replace( />/g, '>' ).replace( /\[/g, '[' ).replace( /\]/g, ']' ).replace( /\r\n/g, '<br />' ).replace( /\n/g, '<br />' );es_object+='<div style=\'border:1px solid #ccc;background:#fcfcfc;font:9pt ;white-space:nowrap;overflow:auto;margin:0 0 8pt;color:green;padding:3px;\'>'+s+'</div>';i_object++;}}}catch(e){}try{es=document.selectNodes('//embed');for(var i=0, o; o=es[i]; i++){src=o.getAttribute('src')?o.getAttribute('src'):o.getAttribute('movie')?o.getAttribute('movie'):'';var fvs=o.getAttribute('flashvars')?o.getAttribute('flashvars'):'';if(src!=''&&fvs!=''){src+=src.indexOf('?')>1?('&'+fvs):(fvs!='')?('?'+fvs):'';}if(src.length>1 && es_object.indexOf(src)<0){es_object+='<a href=\''+src+'\' style=\'display:block;white-space:nowrap;overflow:hidden;padding:8px 0 2px;font-size:8pt;\' target=\'_blank\'>'+src+'</a><div style=\'height:1px;background-color:#eee;margin:0 0 5px;\'></div>';var s=es[i].outerHTML;s=s.replace(/^\s*\n|\s*$/g, '').replace( /\s+/g, '\ \n' ).replace( /</g, '<' ).replace( />/g, '>' ).replace( /\[/g, '[' ).replace( /\]/g, ']' ).replace( /\r\n/g, '<br />' ).replace( /\n/g, '<br />' );es_object+='<div style=\'border:1px solid #ccc;background:#fcfcfc;font:9pt ;white-space:nowrap;overflow:auto;margin:0 0 8pt;color:green;padding:3px;\'>'+s+'</div>';i_object++;}}}catch(e){}if(es_object!=''){es_object='<div style=\'font:bold 8pt Tahoma;padding:3px;margin:0 0 3px;border-bottom:1px solid #eee;background:yellow;\'>'+el_title+' ('+i_object+'): </div>'+es_object}else{return;}var w=window.open('');var doc=w.document.body;doc.outerHTML='<head><meta http-equiv=\'Content-Type\' content=\'text/html; charset=utf-8\' /><title>'+document.title+' - '+el_title+'</title></head><body style=\'padding:0;margin:0 10%%;background:#dfdfdf;font-size:9pt;\'><div style=\'border:1px solid silver;\'><div style=\'height:5px;background:#900;\'></div><div style=\'height:12px;padding:16px;border-bottom:1px solid silver;background:#f5f5f5;\'><div style=\'width:80%%;font-size:10.5pt;font-weight:bold;float:left;white-space:nowrap;overflow:hidden;\'>'+document.title+'</div><div style=\'font: normal 8pt tahoma;float:right;\'>'+el_title+'</div></div><div style=\'background-color:white;padding:8px;\'>'+es_object+'</div></div></body>';})()""
Item, "内嵌框架"="Go to Page,"javascript:(function(){var es=document.getElementsByTagName('IFRAME');if(es.length==0){return};var es_linked='';var i_linked=0;;var el_title='Inline Frames';for(var i=0;i<es.length;i++){if(es[i].src.length>1 && es_linked.indexOf(es[i].src)==-1){es_linked+='<a href=\''+es[i].src+'\' style=\'display:block;white-space:nowrap;overflow:hidden;padding:8px 0 2px;font-size:8pt;\' target=\'_blank\'>'+es[i].src+'</a><iframe src=\''+es[i].src+'\' style=\'border:1px solid #ccc;width:100%%;\'></iframe><br />';i_linked++;}}if(es_linked!=''){es_linked='<div style=\'font:bold 8pt Tahoma;padding:3px;margin:0 0 3px;border-bottom:1px solid #eee;background:yellow;\'>'+el_title+' ('+i_linked+'): </div>'+es_linked};var w=window.open('');var doc=w.document.body;doc.outerHTML='<head><meta http-equiv=\'Content-Type\' content=\'text/html; charset=utf-8\' /><title>'+document.title+' - '+el_title+'</title></head><body style=\'padding:0;margin:0 10%%;background:#dfdfdf;font:8pt Tahoma;\'><div style=\'border:1px solid silver;\'><div style=\'height:5px;background:#900;\'></div><div style=\'height:12px;padding:16px;border-bottom:1px solid silver;background:#f5f5f5;\'><div style=\'width:80%%;font-size:10.5pt;font-weight:bold;float:left;white-space:nowrap;overflow:hidden;\'>'+document.title+'</div><div style=\'font: normal 8pt tahoma;float:right;\'>'+el_title+'</div></div><div style=\'background-color:white;padding:8px;\'>'+es_linked+'</div></div></body>';})()""
--------------------2
Item, "编码转换"= Go to page,"javascript: (function(){var x = prompt('encodeURI',''); if(x != null && x != ''){ prompt('result',encodeURI(x)); }})()"
Item, "ViewPage"="Go to Page,"javascript:(function(){var pageinfo='';var alinks='';var simg='';var sbg='';var js_inline='';var js_linked='';var css_inline='';var css_linked='';var if_linked='';var objebd='';var getinfo=function(){var cook='';pageinfo='<table>';var li='</td></tr><tr><td nowrap>';pageinfo+='<tr><td nowrap><b>网站域名:</b></td><td><a href=\'http://'+document.domain+'\'>'+document.domain+'</a> <a href=\'http://'+document.domain+'/robots.txt\'>打开站点 Robots.txt (如果存在)</a>'+li;pageinfo+='<b>页面地址:</b></td><td>'+document.location+li;pageinfo+='<b>标题:</b></td><td>'+document.title+li;pageinfo+='<b>编码:</b></td><td>'+document.charset+li;document.charset=document.charset;var metaKey='';var metaDescription='';var t=document.getElementsByTagName('meta');for(var i=0;i<t.length;i++){if(t[i].name.toString().toLowerCase()=='keywords')metaKey+=t[i].content+'<BR>';if(t[i].name.toString().toLowerCase()=='description')metaDescription+=t[i].content+'<BR>';}pageinfo+='<b>关键字:</b></td><td>'+metaKey+li;pageinfo+='<b>描述:</b></td><td>'+metaDescription+li;pageinfo+='<b>网页来源:</b></td><td>';if(!document.referrer){pageinfo+='直接进入'+li}else{pageinfo+='<a href=\''+document.referrer+'\'>'+document.referrer+'</a>'+li};try{pageinfo+='<b>修改日期:</b></td><td>'+document.lastModified+li;}catch(e){pageinfo+='<b>修改日期:</b></td><td>不可用'+li;}cook=document.cookie.replace(/;/g,'<BR>');cook=cook.replace(/\r/g,'<BR>');cook=cook.replace(/\n/g,'<br>');cook=cook.replace(/\&/g,'&');pageinfo+='<b>Cookies:</b><BR></td><td>'+cook+'</td></tr></table>';};var getlinks=function(){var dl=document.links;var i_link=0;for(i=0;i<dl.length;i++){l=dl[i];if(l.protocol!='javascript:'&&l.protocol!='mailto:')alinks += '<br><br>'+l.innerText.replace(/\s/g,' ')+'<br><a href=\''+l.href+'\'>'+l.href+'</a>';i_link++;};alinks='<div class=fdiv0>('+i_link+'): </div>'+alinks;};var getpic=function(){var iimg=0;var t_1='<tr><td><a href=\'';var t_2='\'>';var t_3='</a></td><td style=\'width: 450px;text-align:right;\'><img src=\'';var t_4='\' style=\'max-height:200px;max-width:450px;\' /></td></tr>';try{var o=document.getElementsByTagName('IMG');for(var i=0;i<o.length;i++){if(o[i].src.length>1&&simg.indexOf(o[i].src)==-1){simg+=t_1+o[i].src+t_2+o[i].src+t_3+o[i].src+t_4;iimg++;}}}catch(e){}simg=((simg!='')?('<div id=\'simg\'><table style=\'width: 100%%\'>'+simg+'</table></div>'):'');simg=((simg!='')?('<div class=fdiv0 style=\'cursor:hand;\' onclick=\'document.getElementById(\u0022simg\u0022).style.display=(document.getElementById(\u0022simg\u0022).style.display==\u0022none\u0022)?\u0022block\u0022:\u0022none\u0022;this.innerText=(this.innerText.charCodeAt(0)==45)?this.innerText.replace(\u0022-\u0022,\u0022+\u0022):this.innerText.replace(\u0022+\u0022,\u0022-\u0022);this.scrollIntoView();\'>- 图片 ('+iimg+'): </div>'):'')+simg;var ibg=0;try{o=document.getElementsByTagName('*');for(var i=0;i<o.length;i++){if(o[i].style&&o[i].style.background){var rule=o[i].style.background.toLowerCase();var i_start=rule.indexOf('url(');if(i_start>-1){i_start=i_start+4;var i_end=rule.indexOf(')',i_start);var i_url=((i_end>i_start)?rule.substring(i_start,i_end):'');i_url=i_url.replace(/\u0022/g,'').replace(/\u0027/g,'');if(sbg.indexOf(i_url)<0&&i_url.indexOf('base64')<0&&i_url!=''){ibg++;sbg+=t_1+i_url+t_2+i_url+t_3+i_url+t_4;}}}}}catch(e){}try{o=document.getElementsByTagName('*');for(var i=0;i<o.length;i++){if(o[i].getAttribute('background')){var i_url=o[i].getAttribute('background').toLowerCase();if(sbg.indexOf(i_url)<0&&i_url!=''){ibg++;sbg+=t_1+i_url+t_2+i_url+t_3+i_url+t_4;}}}}catch(e){}try{o=document.getElementsByTagName('input');for(var i=0;i<o.length;i++){if(o[i].getAttribute('type').toLowerCase()=='image'){var i_url=o[i].getAttribute('src').toLowerCase();if(sbg.indexOf(i_url)<0&&i_url!=''){ibg++;sbg+=t_1+i_url+t_2+i_url+t_3+i_url+t_4;}}}}catch(e){}try{o=(document.styleSheets)?document.styleSheets:'';for(i=0;i<o.length;i++){for(j=0;j<o[i].cssRules.length;j++){var rule=o[i].cssRules[j].cssText.toLowerCase();var i_start=rule.indexOf('url(');if(i_start>-1){i_start=i_start+4;var i_end=rule.indexOf(')',i_start);var i_url=((i_end>i_start)?rule.substring(i_start,i_end):'');i_url=i_url.replace(/\u0022/g,'').replace(/\u0027/g,'');if(sbg.indexOf(i_url)<0&&i_url.indexOf('base64')<0&&i_url!=''){ibg++;sbg+=t_1+i_url+t_2+i_url+t_3+i_url+t_4;}}}}}catch(e){}sbg=((sbg!='')?('<div id=\'sbg\'><table sty\'width: 100%%\'>'+sbg+'</table></div>'):'');sbg=((sbg!='')?('<div class=fdiv0 style=\'cursor:hand;\' onclick=\'document.getElementById(\u0022sbg\u0022).style.display=(document.getElementById(\u0022sbg\u0022).style.display==\u0022none\u0022)?\u0022block\u0022:\u0022none\u0022;this.innerText=(this.innerText.charCodeAt(0)==45)?this.innerText.replace(\u0022-\u0022,\u0022+\u0022):this.innerText.replace(\u0022+\u0022,\u0022-\u0022);this.scrollIntoView();\'>- 背景图片 ('+ibg+'): </div>'):'')+sbg;};var getjs=function(){var o=document.getElementsByTagName('SCRIPT');if(o.length==0){return};var i_linked=0;var i_inline=0;var s='';for(var i=0;i<o.length;i++){if(o[i].src.length>1&&js_linked.indexOf(o[i].src)==-1){js_linked+='<a href=\''+o[i].src+'\'>'+o[i].src+'</a><iframe src=\''+o[i].src+'\'></iframe><br />';i_linked++;}else {s=o[i].outerHTML;s=s.replace(/^\s*\n/,'').replace(/\s*$/,'');if(s!=''){s=s.replace(/</g,'<').replace(/>/g,'>').replace(/\[/g,'[').replace(/\]/g,']').replace(/\r\n/g,'<br />').replace(/\n/g,'<br />');js_inline+='<div class=fdiv5>'+s+'</div>';i_inline++;}}}js_inline=((js_inline!='')?('<div id=\'js_inline\'>'+js_inline+'</div>'):'');js_inline=((js_inline!='')?('<div class=fdiv0 style=\'cursor:hand;\' onclick=\'document.getElementById(\u0022js_inline\u0022).style.display=(document.getElementById(\u0022js_inline\u0022).style.display==\u0022none\u0022)?\u0022block\u0022:\u0022none\u0022;this.innerText=(this.innerText.charCodeAt(0)==45)?this.innerText.replace(\u0022-\u0022,\u0022+\u0022):this.innerText.replace(\u0022+\u0022,\u0022-\u0022);this.scrollIntoView();\'>- 内嵌脚本'+' ('+i_inline+'): </div>'):'')+js_inline;js_linked=((js_linked!='')?('<div id=\'js_linked\'>'+js_linked+'</div>'):'');js_linked=((js_linked!='')?('<div class=fdiv0 style=\'cursor:hand;\' onclick=\'document.getElementById(\u0022js_linked\u0022).style.display=(document.getElementById(\u0022js_linked\u0022).style.display==\u0022none\u0022)?\u0022block\u0022:\u0022none\u0022;this.innerText=(this.innerText.charCodeAt(0)==45)?this.innerText.replace(\u0022-\u0022,\u0022+\u0022):this.innerText.replace(\u0022+\u0022,\u0022-\u0022);this.scrollIntoView();\'>- 外部脚本'+' ('+i_linked+'): </div>'):'')+js_linked;};var getcss=function(){var i_linked=0;var i_inline=0;var o=document.getElementsByTagName('LINK');for(var i=0;i<o.length;i++){if(o[i].rel.toLowerCase()=='stylesheet'&&css_linked.indexOf(o[i].href)==-1){css_linked+='<a href=\''+o[i].href+'\'>'+o[i].href+'</a><iframe src=\''+o[i].href+'\'></iframe><br />';i_linked++;}}o=document.getElementsByTagName('STYLE');var s='';for(var i=0;i<o.length;i++){s=o[i].innerHTML;s=s.replace(/^\s*\n/,'').replace(/\s*$/,'').replace(/\r/g,'');if(s!=''){s=s.replace(/</g,'<').replace(/>/g,'>').replace(/\[/g,'[').replace(/\]/g,']');if(s.indexOf('@import')>-1){var m=s.split('\n');for(var j=0;j<m.length;j++){var u=(m[j].indexOf('@import')>-1&&m[j].indexOf('url(')>-1)?m[j].replace(/.*@import.*url\(/,'').replace(/\)./,''):((m[j].indexOf('@import')>-1)?m[j].replace(/.*@import\s/,'').replace(/\s*;|\r|\n/,''):'');u=u.replace(/\u0022/g,'').replace(/\u0027/g,'');if(u!=''){s=s.replace(u,'<a style=\'font:8pt;font-family:Tahoma;\' target=\'_blank\' href=\''+u+'\'>'+u+'</a>');}}}s=s.replace(/\}/g,'}\n');while(s!=s.replace(/\n\n/g,'\n')){s=s.replace(/\n\n/g,'\n');}s=s.replace(/\n/g,'<br />').replace(/\n/g,'<br />');css_inline+='<div style=\'border:1px solid #ccc;background-color:#fcfcfc;font:9pt 宋体;white-space:nowrap;overflow:auto;margin-bottom:8pt;color:green;padding:3px;\'>'+s+'</div>';i_inline++;}}if(i_linked==0&&i_inline==0){return}css_inline=((css_inline!='')?('<div id=\'css_inline\'>'+css_inline+'</div>'):'');css_inline=((css_inline!='')?('<div class=fdiv0 style=\'cursor:hand;\' onclick=\'document.getElementById(\u0022css_inline\u0022).style.display=(document.getElementById(\u0022css_inline\u0022).style.display==\u0022none\u0022)?\u0022block\u0022:\u0022none\u0022;this.innerText=(this.innerText.charCodeAt(0)==45)?this.innerText.replace(\u0022-\u0022,\u0022+\u0022):this.innerText.replace(\u0022+\u0022,\u0022-\u0022);ti.crollIntoView();\'>- 内嵌样式'+' ('+i_inline+'): </div>'):'')+css_inline;css_linked=((css_linked!='')?('<div id=\'css_linked\'>'+css_linked+'</div>'):'');css_linked=((css_linked!='')?('<div class=fdiv0 style=\'cursor:hand;\' onclick=\'document.getElementById(\u0022css_linked\u0022).style.display=(document.getElementById(\u0022css_linked\u0022).style.display==\u0022none\u0022)?\u0022block\u0022:\u0022none\u0022;this.innerText=(this.innerText.charCodeAt(0)==45)?this.innerText.replace(\u0022-\u0022,\u0022+\u0022):this.innerText.replace(\u0022+\u0022,\u0022-\u0022);this.scrollIntoView();\'>- 外部样式表'+' ('+i_linked+'): </div>'):'')+css_linked;};var getobjebd=function(){var i_object=0;var src='';try{var o=document.getElementsByTagName('OBJECT');for(var i=0;i<o.length;i++){var params=o[i].getElementsByTagName('PARAM');src='';for(var p=0;p<params.length;p++){para=params[p].getAttribute('name').toLowerCase();value=params[p].getAttribute('value');if(!para||!value)continue;switch(para){case 'src':case 'filename':case 'url':case 'movie':src=value;break;}if(src.length>1){break;}}if(src==''){src=((o[i].getAttribute('data'))?o[i].getAttribute('data'):'');}if(src.length>1&&objebd.indexOf(src)<0){objebd+='<a href=\''+src+'\'>'+src+'</a><div style=\'height:1px;background-color:#eee;margin-bottom:5px;\'></div>';var s=o[i].outerHTML;s=s.replace(/^\s*\n/,'').replace(/\s*$/,'').replace(/>\s*</g,'>\n<').replace(/</g,'<').replace(/>/g,'>').replace(/\[/g,'[').replace(/\]/g,']').replace(/\r\n/g,'<br />').replace(/\n/g,'<br />');objebd+='<div class=fdiv5>'+s+'</div>';i_object++;}}}catch(e){}try{o=document.getElementsByTagName('EMBED');for(i=0;i<o.length;i++){src=((o[i].getAttribute('src'))?o[i].getAttribute('src'):((o[i].getAttribute('movie'))?o[i].getAttribute('movie'):''));var fvs=((o[i].getAttribute('flashvars'))?o[i].getAttribute('flashvars'):'');if(fvs!=''){src=src+((src.indexOf('?')>1)?('&'+fvs):(fvs!='')?('?'+fvs):'');}if(src.length>1&&objebd.indexOf(src)<0){objebd+='<a href=\''+src+'\'>'+src+'</a><div class=fdiv5></div>';var s=o[i].outerHTML;s=s.replace(/^\s*\n/,'').replace(/\s*$/,'').replace(/\s+/g,'\ \n').replace(/</g,'<').replace(/>/g,'>').replace(/\[/g,'[').replace(/\]/g,']').replace(/\r\n/g,'<br />').replace(/\n/g,'<br />');objebd+='<div class=fdiv5>'+s+'</div>';i_object++;}}}catch(e){}if(objebd!=''){objebd='<div class=fdiv0>('+i_object+'): </div>'+objebd;}};var getiframe=function(){var o=document.getElementsByTagName('IFRAME');if(o.length==0){return};var i_linked=0;for(var i=0;i<o.length;i++){if(o[i].src.length>1&&if_linked.indexOf(o[i].src)==-1){if_linked+='<a href=\''+o[i].src+'\'>'+o[i].src+'</a><iframe src=\''+o[i].src+'\'></iframe><br />';i_linked++;}}if(if_linked!=''){if_linked='<div class=fdiv0>('+i_linked+'): </div>'+if_linked};};getinfo();getlinks();getpic();getjs();getcss();getobjebd();getiframe();var w=window.open('');w.document.open();w.document.write('<html><head><title></title><meta http-equiv=\'Content-Type\' content=\'text/html; charset=utf-8\' /><style type=\'text/css\'>html, body{background:ThreeDFace;}body{margin:10px;width:auto;height:auto;}iframe{border:1px solid #ccc;width:100%%}.fdiv0{border:1px solid #5E86D7;background-color:#D8E1F5;}.fdiv1{border:1px solid #628118;background-color:#EDFFB5;}.fdiv2{border:1px solid #F9007C;background-color:#FFDEEF;}.fdiv3{border:1px solid #FF7D26;background-color:#FEF1DA;}.fdiv4{border:1px solid #8CBB00;background-color:#F5FFD9;}.fdiv5{border:1px solid #ccc;background-color:#fcfcfc;white-space:nowrap;overflow:auto;margin-bottom:8pt;color:green;padding:3px;}h2{text-align:center;width:150px;}h2 a{display:inline;width:auto;}.tab-pane{position:relative;width:100%%;}.tab-row .tab {cursor:Default;display:inline;margin:1px -2px 1px 2px;float:left;padding:2px 3px 3px 3px;background:ThreeDFace;border:1px solid;border-color:ThreeDHighlight ThreeDDarkShadow ThreeDDarkShadow ThreeDHighlight;border-bottom:0;z-index:1;position:relative;top:0;}.tab-row .tab.selected {border-bottom:0;z-index:3;padding:2px 3px 5px 3px;margin:1px -3px -2px 0px;top:-2px;}.tab-row .tab a {font:12pt;color:WindowText;text-decoration:none;cursor:default;}.tab-row .hover a {color:blue;}.tab-page {height:200px;clear:both;border:1px solid;border-color:ThreeDHighlight ThreeDDarkShadow ThreeDDarkShadow ThreeDHighlight;background:ThreeDFace;z-index:2;position:relative;top:-2px;color:WindowText;padding:10px;}.tab-row {z-index:1;white-space:nowrap;}</style></head><body><base target=_blank><DIV class=\'tab-pane\' id=tabPane1><DIV id=tabrow class=tab-row><H2 name=tabr id=t1 class=\'tab selected\'><A href=\'#\' onClick=\'st(this)\' target=\'_self\'>prop属性</A></H2><H2 name=tabr id=t2 class=tab><A href=\'#\' onClick=\'st(this)\' target=\'_self\'>link链接</A></H2><H2 name=tabr id=t3 class=tab><A href=\'#\' onClick=\'st(this)\' target=\'_self\'>pic图片</A></H2><H2 name=tabr id=t4 class=tab><A href=\'#\' onClick=\'st(this)\' target=\'_self\'>js脚本</A></H2><H2 name=tabr id=t5 class=tab><A href=\'#\' onClick=\'st(this)\' target=\'_self\'>css样式表</A></H2><H2 name=tabr id=t6 class=tab><A href=\'#\' onClick=\'st(this)\' target=\'_self\'>ObjectEmbed对象</A></H2><H2 name=tabr id=t7 class=tab><A href=\'#\' onClick=\'st(this)\' target=\'_self\'>iframe框架</A></H2></DIV><div id=contenttab><DIV name=ct class=tab-page id=ct1 style=\'DISPLAY: block\'>');w.document.write(pageinfo+'</DIV><DIV name=ct class=tab-page id=ct2 style=\'DISPLAY: none\'>'+alinks+'</DIV><DIV name=ct class=tab-page id=ct3 style=\'DISPLAY: none\'>'+simg+sbg+'</DIV><DIV name=ct class=tab-page id=ct4 style=\'DISPLAY: none\'>'+js_inline+js_linked+'</DIV><DIV name=ct class=tab-page id=ct5 style=\'DISPLAY: none\'>'+css_inline+css_linked+'</DIV><DIV name=ct class=tab-page id=ct6 style=\'DISPLAY: none\'>'+objebd+'</DIV><DIV name=ct class=tab-page id=ct7 style=\'DISPLAY: none\'>'+if_linked+'</DIV></div></DIV></body></html><script>function $(id){return document.getElementById(id);}function st(o){var len=7;var pn=o.parentNode;var n=pn.id;for(var i=1;i<len+1;i++){$(\'t\'+i).className=\'tab\';$(\'ct\'+i).style.display=($(\'ct\'+i).id==\'c\'+n)?\'block\':\'none\';}pn.className=\'tab selected\';}</script>');w.document.close();})()",,,"News No Body""
Item, "允许编辑"="Go to Page, "javascript:(function(){document.body.contentEditable=document.body.contentEditable?false:true;})()",,,"Empty""
Item, MI_IDM_Kilde = View document source
Item, "源代码(格式化)"=Go to page, "javascript:(function(){var k=' ';var l={img:1,br:1,link:1,input:1,hr:1,meta:1};var m=false;var n=0;var o=1;var p=1;var q=function(a){return'<span class=%5C'tag%5C'><'+a+''};var r=function(a){return(a%3F'/':'')+'></span>'};var s=function(a,b){if(b||l[a.toLowerCase()])return'';return'<span class=%5C'tag%5C'></'+a+'></span>'};var t=function(){var a=document.doctype,code='';if(a){code=x()+q('!DOCTYPE')+' <span class=%5C'attrDoc%5C'>'+a.nodeName+(a.publicId%3F' PUBLIC %5C''+a.publicId+'%5C'':'')+(a.systemId%3F'</span></span></span></li>'+x()+'<span class=%5C'tag%5C'><span class=%5C'attrDoc%5C'>'+k+'%5C''+a.systemId+'%5C'':'')+'</span>'+r()+'</span></li>'}return code};var u=function(a){var b=a.attributes,attr=null,realAttr=null,ret='',i=0;for(;attr=b[i];i++){realAttr=a.getAttribute(attr.name)||attr.value;if(realAttr&&!(a.nodeName.toLowerCase()=='a'&&attr.name=='SHAPE'&&realAttr=='rect')){realAttr=realAttr.replace(/</g,'<').replace(/</g,'<').replace(/%5Ct/g,k);ret+=' <span class=%5C'attrTitle%5C'>'+attr.name+'</span>'+'='+'<span class=%5C'attrValue%5C'>%5Cx22'+realAttr+'%5Cx22</span> '}}return ret};var v=function(a){return text=a.nodeValue.replace(/[%5Cn%5Ct%5Cr%5Cu00A0]+ */g,'').replace(/ +/g,' ').replace(/</g,'<').replace(/>/g,'>')};var w=function(a){var i=0,ret='';while(i<a){ret+=k;i++}return ret};var x=function(){var a=n.toString();while(a.length<3)a='0'+a;return'<li class=%5C'line'+(p&&((n++)&1)%3F' dark%5C'':'%5C'')+'><span>'};this.updateNumbers=function(a){if(a.checked){a.ownerDocument.body.className=''}else{a.ownerDocument.body.className='hideLineNumbers'}};var y=function(a,b,c){var d=w(b++);var e='';switch(a.nodeType){case 1:{var f=a.childNodes,child=null,i=0;var g=(f.length==0)||(f.length==1&&f[0].nodeType==3);var h=m&&f.length==0;var j=x()+d+q(a.nodeName)+u(a)+r(h);if(!g)j+='</span></li>';for(;child=f[i];i++){j+=y(child,b,!g&&child.nodeType==3)}if(g){j+=(/textarea/i.test(a.nodeName)%3Fa.value:'')+s(a.nodeName,h)+'</span></li>'}else{j+=x()+d+s(a.nodeName,h)+'</span></li>'}return j}case 3:{if((e=v(a))&&c){return x()+d+e+'</span></li>'}else{return e}}case 8:{e=v(a);return x()+d+'<span class=%5C'comment%5C'><!--'+e+'--></span></span></li>'}case 4:{e=v(a);return x()+d+'<span class=%5C'cdata%5C'><![CDATA[</span>'+e+'<span class=%5C'cdata%5C'>]]></span></span></li>'}}return a.nodeType};var z=function(){var a=t();var b=document.documentElement;if(window.getSelection&&window.getSelection()!=''){b=document.createDocumentFragment();var c=window.getSelection().getRangeAt(0);var d=c.commonAncestorContainer;b.appendChild(document.createTextNode('%5Cu2026'));b.appendChild(c.cloneContents());b.appendChild(document.createTextNode('%5Cu2026'));while(d){if(d.nodeType==1){var e=d.cloneNode(false);e.appendChild(b);b=e};d=d.parentNode}};a+=y(b,0);return a};m=/[a-z]/.test(document.documentElement.nodeName);var A='<!DOCTYPE html PUBLIC><html><head><title></title>'+'<style type=%5C'text/css%5C'>'+'body {padding:5px;margin:0;font-family:sans-serif;font-size:.7em;background-color:%23FFF;color:%23000;} p.title, p.url{margin:0;padding:0;line-height:1.4em;font-weight:bold;margin-left:5px;}p.url{color:%23666;margin-bottom:5px;}%23content{white-space:pre-wrap}ol {color:%23999;}.hideLineNumbers ol{margin:0;padding:0;}span{color:%23000}.tag{color:%2305F}.attrTitle{color:%23E00}.attrValue{color:%23C0C}.attrDoc{color:%23800080}.comment{color:green}.line{margin:0;padding:0}.dark{background-color:%23FAFAFA}label{float:right;font-weight:normal;font-size:11px;}'+'</style></head><body>'+'<p class=%5C'title%5C' >'+(document.title||(document.getElementsByTagName('title')[0]&&document.getElementsByTagName('title')[0].text)||'untitled').replace(/</g,'<').replace(/>/g,'>')+'</p>'+'<p class=%5C'url%5C' >[ '+location.protocol+'//'+location.host+location.pathname+' ]</p>'+'<ol id=%5C'content%5C'>'+z()+'</ol></body></html>';var B=window.open('about:blank','_blank');var C=B.document;C.write(A);C.close()})()", 1,,"none"
[Simple Site Menu]
Item, "分享到..."=Go to page, "javascript:(function(){var w=window,d=document,s;if(!w.jiathis){w.jiathis=1;s=d.createElement('script');s.src='http://www.jiathis.com/code/j.js';d.getElementsByTagName('head')[0].appendChild(s);s=null}else{$CKE.center()}})()", 1, , "Menu Feeds""
Item, "视频解析"="Go to page, "http://www.flvcd.com/parse.php?kw=%u&flag=", , "视频解析", "Attachment Video""
Item, "查看共享账号"=Go to page, "javascript:window.open('http://www.bugmenot.com/view.php?mode=bookmarklet&url=%u','getA','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, copyhistory=yes, width=600, height=600');void(0);",,,"Mail Active Contacts"
Item, "IP天气查询(&W)"=External action,,,,"Search" | Go to Page, "javascript:void(inivar='%c')" & Go to page, "javascript:(function(){var url=window.inivar;if(!url){url=''};if(url.search(/(^(https?:\/\/)?[^\/]+\/[^\.\?&\/]+$)/i)==-1){url=''};var x=location.host;var y=location.hostname.replace(/^(www|bbs)\./i,'');document.body.innerHTML += '<div style=\x22box-shadow: 0 0 6px #666;background-color:#5398ee;background-color:#5398ee\;color:white\;opacity:0.9\;border-radius:4px\;border:3px solid #5398ee\;width:504px\;position:fixed\;Z-index:999\;top:20px\;right:20px\;\x22 onClick=\x22this.style.display=\'none\'\;\x22><center>\u60A8\u7684<a href=\x22http:\/\/www.whoer.net\/ext\x22 target=\x22_blank\x22><font color=#fffffe>\u0049\u0050<\/font><\/a>\u5730\u5740\u662f\u3000\u002d\u3000\u5355\u51fb\u6b64\u5904\u5173\u95ed\u6b64\u7a97\u53e3<\/center><iframe width=\x22500\x22 height=\x2240\x22 style=\x22background-color:white\;border-radius:2px\;border:1px solid #b6bac0\;\x22src=\x22http:\/\/www.ip.cn\/getip.php?action=getip\x22><\/iframe><center>'+x+'\u3000\u002d\u3000<a href=\x22http:\/\/whois.domaintools.com\/'+y+'\x22 target=\x22_blank\x22><font color=#fffffe>Whois<\/font><\/a>\u3000\u002d\u3000<a href=\x22http:\/\/cn.alexa.com\/siteinfo\/'+y+'\x22 target=\x22_blank\x22><font color=#fffffe>Alexa<\/font><\/a>\u3000\u002d\u3000<a href=\x22http:\/\/uptime.netcraft.com\/up\/graph?site='+x+'\x22 target=\x22_blank\x22><font color=#fffffe>netcraft<\/font><\/a><\/center><iframe width=\x22500\x22 height=\x2240\x22 style=\x22background-color:white\;border-radius:2px\;border:1px solid #b6bac0\;\x22src=\x22http:\/\/www.ip.cn\/getip.php?action=queryip&ip_url='+x+'\x22><\/iframe><center>\u672C\u9875<a href=\x22http:\/\/leeiio.me\/realurl\/?url='+url+'\x22 target=\x22_blank\x22><font color=#fffffe>\u77ED<\/font><\/a>\u7F51\u5740<\/center><iframe width=\x22500\x22 height=\x2240\x22 style=\x22background-color:white\;border-radius:2px\;border:1px solid #b6bac0\;\x22src=\x22http:\/\/is.gd\/api.php?longurl='+encodeURIComponent(location.href)+'\x22><\/iframe><center><a href=\x22http:\/\/service.weather.com.cn\/plugin\/index.shtml\x22 target=\x22_blank\x22><font color=#fffffe>\u5929\u6C14<\/font><\/a>\u9884\u62A5<\/center><iframe width=\x22500\x22 height=\x2260\x22 style=\x22background-color:white\;border-radius:2px\;border:1px solid #b6bac0\;\x22src=\x22http:\/\/m.weather.com.cn\/m\/pn11\/weather.htm\x22><\/iframe><\/div>'; void(0);})()",,,"none"
;Item, "缩短网址Goo.gl"=Go to page, "javascript:function iprl5(){var d=document,z=d.createElement('scr'+'ipt'),b=d.body,l=d.location;try{if(!b)throw(0);if (!l) {alert('请输入网址!');return;}d.title='(Shortening...) '+d.title;z.setAttribute('src','http://www.ruanyifeng.com/webapp/url_shortener_plugin.php?longUrl='+escape(l));b.appendChild(z);}catch(e){alert('请等待网页加载完毕!');}}iprl5();void(0)",,,"Account Import"
Item, "缩短网址网址" = "Go to page, "javascript:window.open('http://tinyurl.com/create.php?url='+document.URL);",,,"tinyurl""
Item, "百度站内搜索"=go to page,"javascript:var ax=prompt('百度站内搜索\n请输入搜索关键字','');if(ax.length>0){window.open('http://www.baidu.com/s?wd=site:'+encodeURIComponent(location.hostname)+' '+encodeURIComponent(ax)+'&tn=cnopera&cl=3&ie=utf-8')};void(0);",,,"baidu"
Item, "------Page Info-------"=Show popup menu
Item, "AlexaRank"="Go to page, "javascript:(function(){location.href = 'http://www.alexa.com/data/details/traffic_details/' + location.hostname;})()", 1,,"Alexa""
Item, "AlexaCN"="Go to page, "http://alexa.chinaz.com/?domain=%u",,,"Mail Compose Decrease Size""
Item, "Whois"="Go to page, "javascript:(function(){location.href = 'http://whois.domaintools.com/' + location.hostname;})()", 1,,"whois""
Item, "SEO综合查询"= Go to page, "http://seo.chinaz.com/?q=%u",,,"seo"
Item, "HTTP标头(&H)" = Go to page, "javascript:(function(){var req=new XMLHttpRequest();req.open('HEAD',location.href+'?',true);req.onreadystatechange=function(){if(this.readyState==4){alert('Status: '+this.status+' '+this.statusText+'\n'+this.getAllResponseHeaders())}};req.send(null)})()",,,"Account News"
Item, "页面信息(&X)"=Go to page, "javascript:(function(){var meta='',scripts='',embed='',iframes='',cookies='';var corrUrl=function(url){if(!url)return'';var q=url.indexOf('?')+1;return((q&&url.length>50)?url.slice(0,q>50?q:50)+'\u2026':url)+'\n'};var fullUrl=function(url){var a=document.createElement('a');a.href=url;return url?corrUrl(a.href):''};var m=document.getElementsByTagName('meta');for(var i=0,mi;mi=m[i];i++){meta+=(mi.name?mi.name+': ':(mi.httpEquiv?mi.httpEquiv+': ':''))+mi.content+'\n'};var s=document.getElementsByTagName('script');for(var i=0,si;si=s[i];i++){if(si.src)scripts+=corrUrl(si.src)};var e=document.getElementsByTagName('embed');var o=document.getElementsByTagName('object');for(var i=0,ei;ei=e[i];i++){embed+=fullUrl(ei.getAttribute('src'))};for(var i=0,oi;oi=o[i];i++){var src=oi.getAttribute('data')||oi.getAttribute('src')||oi.getAttribute('source');if(!src){var params=oi.getElementsByTagName('param');for(var j=0,p;p=params[j];j++){if(p.hasAttribute('name')&&p.getAttribute('name').match(/^(movie|data|src|code|filename|url|source)$/i)){src=p.getAttribute('value');break}}};var lnk=fullUrl(src);if(embed.indexOf(lnk)==-1)embed+=lnk};var f=document.getElementsByTagName('iframe');for(var i=0,fi;fi=f[i];i++){if(fi.src)iframes+=corrUrl(fi.src)};var c=document.cookie.split(';');for(var i=0,ci;ci=c[i];i++){while(ci.charAt(0)==' ')ci=ci.slice(1);if(ci.length>40)ci=ci.slice(0,40)+'\u2026';cookies+=ci+'\n'};var lastmod=(Date.parse(document.lastModified)==0)?'':document.lastModified;var mode=document.getElementsByTagName('HTmL').length==0?'Really strict':(document.compatMode=='CSS1Compat'?'Normal strict':'Quirks');var title=document.title||(document.getElementsByTagName('title')[0]&&document.getElementsByTagName('title')[0].text)||'';if(meta)meta='\nMeta-data:\n'+meta;if(scripts)scripts='\nScripts:\n'+scripts;if(embed)embed='\nEmbed objects:\n'+embed;if(iframes)iframes='\nIframes:\n'+iframes;if(cookies)cookies='\nCookies:\n'+cookies;alert('User-Agent: '+navigator.userAgent+'\n\nTitle: '+title+'\n\nAddress: '+location.href+'\n\nReferrer: '+document.referrer+'\n\nLast Modified: '+lastmod+'\n\nView Mode: '+mode+' mode\n'+meta+scripts+embed+iframes+cookies)})()",,,"News Read"
Item, "本页自动切换至IE内核"=Execute program, "optools\opshell.exe", "openinie %u",,"ie"
[Simple Homepage Menu]
;书签菜单
Item, 90582312 = Set homepage
--------------------0
Item, "发送至桌面(&D)"="Execute program, "opfinder.exe","shortcut %u %s",,"Top10""
Item, "发送至收藏夹(&F)"="Execute program, "opfinder.exe","shortcut2favorites %u %s""
Item, "发送至 ..."="Execute program, "opfinder.exe","shortcut2 %u %s""
--------------------1
;Item, 添加全部到收藏="Add all to bookmarks,,,, "Panel bookmarks""
Item, 添加全部到收藏夹=Focus panel, "bookmarks",,, "Save" & Delay, 50 & View style, 0 & Focus previous widget & Focus previous widget & Activate hotlist window & Focus next widget & Clear & Insert, "Sessions" & Go & Clear & Focus next widget & New folder & Add all to bookmarks & Edit properties
Item, "显示书签栏"="Set alignment, "Personalbar Inline", 6,,"view" | Set alignment, "Personalbar Inline", 0,,"view""
Item, "管理书签"=Manage bookmarks,,,,"Panel Bookmarks"
--------------------2
Item, M_BROWSER_FILE_MENU_SESSIONS_SAVE_SESS = Save window setup
Item, M_BROWSER_SESSION_MENU_MANAGE = Select session, -1
--------------------3
Item, "GoogleFav"=Go to page, "javascript:(function(){var a=window,b=document,c=encodeURIComponent,d=a.open('http://www.google.com/bookmarks/mark?op=edit&output=popup&bkmk='+c(b.location)+'&title='+c(b.title),'bkmk_popup','left='+((a.screenX||a.screenLeft)+10)+',top='+((a.screenY||a.screenTop)+10)+',height=420px,width=550px,resizable=1,alwaysRaised=1');a.setTimeout(function(){d.focus()},300)})();", 1, , "google""
Item, "Del.icio.us"=Go to page, "javascript:(function(){f='http://delicious.com/save?url='+encodeURIComponent(window.location.href)+'&title='+encodeURIComponent(document.title)+'&v=5&';a=function(){if(!window.open(f+'noui=1&jump=doclose','deliciousuiv5','location=yes,links=no,scrollbars=no,toolbar=no,width=550,height=550'))location.href=f+'jump=yes'};if(/Firefox/.test(navigator.userAgent)){setTimeout(a,0)}else{a()}})()", 1, , "delicious""
Item, "Digg.com"=Go to page, "javascript:location.href='http://digg.com/submit?phase=2&url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title)", 1, , "digg""
Item, "Page2RSS"="Go to page, "http://page2rss.com/page?url=%u", , , "RSS""
Item, "Pocket"="Go to page, "javascript:(function(){ISRIL_H='12fd';PKT_D='getpocket.com';ISRIL_SCRIPT=document.createElement('SCRIPT');ISRIL_SCRIPT.type='text/javascript';ISRIL_SCRIPT.src='http://'+PKT_D+'/b/r.js';document.getElementsByTagName('head')[0].appendChild(ISRIL_SCRIPT)})();", 1, , "Label Funny""
Item, "Read Later"="Go to page, "javascript:function iprl5(){var d=document,z=d.createElement('scr'+'ipt'),b=d.body,l=d.location;try{if(!b)throw(0);d.title='(Saving...) '+d.title;z.setAttribute('src',l.protocol+'//www.instapaper.com/j/otcc7Gi1Py2O?u='+encodeURIComponent(l.href)+'&t='+(new Date().getTime()));b.appendChild(z);}catch(e){alert('Please wait until the page has loaded.');}}iprl5();void(0)", 1, , "Mail Compose Italic""
Item, "添加到百度搜藏"=Go to page, "javascript:u=location.href;t=document.title;t=t.substr(0,76);c=%22%22+(window.getSelection?window.getSelection():document.getSelection?document.getSelection():document.selection.createRange().text);c=c.substr(0,180);var url=%22http://cang.baidu.com/do/add?it=%22+encodeURIComponent(t)+%22&iu=%22+encodeURIComponent(u)+%22&dc=%22+encodeURIComponent(c)+%22&fr=ien#nw=1%22;window.open(url,'_blank','scrollbars=no,width=600,height=450,left=75,top=20,status=no,resizable=yes');void 0", 1, , "baidu""
Item, "添加到QQ书签"=Go to page, "javascript:window.open('http://shuqian.qq.com/post?from=3&title='+encodeURIComponent(document.title)+'&uri='+encodeURIComponent(document.location.href)+'&jumpback=2&noui=1','favit','width=930,height=470,left=50,top=50,toolbar=no,menubar=no,location=no,scrollbars=yes,status=yes,resizable=yes');void(0)", 1, , "qq""
Item, "添加到新浪ViVi"=Go to page, "javascript:d=document;t=d.selection?(d.selection.type!='None'?d.selection.createRange().text:''):(d.getSelection?d.getSelection():'');void(vivi=window.open('http://vivi.sina.com.cn/collect/icollect.php?pid=free9.net&title='+escape(d.title)+'&url='+escape(d.location.href)+'&desc='+escape(t),'vivi','scrollbars=no,width=480,height=480,left=75,top=20,status=no,resizable=yes'));vivi.focus();", 1, , "sinavivi""
;Include, Internal Session List
;Include, Browser Session Menu
breakitem
Item, "FaceBook"=Go to page, "javascript:var d=document,f='https://www.facebook.com/share',l=d.location,e=encodeURIComponent,p='.php?src=bm&v=4&i=1322668524&u='+e(l.href)+'&t='+e(d.title);1;try{if (!/^(.*\.)?facebook\.[^.]*$/.test(l.host))throw(0);share_internal_bookmarklet(p)}catch(z) {a=function() {if (!window.open(f+'r'+p,'sharer','toolbar=0,status=0,resizable=1,width=626,height=436'))l.href=f+p};if (/Firefox/.test(navigator.userAgent))setTimeout(a,0);else{a()}}void(0)", 1, , "facebook""
Item, "Twitter"=Go to page, "javascript:(function(){window.twttr=window.twttr||{};var D=550,A=450,C=screen.height,B=screen.width,H=Math.round((B/2)-(D/2)),G=0,F=document,E;if(C>A){G=Math.round((C/2)-(A/2))}window.twttr.shareWin=window.open('http://twitter.com/share','','left='+H+',top='+G+',width='+D+',height='+A+',personalbar=0,toolbar=0,scrollbars=1,resizable=1');E=F.createElement('script');E.src='http://platform.twitter.com/bookmarklets/share.js?v=1';F.getElementsByTagName('head')[0].appendChild(E)}());", 1, , "twitter""
Item, "分享到人人"=Go to page, "javascript:void((function(s,d,e){if(/renren\.com/.test(d.location))return;var f='http://share.renren.com/share/buttonshare.do?link=',u=d.location,l=d.title,p=[e(u),'&title=',e(l)].join('');function a(){if(!window.open([f,p].join(''),'xnshare',['toolbar=0,status=0,resizable=1,width=626,height=436,left=',(s.width-626)/2,',top=',(s.height-436)/2].join('')))u.href=[f,p].join('');};if(/Firefox/.test(navigator.userAgent))setTimeout(a,0);else a();})(screen,document,encodeURIComponent));", 1, , "renren""
Item, "分享到新浪微博"=Go to page, "javascript:(function(){window.open('http://v.t.sina.com.cn/share/share.php?title='+encodeURIComponent(document.title)+'&url='+encodeURIComponent(location.href)+'&source=bookmark','_blank','width=450,height=400');})()", 1, , "sinaweibo""
Item, "分享到i贴吧"=Go to page, "http://tieba.baidu.com/i/app/open_share_api?link=%u",,,"tieba"
Item, "转帖到开心"=Go to page, "javascript:function%20openPostWindow(url,data,name){var%20tempForm=document.createElement('form');tempForm.id='tempForm1';tempForm.method='post';tempForm.action=url;tempForm.target='kaixin001';var%20hideInput=document.createElement('input');hideInput.type='hidden';hideInput.name='rcontent';hideInput.value=data;tempForm.appendChild(hideInput);document.body.appendChild(tempForm);tempForm.submit();document.body.removeChild(tempForm)}function%20add2Kaixin001(){var%20u=document.location.href;var%20t=document.title;var%20c=''+(document.getSelection?document.getSelection():document.selection.createRange().text);var%20iframec='';var%20url='http://www.kaixin001.com/repaste/bshare.php?rtitle='+encodeURIComponent(t)+'&rurl='+encodeURIComponent(u)+'&from=maxthon';var%20data=encodeURIComponent(c);openPostWindow(url,c,'_blank')}add2Kaixin001();", 1, , "kaixin001""
Item, "推荐到豆瓣"=Go to page, "javascript:void(function(){var d=document,e=encodeURIComponent,s1=window.getSelection,s2=d.getSelection,s3=d.selection,s=s1?s1():s2?s2():s3?s3.createRange().text:'',r='http://www.douban.com/recommend/?url='+e(d.location.href)+'&title='+e(d.title)+'&sel='+e(s)+'&v=1',x=function(){if(!window.open(r,'douban','toolbar=0,resizable=1,scrollbars=yes,status=1,width=450,height=330'))location.href=r+'&r=1'};if(/Firefox/.test(navigator.userAgent)){setTimeout(x,0)}else{x()}})()", 1, , "douban""
Item, "分享到饭否"=Go to page, "javascript:var d=document,w=window,f='http://fanfou.com/share',l=d.location,e=encodeURIComponent,p='?u='+e(l.href)+'&t='+e(d.title)+'&d='+e(w.getSelection?w.getSelection().toString():d.getSelection?d.getSelection():d.selection.createRange().text)+'&s=bm';a=function(){if(!w.open(f+'r'+p,'sharer','toolbar=0,status=0,resizable=0,width=600,height=400'))l.href=f+'.new'+p};if(/Firefox/.test(navigator.userAgent))setTimeout(a,0);else{a()}void(0)", 1, , "fanfou""
Item, "分享到腾讯微博"=Go to page, "javascript:(function(){window.open('http://v.t.qq.com/share/share.php?title='+encodeURIComponent(document.title)+'&url='+encodeURIComponent(location.href)+'&source=bookmark','_blank','width=450,height=400');})()", 1, , "qqweibo""
Item, "分享到QQ空间"=Go to page, "javascript:(function(){window.open('http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url='+ encodeURIComponent(location.href)+ '&title='+encodeURIComponent(document.title),'_blank');})()", 1, , "qzone""
Item, "添加到和讯转帖"=Go to page, "javascript:e=document.selection?(document.selection.type!='None'?document.selection.createRange().text:''):(document.getSelection?document.getSelection():'');location.href='http://bookmark.hexun.com/post.aspx?p=0&title='+escape(document.title)+'&url='+escape(location.href)+'&excerpt='+escape(e)", 1, , "hexun""
Item, "图片收藏"="Go to page, "javascript:void(function(g,d,m,s){if(g[m]){if(window._bdXC_loaded){g[m].reInit();}}else{s=d.createElement('script');s.setAttribute('charset','utf-8');s.src='http://xiangce.baidu.com/zt/collect/mark.js?'+(new Date()).getTime();d.body.appendChild(s);}}(window,document,'_bdXC'))",1,,"baidu""
Item, "发现啦"=Go to page, "javascript:void(function(g,d,m,s){g[m]?(g[m].c=1,g[m]()):!d[m]&&(d.getElementsByTagName('head')[0]||d.body).appendChild((d[m]=1,s=d.createElement('script'),s.setAttribute('charset','utf-8'),s.id='markit-script',s.src='http'+(window.location.protocol==='https:'?'s':'')+'://faxianla.com/m.js?'+Math.floor(+new Date/10000000),s))}(window,document,'__markit'))", 1, , "faxianla""
Item, "花瓣"="Go to page, "javascript:void(function(d,a,c,b){a[c]&&typeof a[c].showValidImages=='function'?a[c].showValidImages():(b=a.createElement('script'),b.id='huaban_script',b.setAttribute('charset','utf-8'),b.src='http://huaban.com/js/pinmarklet.js?'+Math.floor(+new Date/1E7),a.body.appendChild(b))}(window,document,'__huaban'));",1,,"huaban""
Item, "点点"="Go to page, "javascript:void((function()%7Bvar%20e=document.createElement('script');e.setAttribute('type','text/javascript');e.setAttribute('charset','UTF-8');e.setAttribute('src','http://s.libdd.com/js/app/bookmarklet/version.js?r='+Math.random()*99999999);document.body.appendChild(e)%7D)());",1,,"diandian""
Item, "采集到方舟"="Go to page, "javascript:void(function(a,b,c,d){d=b.createElement('script');d.id='linju_script';d.setAttribute('charset','gb2312');d.src='http://caiji.f.xunlei.com/js/caijiall.js?'+new%20Date().getTime();b.body.appendChild(d)}(window,document,'__linju'));", 1, , "xlpan""
Item, "Evernote"=Go to page, "javascript:(function(){EN_CLIP_HOST='http://www.evernote.com';try{var x=document.createElement('SCRIPT');x.type='text/javascript';x.src=EN_CLIP_HOST+'/public/bookmarkClipper.js?'+(new Date().getTime()/100000);document.getElementsByTagName('head')[0].appendChild(x);}catch(e){location.href=EN_CLIP_HOST+'/clip.action?url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title);}})();", 1, , "Evernote""
Item, "麦库网页剪辑器"=Go to page, "javascript:(function(){if(document.body&&!document.xmlVersion){var s=document.createElement('script');s.setAttribute('type','text/javascript');s.setAttribute('src','http://note.maiku-static.com/static/js/plugin/plugin.main.js');document.body.appendChild(s)}})();", 1, , "sdonote""
Item, "有道云笔记"=Go to page, "javascript:(function(){CLIP_HOST='http://note.youdao.com/yws';try{var%20x=document.createElement('SCRIPT');x.type='text/javascript';x.src=CLIP_HOST+'/YNoteClipper.js?'+(new%20Date().getTime()/100000);x.charset='utf-8';document.getElementsByTagName('head')[0].appendChild(x);}catch(e){alert(e);}})();", 1, , "ydnote""
Item, "保存到WizKnowledge"="Execute program, "C:\Program Files\Wiz\Wiz.exe", "C:\PROGRA~1\Wiz\WIZKMC~1.DLL, WizKMURLDownloadToDocument /ShowProgress=1 /URL=%u /CacheFile=%s",,"News Read""
[Simple BBSWater Menu]
Item,"(づ ̄ 3 ̄)づ"= "Insert,"(づ ̄ 3 ̄)づ,(~ ̄▽ ̄)~,ˋ( 〞▽〝)ˊ,╮( ̄▽ ̄'')╭,O(∩_∩)O~,Q口Q,%>_<%,^^b,→_→,—_—""
Item,"占个楼先,一会儿再发表意见"= "Insert,"[img]http://comic.qq.com/images/comic/2008/01/03/april/yct/037.gif[/img]占个楼先,一会儿再发表意见,哼哼哼哼~[img]http://www.2259.com/pic/20105/2010526222819.gif[/img]""
Item,"马克一下,等养肥了在看~~"= "Insert,"马克一下,等养肥了在看~~潜力贴留名.字数补丁.字数补丁..,拿分走人~~[img]http://img2.zol.com.cn/face/mulu/linglei/726595152005.gif[/img]""
Item,"我来数数,字数够了没有,恩,看样子差不多了."= "Insert,"我来数数,字数够了没有,恩,看样子差不多了.[img]http://comic.qq.com/images/comic/2008/01/03/april/yct/042.gif[/img]""
Item,"经鉴定....此贴值得挖坟,你们谁也拦不住我..."= "Insert,"[b][color=red]你们觉得我像是在灌水?经鉴定....此贴值得挖坟,你们谁也拦不住我...[/color][/b][img]http://comic.qq.com/images/comic/2008/01/03/april/yct/050.gif[/img]""
Item,"路过,不明真相的路过..!"= "Insert,"拿分走人~~路过,不明真相的路过..![img]http://img2.zol.com.cn/product/29/270/ceo0ESxHTUTh2.gif[/img]""
Item,"祥瑞御免,家宅平安"= "Insert,"[img]http://comic.qq.com/images/comic/2008/01/03/april/yct/001.gif[/img],祥瑞御免,家宅平安,阿弥陀佛""
Item,"一个人的马甲!"= "Insert,"LZ,你太年轻, 你太天真了,其实整个论坛只有我一个人,自己一个不停的换着马甲,不停的灌水,制造问题,解决问题,发贴,顶帖....不信的话我换个马甲再给你回个帖子""
Item,"好东西啊,多谢楼主分享\(^o^)/~(&Z)"= "Insert,"好东西啊,多谢楼主分享\(^o^)/~0A,[img]http://www.qqjia.com/learn/b521q/bq16/kaixin_9.gif[/img]顶一下,楼主再接再厉啊d(^o^)b~0A""
Item,"非常感谢分享!"= "Insert,"这个看起来不错哦,呵呵~非常感谢分享!支持一下![img]http://www.qqbase.com/uploads/allimg/080426/0325042.jpg[/img]""
[Simple BBSWaterTool Menu]
Item, "统计页面字数"=Go to page, "javascript:(function(){var T=%7B%7D,W=%5B%5D,C=0,s,i; function F(n)%7Bvar i,x,a,w,t=n.tagName;if(n.nodeType==3)%7Ba=n.data.toLowerCase().split(/%5B\s\(\)\:\,\.;\<\>\&\'\%22%5D/),i;for(i in a)if(w=a%5Bi%5D)%7Bw=%22 %22+w;T%5Bw%5D=T%5Bw%5D?T%5Bw%5D+1:1;++C;%7D%7Dif(t!=%22SCRIPT%22&&t!=%22STYLE%22)for(i=0;x=n.childNodes%5Bi%5D;++i)F(x)%7DF(document);for(i in T)W.push(%5BT%5Bi%5D,i%5D);W.sort(function(a,b)%7Bvar x=b%5B0%5D-a%5B0%5D;return x?x:((b%5B1%5D<a%5B1%5D)?1:-1)%7D); s=%22<h3>%22+C+%22 words</h3>%22;for(i in W)s+=W%5Bi%5D%5B0%5D+%22:%22+W%5Bi%5D%5B1%5D+%22<br>%22;with(open().document)%7Bwrite(s);close()%7D})()", 1, , "Mail Compose Strikethrough""
Item, "QQ拼音"=Go to page, "javascript:(function(q){!!q?q.toggle():(function(d,j){j=d.createElement('script');j.src='http://ime.qq.com/fcgi-bin/getjs';j.setAttribute('ime-cfg','lt=2');d.getElementsByTagName('head')[0].appendChild(j)})(document)})(window.QQWebIME)", , "QQWeb输入法", "Menu Edit" & Go to page, "javascript:document.selectSingleNode('//textarea[last()]').focus();"
Item, "搜狗云输入"=go to page,"javascript:void((function(){var e=document.createElement('script');e.setAttribute('src','http://web.pinyin.sogou.com/web_ime/init.js');document.body.appendChild(e);})())",,,"sogou"
Item, "百度云输入"=go to page,"javascript:void((function(){charset=document.charset;src='http://www.baidu.com/olime/bdime_open.js';element=document.createElement('script');element.setAttribute('src',src);document.body.appendChild(element);})())",,,"baidu"
Item, "菊花体文字"="Go to page, "javascript:{tmp = document.getSelection();code=String.fromCharCode(1161);outStr = '';for(var i=0,l=tmp.length; i<l; i++){outStr += tmp.charAt(i) + code;} alert(outStr);}", 1, "菊花体", "Window Hotlist Icon""
Platform Windows, Item, "屏幕键盘" =Execute program, "osk.exe",,屏幕键盘,"osk"
Platform Windows, Item, 字符影射表="Execute program, "charmap.exe",,,"Mail Compose Bullet List""
--------------------1
Item, "悠嘻猴" = Go to page, "javascript: max=28; totalNum=150; begin=1; bit=3; url='http://comic.qq.com/images/tj/2007/20070129/emote/a'; format='.gif'; footPos='bottom'; bdColor='#FFFEE4'; bdBorder='1px solid black'; bodyWidth='400px'; bodyRight='5px'; bodyBottom='5px'; imgWidth='50px'; imgHeight='50px'; imgBorder='1px solid darkgray'; imgHoverBd='1px solid red'; imgOpacity = '1'; btnColor='#FFFEE4'; clBtnColor='#FFFEE4'; btnHover='#ffff99'; clsBtnHover='#ffff99'; btnSelected='#ffff00'; btnBorder='1px solid black'; clBtnBorder='1px solid black'; btnWidth='48px'; btnPadding='1px'; fontSize='12px'; fontColor='black'; clfontColor='black'; idx=0; pages=0; imageList = ''; imgLinks = new Array(); footPages = new Array(); temp = document.getElementById('faceDialog'); if(temp) temp.parentNode.removeChild(temp); faceDialog = document.createElement('div'); faceDialog.id = 'faceDialog'; faceDialog.setAttribute('style', 'position:fixed;right:'+bodyRight+';top:'+bodyBottom+';width:'+bodyWidth+';background:'+bdColor+';border:'+bdBorder+';z-index:999;'); for(i=0;i<totalNum;i++){ imgLinks[idx++]=url+getPageNumWitchZero((begin+i), bit)+format; } pages = imgLinks.length/max|0; if(imgLinks.length%max != 0) pages++; if(imgLinks.length >= max) first = max; else first = imgLinks.length; for(j=0;j<first;j++){ imageList += '<div style=\x22border:'+imgBorder+';opacity:'+imgOpacity+';margin:2px;cursor:pointer;width:'+imgWidth+';height:'+imgHeight+';float:left\x22 onmouseover=\x22imgOver(this);\x22 onmouseout=\x22imgOut(this)\x22><table style=\x22width:100%;height:100%\x22><tr><td valign=\x22center\x22 align=\x22center\x22><img style=\x22width:100%\x22 src=\x22' + imgLinks[j] + '\x22 onclick=\x22addFace(this);\x22/></td></tr></table></div>'; } faceBody = document.createElement('div'); faceBody.id = 'faceBody'; faceBody.setAttribute('style','clear:both;margin-left:1px;margin-top:1px;'); faceBody.innerHTML = imageList; footDiv = document.createElement('div'); footDiv.setAttribute('style','clear:both;margin-left:3px;'); for(i=1;i<=pages;i++){ footPages[i] = document.createElement('div'); footPages[i].name = 'foot'; footPages[i].setAttribute('style','background:'+btnColor+';border:'+btnBorder+';cursor:pointer;float:left;margin-right:6px;margin-top:3px;margin-bottom:3px;width:'+btnWidth+';font-size:'+fontSize+';color:'+fontColor+';padding-top:'+btnPadding+';padding-bottom:'+btnPadding+';text-align:center;'); footPages[i].innerHTML = '第' + i + '页'; footPages[i].addEventListener('click',function(){changePage(this);},false); footPages[i].addEventListener('mouseover',function(){btnMouseOver(this);},false); footPages[i].addEventListener('mouseout',function(){btnMouseOut(this);},false); footDiv.appendChild(footPages[i]); } footPages[1].style.background=btnSelected; closeBtn = document.createElement('div'); closeBtn.setAttribute('style','background:'+clBtnColor+';border:'+clBtnBorder+';cursor:pointer;float:left;margin-right:6px;margin-top:3px;margin-bottom:3px;width:'+btnWidth+';font-size:'+fontSize+';color:'+clfontColor+';padding-top:'+btnPadding+';padding-bottom:'+btnPadding+';text-align:center;'); closeBtn.innerHTML = '关闭'; closeBtn.onclick = 'this.parentNode.parentNode.parentNode.removeChild(this.parentNode.parentNode)'; closeBtn.addEventListener('mouseover',function(){btnMouseOver(this);},false); closeBtn.addEventListener('mouseout',function(){btnMouseOut(this);},false); footDiv.appendChild(closeBtn); if(footPos == 'bottom'){ faceDialog.appendChild(faceBody); faceDialog.appendChild(footDiv); } else if(footPos == 'top'){ faceDialog.appendChild(footDiv); faceDialog.appendChild(faceBody); } document.body.appendChild(faceDialog); dialogX = faceDialog.offsetLeft; dialogY = faceDialog.offsetTop; if(footPos == 'top'){ faceDialog.setAttribute('style','position:fixed;width:428px;background:'+bdColor+';border:'+bdBorder+';z-index:999;left:'+dialogX+'px;top:'+dialogY+'px;'); } function imgOver(obj){ obj.style.border = imgHoverBd; obj.style.opacity = 1; } function imgOut(obj){ obj.style.border = imgBorder; obj.style.opacity = imgOpacity; } function btnMouseOver(obj){ if(obj.style.background == btnSelected.toLowerCase()) return true; else{ oldColor = obj.style.background; obj.style.background = btnHover; } } function btnMouseOut(obj){ if(obj.style.background == btnSelected.toLowerCase()) return true; obj.style.background = oldColor; } function changePage(obj){ for(i=1;i<footPages.length;i++) footPages[i].style.background = btnColor; obj.style.background = btnSelected; imageList = ''; pageNum = obj.innerHTML.match(/\d+/); if(pageNum != pages){ begin = (pageNum-1)*max; end = pageNum*max - 1; } else{ begin = (pageNum-1)*max; end = imgLinks.length-1; } for(i=begin;i<=end;i++){ imageList += '<div style=\x22border:'+imgBorder+';opacity:'+imgOpacity+';margin:2px;cursor:pointer;width:'+imgWidth+';height:'+imgHeight+';float:left\x22 onmouseover=\x22imgOver(this);\x22 onmouseout=\x22imgOut(this)\x22><table style=\x22width:100%;height:100%\x22><tr><td valign=\x22center\x22 align=\x22center\x22><img style=\x22width:100%\x22 src=\x22' + imgLinks[i] + '\x22 onclick=\x22addFace(this);\x22/></td></tr></table></div>'; } oldDiv = document.getElementById('faceBody'); newDiv = document.createElement('div'); newDiv.id = 'faceBody'; newDiv.setAttribute('style','clear:both;margin-left:1px;margin-top:1px;'); newDiv.innerHTML = imageList; oldDiv.parentNode.replaceChild(newDiv,oldDiv); } function addFace(imgObj){ imgLink = imgObj.src; imgTag = '[img]' + imgLink + '[/img]'; textArea = document.getElementById('message');/*phpbb*/ if(textArea == null || textArea.tagName.toLowerCase() != 'textarea')/*dz7.0.0*/ textArea = document.getElementById('e_textarea'); if(textArea == null || textArea.tagName.toLowerCase() != 'textarea'){/*others*/ textArea = document.getElementsByTagName('textarea'); textArea = textArea[textArea.length-1]; } cursorStart = textArea.selectionStart; cursorEnd = textArea.selectionEnd; textArea.value = textArea.value.slice(0,cursorStart) + imgTag + textArea.value.slice(cursorEnd); textArea.focus(); textArea.selectionStart = cursorStart + imgTag.length; textArea.selectionEnd = cursorEnd + imgTag.length; } function getPageNumWitchZero(num, bit){ var num = '' + num; var zero = '', i = 0; if(num.length >= bit) return num; for(i = 0; i < (bit - num.length); i++){ zero += '0'; } return (zero + num); } window.addEventListener( 'click', function(e){ obj = e.target; while(obj){ if(obj.id && obj.id == 'faceDialog' || obj.nodeName.toLowerCase() == 'textarea') return false; else obj = obj.parentNode; } temp = document.getElementById('faceDialog'); if(temp) temp.parentNode.removeChild(temp); },false ); void(0);",1,,"Smiley Wink"
Item, "洋葱头" = Go to page, "javascript: max=28; totalNum=66; begin=1; bit=3; url='http://comic.qq.com/images/comic/2008/01/03/april/yct/'; format='.gif'; footPos='bottom'; bdColor='#FFFEE4'; bdBorder='1px solid black'; bodyWidth='400px'; bodyRight='5px'; bodyBottom='5px'; imgWidth='50px'; imgHeight='50px'; imgBorder='1px solid darkgray'; imgHoverBd='1px solid red'; imgOpacity = '1'; btnColor='#FFFEE4'; clBtnColor='#FFFEE4'; btnHover='#ffff99'; clsBtnHover='#ffff99'; btnSelected='#ffff00'; btnBorder='1px solid black'; clBtnBorder='1px solid black'; btnWidth='48px'; btnPadding='1px'; fontSize='12px'; fontColor='black'; clfontColor='black'; idx=0; pages=0; imageList = ''; imgLinks = new Array(); footPages = new Array(); temp = document.getElementById('faceDialog'); if(temp) temp.parentNode.removeChild(temp); faceDialog = document.createElement('div'); faceDialog.id = 'faceDialog'; faceDialog.setAttribute('style', 'position:fixed;right:'+bodyRight+';top:'+bodyBottom+';width:'+bodyWidth+';background:'+bdColor+';border:'+bdBorder+';z-index:999;'); for(i=0;i<totalNum;i++){ imgLinks[idx++]=url+getPageNumWitchZero((begin+i), bit)+format; } pages = imgLinks.length/max|0; if(imgLinks.length%max != 0) pages++; if(imgLinks.length >= max) first = max; else first = imgLinks.length; for(j=0;j<first;j++){ imageList += '<div style=\x22border:'+imgBorder+';opacity:'+imgOpacity+';margin:2px;cursor:pointer;width:'+imgWidth+';height:'+imgHeight+';float:left\x22 onmouseover=\x22imgOver(this);\x22 onmouseout=\x22imgOut(this)\x22><table style=\x22width:100%;height:100%\x22><tr><td valign=\x22center\x22 align=\x22center\x22><img style=\x22width:100%\x22 src=\x22' + imgLinks[j] + '\x22 onclick=\x22addFace(this);\x22/></td></tr></table></div>'; } faceBody = document.createElement('div'); faceBody.id = 'faceBody'; faceBody.setAttribute('style','clear:both;margin-left:1px;margin-top:1px;'); faceBody.innerHTML = imageList; footDiv = document.createElement('div'); footDiv.setAttribute('style','clear:both;margin-left:3px;'); for(i=1;i<=pages;i++){ footPages[i] = document.createElement('div'); footPages[i].name = 'foot'; footPages[i].setAttribute('style','background:'+btnColor+';border:'+btnBorder+';cursor:pointer;float:left;margin-right:6px;margin-top:3px;margin-bottom:3px;width:'+btnWidth+';font-size:'+fontSize+';color:'+fontColor+';padding-top:'+btnPadding+';padding-bottom:'+btnPadding+';text-align:center;'); footPages[i].innerHTML = '第' + i + '页'; footPages[i].addEventListener('click',function(){changePage(this);},false); footPages[i].addEventListener('mouseover',function(){btnMouseOver(this);},false); footPages[i].addEventListener('mouseout',function(){btnMouseOut(this);},false); footDiv.appendChild(footPages[i]); } footPages[1].style.background=btnSelected; closeBtn = document.createElement('div'); closeBtn.setAttribute('style','background:'+clBtnColor+';border:'+clBtnBorder+';cursor:pointer;float:left;margin-right:6px;margin-top:3px;margin-bottom:3px;width:'+btnWidth+';font-size:'+fontSize+';color:'+clfontColor+';padding-top:'+btnPadding+';padding-bottom:'+btnPadding+';text-align:center;'); closeBtn.innerHTML = '关闭'; closeBtn.onclick = 'this.parentNode.parentNode.parentNode.removeChild(this.parentNode.parentNode)'; closeBtn.addEventListener('mouseover',function(){btnMouseOver(this);},false); closeBtn.addEventListener('mouseout',function(){btnMouseOut(this);},false); footDiv.appendChild(closeBtn); if(footPos == 'bottom'){ faceDialog.appendChild(faceBody); faceDialog.appendChild(footDiv); } else if(footPos == 'top'){ faceDialog.appendChild(footDiv); faceDialog.appendChild(faceBody); } document.body.appendChild(faceDialog); dialogX = faceDialog.offsetLeft; dialogY = faceDialog.offsetTop; if(footPos == 'top'){ faceDialog.setAttribute('style','position:fixed;width:428px;background:'+bdColor+';border:'+bdBorder+';z-index:999;left:'+dialogX+'px;top:'+dialogY+'px;'); } function imgOver(obj){ obj.style.border = imgHoverBd; obj.style.opacity = 1; } function imgOut(obj){ obj.style.border = imgBorder; obj.style.opacity = imgOpacity; } function btnMouseOver(obj){ if(obj.style.background == btnSelected.toLowerCase()) return true; else{ oldColor = obj.style.background; obj.style.background = btnHover; } } function btnMouseOut(obj){ if(obj.style.background == btnSelected.toLowerCase()) return true; obj.style.background = oldColor; } function changePage(obj){ for(i=1;i<footPages.length;i++) footPages[i].style.background = btnColor; obj.style.background = btnSelected; imageList = ''; pageNum = obj.innerHTML.match(/\d+/); if(pageNum != pages){ begin = (pageNum-1)*max; end = pageNum*max - 1; } else{ begin = (pageNum-1)*max; end = imgLinks.length-1; } for(i=begin;i<=end;i++){ imageList += '<div style=\x22border:'+imgBorder+';opacity:'+imgOpacity+';margin:2px;cursor:pointer;width:'+imgWidth+';height:'+imgHeight+';float:left\x22 onmouseover=\x22imgOver(this);\x22 onmouseout=\x22imgOut(this)\x22><table style=\x22width:100%;height:100%\x22><tr><td valign=\x22center\x22 align=\x22center\x22><img style=\x22width:100%\x22 src=\x22' + imgLinks[i] + '\x22 onclick=\x22addFace(this);\x22/></td></tr></table></div>'; } oldDiv = document.getElementById('faceBody'); newDiv = document.createElement('div'); newDiv.id = 'faceBody'; newDiv.setAttribute('style','clear:both;margin-left:1px;margin-top:1px;'); newDiv.innerHTML = imageList; oldDiv.parentNode.replaceChild(newDiv,oldDiv); } function addFace(imgObj){ imgLink = imgObj.src; imgTag = '[img]' + imgLink + '[/img]'; textArea = document.getElementById('message');/*phpbb*/ if(textArea == null || textArea.tagName.toLowerCase() != 'textarea')/*dz7.0.0*/ textArea = document.getElementById('e_textarea'); if(textArea == null || textArea.tagName.toLowerCase() != 'textarea'){/*others*/ textArea = document.getElementsByTagName('textarea'); textArea = textArea[textArea.length-1]; } cursorStart = textArea.selectionStart; cursorEnd = textArea.selectionEnd; textArea.value = textArea.value.slice(0,cursorStart) + imgTag + textArea.value.slice(cursorEnd); textArea.focus(); textArea.selectionStart = cursorStart + imgTag.length; textArea.selectionEnd = cursorEnd + imgTag.length; } function getPageNumWitchZero(num, bit){ var num = '' + num; var zero = '', i = 0; if(num.length >= bit) return num; for(i = 0; i < (bit - num.length); i++){ zero += '0'; } return (zero + num); } window.addEventListener( 'click', function(e){ obj = e.target; while(obj){ if(obj.id && obj.id == 'faceDialog' || obj.nodeName.toLowerCase() == 'textarea') return false; else obj = obj.parentNode; } temp = document.getElementById('faceDialog'); if(temp) temp.parentNode.removeChild(temp); },false ); void(0);",1,,"Smiley Wink"
Item, "兔斯基" = Go to page, "javascript: max=28; totalNum=36; begin=1; bit=2; url='http://comic.qq.com/images/comic/2007/04/17/tz/'; format='.gif'; footPos='bottom'; bdColor='#FFFEE4'; bdBorder='1px solid black'; bodyWidth='400px'; bodyRight='5px'; bodyBottom='5px'; imgWidth='50px'; imgHeight='50px'; imgBorder='1px solid darkgray'; imgHoverBd='1px solid red'; imgOpacity = '1'; btnColor='#FFFEE4'; clBtnColor='#FFFEE4'; btnHover='#ffff99'; clsBtnHover='#ffff99'; btnSelected='#ffff00'; btnBorder='1px solid black'; clBtnBorder='1px solid black'; btnWidth='48px'; btnPadding='1px'; fontSize='12px'; fontColor='black'; clfontColor='black'; idx=0; pages=0; imageList = ''; imgLinks = new Array(); footPages = new Array(); temp = document.getElementById('faceDialog'); if(temp) temp.parentNode.removeChild(temp); faceDialog = document.createElement('div'); faceDialog.id = 'faceDialog'; faceDialog.setAttribute('style', 'position:fixed;right:'+bodyRight+';top:'+bodyBottom+';width:'+bodyWidth+';background:'+bdColor+';border:'+bdBorder+';z-index:999;'); for(i=0;i<totalNum;i++){ imgLinks[idx++]=url+getPageNumWitchZero((begin+i), bit)+format; } pages = imgLinks.length/max|0; if(imgLinks.length%max != 0) pages++; if(imgLinks.length >= max) first = max; else first = imgLinks.length; for(j=0;j<first;j++){ imageList += '<div style=\x22border:'+imgBorder+';opacity:'+imgOpacity+';margin:2px;cursor:pointer;width:'+imgWidth+';height:'+imgHeight+';float:left\x22 onmouseover=\x22imgOver(this);\x22 onmouseout=\x22imgOut(this)\x22><table style=\x22width:100%;height:100%\x22><tr><td valign=\x22center\x22 align=\x22center\x22><img style=\x22width:100%\x22 src=\x22' + imgLinks[j] + '\x22 onclick=\x22addFace(this);\x22/></td></tr></table></div>'; } faceBody = document.createElement('div'); faceBody.id = 'faceBody'; faceBody.setAttribute('style','clear:both;margin-left:1px;margin-top:1px;'); faceBody.innerHTML = imageList; footDiv = document.createElement('div'); footDiv.setAttribute('style','clear:both;margin-left:3px;'); for(i=1;i<=pages;i++){ footPages[i] = document.createElement('div'); footPages[i].name = 'foot'; footPages[i].setAttribute('style','background:'+btnColor+';border:'+btnBorder+';cursor:pointer;float:left;margin-right:6px;margin-top:3px;margin-bottom:3px;width:'+btnWidth+';font-size:'+fontSize+';color:'+fontColor+';padding-top:'+btnPadding+';padding-bottom:'+btnPadding+';text-align:center;'); footPages[i].innerHTML = '第' + i + '页'; footPages[i].addEventListener('click',function(){changePage(this);},false); footPages[i].addEventListener('mouseover',function(){btnMouseOver(this);},false); footPages[i].addEventListener('mouseout',function(){btnMouseOut(this);},false); footDiv.appendChild(footPages[i]); } footPages[1].style.background=btnSelected; closeBtn = document.createElement('div'); closeBtn.setAttribute('style','background:'+clBtnColor+';border:'+clBtnBorder+';cursor:pointer;float:left;margin-right:6px;margin-top:3px;margin-bottom:3px;width:'+btnWidth+';font-size:'+fontSize+';color:'+clfontColor+';padding-top:'+btnPadding+';padding-bottom:'+btnPadding+';text-align:center;'); closeBtn.innerHTML = '关闭'; closeBtn.onclick = 'this.parentNode.parentNode.parentNode.removeChild(this.parentNode.parentNode)'; closeBtn.addEventListener('mouseover',function(){btnMouseOver(this);},false); closeBtn.addEventListener('mouseout',function(){btnMouseOut(this);},false); footDiv.appendChild(closeBtn); if(footPos == 'bottom'){ faceDialog.appendChild(faceBody); faceDialog.appendChild(footDiv); } else if(footPos == 'top'){ faceDialog.appendChild(footDiv); faceDialog.appendChild(faceBody); } document.body.appendChild(faceDialog); dialogX = faceDialog.offsetLeft; dialogY = faceDialog.offsetTop; if(footPos == 'top'){ faceDialog.setAttribute('style','position:fixed;width:428px;background:'+bdColor+';border:'+bdBorder+';z-index:999;left:'+dialogX+'px;top:'+dialogY+'px;'); } function imgOver(obj){ obj.style.border = imgHoverBd; obj.style.opacity = 1; } function imgOut(obj){ obj.style.border = imgBorder; obj.style.opacity = imgOpacity; } function btnMouseOver(obj){ if(obj.style.background == btnSelected.toLowerCase()) return true; else{ oldColor = obj.style.background; obj.style.background = btnHover; } } function btnMouseOut(obj){ if(obj.style.background == btnSelected.toLowerCase()) return true; obj.style.background = oldColor; } function changePage(obj){ for(i=1;i<footPages.length;i++) footPages[i].style.background = btnColor; obj.style.background = btnSelected; imageList = ''; pageNum = obj.innerHTML.match(/\d+/); if(pageNum != pages){ begin = (pageNum-1)*max; end = pageNum*max - 1; } else{ begin = (pageNum-1)*max; end = imgLinks.length-1; } for(i=begin;i<=end;i++){ imageList += '<div style=\x22border:'+imgBorder+';opacity:'+imgOpacity+';margin:2px;cursor:pointer;width:'+imgWidth+';height:'+imgHeight+';float:left\x22 onmouseover=\x22imgOver(this);\x22 onmouseout=\x22imgOut(this)\x22><table style=\x22width:100%;height:100%\x22><tr><td valign=\x22center\x22 align=\x22center\x22><img style=\x22width:100%\x22 src=\x22' + imgLinks[i] + '\x22 onclick=\x22addFace(this);\x22/></td></tr></table></div>'; } oldDiv = document.getElementById('faceBody'); newDiv = document.createElement('div'); newDiv.id = 'faceBody'; newDiv.setAttribute('style','clear:both;margin-left:1px;margin-top:1px;'); newDiv.innerHTML = imageList; oldDiv.parentNode.replaceChild(newDiv,oldDiv); } function addFace(imgObj){ imgLink = imgObj.src; imgTag = '[img]' + imgLink + '[/img]'; textArea = document.getElementById('message');/*phpbb*/ if(textArea == null || textArea.tagName.toLowerCase() != 'textarea')/*dz7.0.0*/ textArea = document.getElementById('e_textarea'); if(textArea == null || textArea.tagName.toLowerCase() != 'textarea'){/*others*/ textArea = document.getElementsByTagName('textarea'); textArea = textArea[textArea.length-1]; } cursorStart = textArea.selectionStart; cursorEnd = textArea.selectionEnd; textArea.value = textArea.value.slice(0,cursorStart) + imgTag + textArea.value.slice(cursorEnd); textArea.focus(); textArea.selectionStart = cursorStart + imgTag.length; textArea.selectionEnd = cursorEnd + imgTag.length; } function getPageNumWitchZero(num, bit){ var num = '' + num; var zero = '', i = 0; if(num.length >= bit) return num; for(i = 0; i < (bit - num.length); i++){ zero += '0'; } return (zero + num); } window.addEventListener( 'click', function(e){ obj = e.target; while(obj){ if(obj.id && obj.id == 'faceDialog' || obj.nodeName.toLowerCase() == 'textarea') return false; else obj = obj.parentNode; } temp = document.getElementById('faceDialog'); if(temp) temp.parentNode.removeChild(temp); },false ); void(0);",1,,"Smiley Wink"
Item, "QQ表情" = Go to page, "javascript: max=40; totalNum=134; begin=0; bit=1; url='http://rescdn.qqmail.com/zh_CN/images/mo/DEFAULT2/'; format='.gif'; footPos='bottom'; bdColor='#FFFEE4'; bdBorder='1px solid black'; bodyWidth='305px'; bodyRight='5px'; bodyBottom='5px'; imgWidth='24px'; imgHeight='24px'; imgBorder='1px solid darkgray'; imgHoverBd='1px solid red'; imgOpacity = '1'; btnColor='#FFFEE4'; clBtnColor='#FFFEE4'; btnHover='#ffff99'; clsBtnHover='#ffff99'; btnSelected='#ffff00'; btnBorder='1px solid black'; clBtnBorder='1px solid black'; btnWidth='48px'; btnPadding='1px'; fontSize='12px'; fontColor='black'; clfontColor='black'; idx=0; pages=0; imageList = ''; imgLinks = new Array(); footPages = new Array(); temp = document.getElementById('faceDialog'); if(temp) temp.parentNode.removeChild(temp); faceDialog = document.createElement('div'); faceDialog.id = 'faceDialog'; faceDialog.setAttribute('style', 'position:fixed;right:'+bodyRight+';top:'+bodyBottom+';width:'+bodyWidth+';background:'+bdColor+';border:'+bdBorder+';z-index:999;'); for(i=0;i<totalNum;i++){ imgLinks[idx++]=url+getPageNumWitchZero((begin+i), bit)+format; } pages = imgLinks.length/max|0; if(imgLinks.length%max != 0) pages++; if(imgLinks.length >= max) first = max; else first = imgLinks.length; for(j=0;j<first;j++){ imageList += '<div style=\x22border:'+imgBorder+';opacity:'+imgOpacity+';margin:2px;cursor:pointer;width:'+imgWidth+';height:'+imgHeight+';float:left\x22 onmouseover=\x22imgOver(this);\x22 onmouseout=\x22imgOut(this)\x22><table style=\x22width:100%;height:100%\x22><tr><td valign=\x22\x22 align=\x22center\x22><img style=\x22width:100%\x22 src=\x22' + imgLinks[j] + '\x22 onclick=\x22addFace(this);\x22/></td></tr></table></div>'; } faceBody = document.createElement('div'); faceBody.id = 'faceBody'; faceBody.setAttribute('style','clear:both;margin-left:1px;margin-top:1px;'); faceBody.innerHTML = imageList; footDiv = document.createElement('div'); footDiv.setAttribute('style','clear:both;margin-left:3px;'); for(i=1;i<=pages;i++){ footPages[i] = document.createElement('div'); footPages[i].name = 'foot'; footPages[i].setAttribute('style','background:'+btnColor+';border:'+btnBorder+';cursor:pointer;float:left;margin-right:6px;margin-top:3px;margin-bottom:3px;width:'+btnWidth+';font-size:'+fontSize+';color:'+fontColor+';padding-top:'+btnPadding+';padding-bottom:'+btnPadding+';text-align:center;'); footPages[i].innerHTML = '第' + i + '页'; footPages[i].addEventListener('click',function(){changePage(this);},false); footPages[i].addEventListener('mouseover',function(){btnMouseOver(this);},false); footPages[i].addEventListener('mouseout',function(){btnMouseOut(this);},false); footDiv.appendChild(footPages[i]); } footPages[1].style.background=btnSelected; closeBtn = document.createElement('div'); closeBtn.setAttribute('style','background:'+clBtnColor+';border:'+clBtnBorder+';cursor:pointer;float:left;margin-right:6px;margin-top:3px;margin-bottom:3px;width:'+btnWidth+';font-size:'+fontSize+';color:'+clfontColor+';padding-top:'+btnPadding+';padding-bottom:'+btnPadding+';text-align:center;'); closeBtn.innerHTML = '关闭'; closeBtn.onclick = 'this.parentNode.parentNode.parentNode.removeChild(this.parentNode.parentNode)'; closeBtn.addEventListener('mouseover',function(){btnMouseOver(this);},false); closeBtn.addEventListener('mouseout',function(){btnMouseOut(this);},false); footDiv.appendChild(closeBtn); if(footPos == 'bottom'){ faceDialog.appendChild(faceBody); faceDialog.appendChild(footDiv); } else if(footPos == 'top'){ faceDialog.appendChild(footDiv); faceDialog.appendChild(faceBody); } document.body.appendChild(faceDialog); dialogX = faceDialog.offsetLeft; dialogY = faceDialog.offsetTop; if(footPos == 'top'){ faceDialog.setAttribute('style','position:fixed;width:428px;background:'+bdColor+';border:'+bdBorder+';z-index:999;left:'+dialogX+'px;top:'+dialogY+'px;'); } function imgOver(obj){ obj.style.border = imgHoverBd; obj.style.opacity = 1; } function imgOut(obj){ obj.style.border = imgBorder; obj.style.opacity = imgOpacity; } function btnMouseOver(obj){ if(obj.style.background == btnSelected.toLowerCase()) return true; else{ oldColor = obj.style.background; obj.style.background = btnHover; } } function btnMouseOut(obj){ if(obj.style.background == btnSelected.toLowerCase()) return true; obj.style.background = oldColor; } function changePage(obj){ for(i=1;i<footPages.length;i++) footPages[i].style.background = btnColor; obj.style.background = btnSelected; imageList = ''; pageNum = obj.innerHTML.match(/\d+/); if(pageNum != pages){ begin = (pageNum-1)*max; end = pageNum*max - 1; } else{ begin = (pageNum-1)*max; end = imgLinks.length-1; } for(i=begin;i<=end;i++){ imageList += '<div style=\x22border:'+imgBorder+';opacity:'+imgOpacity+';margin:2px;cursor:pointer;width:'+imgWidth+';height:'+imgHeight+';float:left\x22 onmouseover=\x22imgOver(this);\x22 onmouseout=\x22imgOut(this)\x22><table style=\x22width:100%;height:100%\x22><tr><td valign=\x22\x22 align=\x22center\x22><img style=\x22width:100%\x22 src=\x22' + imgLinks[i] + '\x22 onclick=\x22addFace(this);\x22/></td></tr></table></div>'; } oldDiv = document.getElementById('faceBody'); newDiv = document.createElement('div'); newDiv.id = 'faceBody'; newDiv.setAttribute('style','clear:both;margin-left:1px;margin-top:1px;'); newDiv.innerHTML = imageList; oldDiv.parentNode.replaceChild(newDiv,oldDiv); } function addFace(imgObj){ imgLink = imgObj.src; imgTag = '[img]' + imgLink + '[/img]'; textArea = document.getElementById('message');/*phpbb*/ if(textArea == null || textArea.tagName.toLowerCase() != 'textarea')/*dz7.0.0*/ textArea = document.getElementById('e_textarea'); if(textArea == null || textArea.tagName.toLowerCase() != 'textarea'){/*others*/ textArea = document.getElementsByTagName('textarea'); textArea = textArea[textArea.length-1]; } cursorStart = textArea.selectionStart; cursorEnd = textArea.selectionEnd; textArea.value = textArea.value.slice(0,cursorStart) + imgTag + textArea.value.slice(cursorEnd); textArea.focus(); textArea.selectionStart = cursorStart + imgTag.length; textArea.selectionEnd = cursorEnd + imgTag.length; } function getPageNumWitchZero(num, bit){ var num = '' + num; var zero = '', i = 0; if(num.length >= bit) return num; for(i = 0; i < (bit - num.length); i++){ zero += '0'; } return (zero + num); } window.addEventListener( 'click', function(e){ obj = e.target; while(obj){ if(obj.id && obj.id == 'faceDialog' || obj.nodeName.toLowerCase() == 'textarea') return false; else obj = obj.parentNode; } temp = document.getElementById('faceDialog'); if(temp) temp.parentNode.removeChild(temp); },false ); void(0);",1,,"Smiley Wink"
breakitem
Item, "炮炮兵" = Go to page, "javascript: max=28; totalNum=85; begin=1; bit=2; url='http://comic.qq.com/images/comic/2007/12/28/april/ppb/'; format='.gif'; footPos='bottom'; bdColor='#FFFEE4'; bdBorder='1px solid black'; bodyWidth='400px'; bodyRight='5px'; bodyBottom='5px'; imgWidth='50px'; imgHeight='50px'; imgBorder='1px solid darkgray'; imgHoverBd='1px solid red'; imgOpacity = '1'; btnColor='#FFFEE4'; clBtnColor='#FFFEE4'; btnHover='#ffff99'; clsBtnHover='#ffff99'; btnSelected='#ffff00'; btnBorder='1px solid black'; clBtnBorder='1px solid black'; btnWidth='48px'; btnPadding='1px'; fontSize='12px'; fontColor='black'; clfontColor='black'; idx=0; pages=0; imageList = ''; imgLinks = new Array(); footPages = new Array(); temp = document.getElementById('faceDialog'); if(temp) temp.parentNode.removeChild(temp); faceDialog = document.createElement('div'); faceDialog.id = 'faceDialog'; faceDialog.setAttribute('style', 'position:fixed;right:'+bodyRight+';top:'+bodyBottom+';width:'+bodyWidth+';background:'+bdColor+';border:'+bdBorder+';z-index:999;'); for(i=0;i<totalNum;i++){ imgLinks[idx++]=url+getPageNumWitchZero((begin+i), bit)+format; } pages = imgLinks.length/max|0; if(imgLinks.length%max != 0) pages++; if(imgLinks.length >= max) first = max; else first = imgLinks.length; for(j=0;j<first;j++){ imageList += '<div style=\x22border:'+imgBorder+';opacity:'+imgOpacity+';margin:2px;cursor:pointer;width:'+imgWidth+';height:'+imgHeight+';float:left\x22 onmouseover=\x22imgOver(this);\x22 onmouseout=\x22imgOut(this)\x22><table style=\x22width:100%;height:100%\x22><tr><td valign=\x22center\x22 align=\x22center\x22><img style=\x22width:100%\x22 src=\x22' + imgLinks[j] + '\x22 onclick=\x22addFace(this);\x22/></td></tr></table></div>'; } faceBody = document.createElement('div'); faceBody.id = 'faceBody'; faceBody.setAttribute('style','clear:both;margin-left:1px;margin-top:1px;'); faceBody.innerHTML = imageList; footDiv = document.createElement('div'); footDiv.setAttribute('style','clear:both;margin-left:3px;'); for(i=1;i<=pages;i++){ footPages[i] = document.createElement('div'); footPages[i].name = 'foot'; footPages[i].setAttribute('style','background:'+btnColor+';border:'+btnBorder+';cursor:pointer;float:left;margin-right:6px;margin-top:3px;margin-bottom:3px;width:'+btnWidth+';font-size:'+fontSize+';color:'+fontColor+';padding-top:'+btnPadding+';padding-bottom:'+btnPadding+';text-align:center;'); footPages[i].innerHTML = '第' + i + '页'; footPages[i].addEventListener('click',function(){changePage(this);},false); footPages[i].addEventListener('mouseover',function(){btnMouseOver(this);},false); footPages[i].addEventListener('mouseout',function(){btnMouseOut(this);},false); footDiv.appendChild(footPages[i]); } footPages[1].style.background=btnSelected; closeBtn = document.createElement('div'); closeBtn.setAttribute('style','background:'+clBtnColor+';border:'+clBtnBorder+';cursor:pointer;float:left;margin-right:6px;margin-top:3px;margin-bottom:3px;width:'+btnWidth+';font-size:'+fontSize+';color:'+clfontColor+';padding-top:'+btnPadding+';padding-bottom:'+btnPadding+';text-align:center;'); closeBtn.innerHTML = '关闭'; closeBtn.onclick = 'this.parentNode.parentNode.parentNode.removeChild(this.parentNode.parentNode)'; closeBtn.addEventListener('mouseover',function(){btnMouseOver(this);},false); closeBtn.addEventListener('mouseout',function(){btnMouseOut(this);},false); footDiv.appendChild(closeBtn); if(footPos == 'bottom'){ faceDialog.appendChild(faceBody); faceDialog.appendChild(footDiv); } else if(footPos == 'top'){ faceDialog.appendChild(footDiv); faceDialog.appendChild(faceBody); } document.body.appendChild(faceDialog); dialogX = faceDialog.offsetLeft; dialogY = faceDialog.offsetTop; if(footPos == 'top'){ faceDialog.setAttribute('style','position:fixed;width:428px;background:'+bdColor+';border:'+bdBorder+';z-index:999;left:'+dialogX+'px;top:'+dialogY+'px;'); } function imgOver(obj){ obj.style.border = imgHoverBd; obj.style.opacity = 1; } function imgOut(obj){ obj.style.border = imgBorder; obj.style.opacity = imgOpacity; } function btnMouseOver(obj){ if(obj.style.background == btnSelected.toLowerCase()) return true; else{ oldColor = obj.style.background; obj.style.background = btnHover; } } function btnMouseOut(obj){ if(obj.style.background == btnSelected.toLowerCase()) return true; obj.style.background = oldColor; } function changePage(obj){ for(i=1;i<footPages.length;i++) footPages[i].style.background = btnColor; obj.style.background = btnSelected; imageList = ''; pageNum = obj.innerHTML.match(/\d+/); if(pageNum != pages){ begin = (pageNum-1)*max; end = pageNum*max - 1; } else{ begin = (pageNum-1)*max; end = imgLinks.length-1; } for(i=begin;i<=end;i++){ imageList += '<div style=\x22border:'+imgBorder+';opacity:'+imgOpacity+';margin:2px;cursor:pointer;width:'+imgWidth+';height:'+imgHeight+';float:left\x22 onmouseover=\x22imgOver(this);\x22 onmouseout=\x22imgOut(this)\x22><table style=\x22width:100%;height:100%\x22><tr><td valign=\x22center\x22 align=\x22center\x22><img style=\x22width:100%\x22 src=\x22' + imgLinks[i] + '\x22 onclick=\x22addFace(this);\x22/></td></tr></table></div>'; } oldDiv = document.getElementById('faceBody'); newDiv = document.createElement('div'); newDiv.id = 'faceBody'; newDiv.setAttribute('style','clear:both;margin-left:1px;margin-top:1px;'); newDiv.innerHTML = imageList; oldDiv.parentNode.replaceChild(newDiv,oldDiv); } function addFace(imgObj){ imgLink = imgObj.src; imgTag = '[img]'%20+%20imgLink%20+%20'[/img]'; textArea = document.getElementById('message');/*phpbb*/ if(textArea == null || textArea.tagName.toLowerCase() != 'textarea')/*dz7.0.0*/ textArea = document.getElementById('e_textarea'); if(textArea == null || textArea.tagName.toLowerCase() != 'textarea'){/*others*/ textArea = document.getElementsByTagName('textarea'); textArea = textArea[textArea.length-1]; } cursorStart = textArea.selectionStart; cursorEnd = textArea.selectionEnd; textArea.value = textArea.value.slice(0,cursorStart) + imgTag + textArea.value.slice(cursorEnd); textArea.focus(); textArea.selectionStart = cursorStart + imgTag.length; textArea.selectionEnd = cursorEnd + imgTag.length; } function getPageNumWitchZero(num, bit){ var num = '' + num; var zero = '', i = 0; if(num.length >= bit) return num; for(i = 0; i < (bit - num.length); i++){ zero += '0'; } return (zero + num); } window.addEventListener( 'click', function(e){ obj = e.target; while(obj){ if(obj.id && obj.id == 'faceDialog' || obj.nodeName.toLowerCase() == 'textarea') return false; else obj = obj.parentNode; } temp = document.getElementById('faceDialog'); if(temp) temp.parentNode.removeChild(temp); },false ); void(0);",1,,"Smiley Wink"
Item, "可爱猫" = Go to page, "javascript: max=28; totalNum=12; begin=1; bit=2; url='http://comic.qq.com/images/comic/2008/01/03/april/kam/'; format='.gif'; footPos='bottom'; bdColor='#FFFEE4'; bdBorder='1px solid black'; bodyWidth='340px'; bodyRight='5px'; bodyBottom='5px'; imgWidth='50px'; imgHeight='50px'; imgBorder='1px solid darkgray'; imgHoverBd='1px solid red'; imgOpacity = '1'; btnColor='#FFFEE4'; clBtnColor='#FFFEE4'; btnHover='#ffff99'; clsBtnHover='#ffff99'; btnSelected='#ffff00'; btnBorder='1px solid black'; clBtnBorder='1px solid black'; btnWidth='48px'; btnPadding='1px'; fontSize='12px'; fontColor='black'; clfontColor='black'; idx=0; pages=0; imageList = ''; imgLinks = new Array(); footPages = new Array(); temp = document.getElementById('faceDialog'); if(temp) temp.parentNode.removeChild(temp); faceDialog = document.createElement('div'); faceDialog.id = 'faceDialog'; faceDialog.setAttribute('style', 'position:fixed;right:'+bodyRight+';top:'+bodyBottom+';width:'+bodyWidth+';background:'+bdColor+';border:'+bdBorder+';z-index:999;'); for(i=0;i<totalNum;i++){ imgLinks[idx++]=url+getPageNumWitchZero((begin+i), bit)+format; } pages = imgLinks.length/max|0; if(imgLinks.length%max != 0) pages++; if(imgLinks.length >= max) first = max; else first = imgLinks.length; for(j=0;j<first;j++){ imageList += '<div style=\x22border:'+imgBorder+';opacity:'+imgOpacity+';margin:2px;cursor:pointer;width:'+imgWidth+';height:'+imgHeight+';float:left\x22 onmouseover=\x22imgOver(this);\x22 onmouseout=\x22imgOut(this)\x22><table style=\x22width:100%;height:100%\x22><tr><td valign=\x22center\x22 align=\x22center\x22><img style=\x22width:100%\x22 src=\x22' + imgLinks[j] + '\x22 onclick=\x22addFace(this);\x22/></td></tr></table></div>'; } faceBody = document.createElement('div'); faceBody.id = 'faceBody'; faceBody.setAttribute('style','clear:both;margin-left:1px;margin-top:1px;'); faceBody.innerHTML = imageList; footDiv = document.createElement('div'); footDiv.setAttribute('style','clear:both;margin-left:3px;'); for(i=1;i<=pages;i++){ footPages[i] = document.createElement('div'); footPages[i].name = 'foot'; footPages[i].setAttribute('style','background:'+btnColor+';border:'+btnBorder+';cursor:pointer;float:left;margin-right:6px;margin-top:3px;margin-bottom:3px;width:'+btnWidth+';font-size:'+fontSize+';color:'+fontColor+';padding-top:'+btnPadding+';padding-bottom:'+btnPadding+';text-align:center;'); footPages[i].innerHTML = '第' + i + '页'; footPages[i].addEventListener('click',function(){changePage(this);},false); footPages[i].addEventListener('mouseover',function(){btnMouseOver(this);},false); footPages[i].addEventListener('mouseout',function(){btnMouseOut(this);},false); footDiv.appendChild(footPages[i]); } footPages[1].style.background=btnSelected; closeBtn = document.createElement('div'); closeBtn.setAttribute('style','background:'+clBtnColor+';border:'+clBtnBorder+';cursor:pointer;float:left;margin-right:6px;margin-top:3px;margin-bottom:3px;width:'+btnWidth+';font-size:'+fontSize+';color:'+clfontColor+';padding-top:'+btnPadding+';padding-bottom:'+btnPadding+';text-align:center;'); closeBtn.innerHTML = '关闭'; closeBtn.onclick = 'this.parentNode.parentNode.parentNode.removeChild(this.parentNode.parentNode)'; closeBtn.addEventListener('mouseover',function(){btnMouseOver(this);},false); closeBtn.addEventListener('mouseout',function(){btnMouseOut(this);},false); footDiv.appendChild(closeBtn); if(footPos == 'bottom'){ faceDialog.appendChild(faceBody); faceDialog.appendChild(footDiv); } else if(footPos == 'top'){ faceDialog.appendChild(footDiv); faceDialog.appendChild(faceBody); } document.body.appendChild(faceDialog); dialogX = faceDialog.offsetLeft; dialogY = faceDialog.offsetTop; if(footPos == 'top'){ faceDialog.setAttribute('style','position:fixed;width:428px;background:'+bdColor+';border:'+bdBorder+';z-index:999;left:'+dialogX+'px;top:'+dialogY+'px;'); } function imgOver(obj){ obj.style.border = imgHoverBd; obj.style.opacity = 1; } function imgOut(obj){ obj.style.border = imgBorder; obj.style.opacity = imgOpacity; } function btnMouseOver(obj){ if(obj.style.background == btnSelected.toLowerCase()) return true; else{ oldColor = obj.style.background; obj.style.background = btnHover; } } function btnMouseOut(obj){ if(obj.style.background == btnSelected.toLowerCase()) return true; obj.style.background = oldColor; } function changePage(obj){ for(i=1;i<footPages.length;i++) footPages[i].style.background = btnColor; obj.style.background = btnSelected; imageList = ''; pageNum = obj.innerHTML.match(/\d+/); if(pageNum != pages){ begin = (pageNum-1)*max; end = pageNum*max - 1; } else{ begin = (pageNum-1)*max; end = imgLinks.length-1; } for(i=begin;i<=end;i++){ imageList += '<div style=\x22border:'+imgBorder+';opacity:'+imgOpacity+';margin:2px;cursor:pointer;width:'+imgWidth+';height:'+imgHeight+';float:left\x22 onmouseover=\x22imgOver(this);\x22 onmouseout=\x22imgOut(this)\x22><table style=\x22width:100%;height:100%\x22><tr><td valign=\x22center\x22 align=\x22center\x22><img style=\x22width:100%\x22 src=\x22' + imgLinks[i] + '\x22 onclick=\x22addFace(this);\x22/></td></tr></table></div>'; } oldDiv = document.getElementById('faceBody'); newDiv = document.createElement('div'); newDiv.id = 'faceBody'; newDiv.setAttribute('style','clear:both;margin-left:1px;margin-top:1px;'); newDiv.innerHTML = imageList; oldDiv.parentNode.replaceChild(newDiv,oldDiv); } function addFace(imgObj){ imgLink = imgObj.src; imgTag = '[img]' + imgLink + '[/img]'; textArea = document.getElementById('message');/*phpbb*/ if(textArea == null || textArea.tagName.toLowerCase() != 'textarea')/*dz7.0.0*/ textArea = document.getElementById('e_textarea'); if(textArea == null || textArea.tagName.toLowerCase() != 'textarea'){/*others*/ textArea = document.getElementsByTagName('textarea'); textArea = textArea[textArea.length-1]; } cursorStart = textArea.selectionStart; cursorEnd = textArea.selectionEnd; textArea.value = textArea.value.slice(0,cursorStart) + imgTag + textArea.value.slice(cursorEnd); textArea.focus(); textArea.selectionStart = cursorStart + imgTag.length; textArea.selectionEnd = cursorEnd + imgTag.length; } function getPageNumWitchZero(num, bit){ var num = '' + num; var zero = '', i = 0; if(num.length >= bit) return num; for(i = 0; i < (bit - num.length); i++){ zero += '0'; } return (zero + num); } window.addEventListener( 'click', function(e){ obj = e.target; while(obj){ if(obj.id && obj.id == 'faceDialog' || obj.nodeName.toLowerCase() == 'textarea') return false; else obj = obj.parentNode; } temp = document.getElementById('faceDialog'); if(temp) temp.parentNode.removeChild(temp); },false ); void(0);",1,,"Smiley Wink"
Item, "桃子" = Go to page, "javascript: max=28; totalNum=52; begin=1; bit=2; url='http://comic.qq.com/images/comic/2008/02/22/april/pt50/'; format='.gif'; footPos='bottom'; bdColor='#FFFEE4'; bdBorder='1px solid black'; bodyWidth='400px'; bodyRight='5px'; bodyBottom='5px'; imgWidth='50px'; imgHeight='50px'; imgBorder='1px solid darkgray'; imgHoverBd='1px solid red'; imgOpacity = '1'; btnColor='#FFFEE4'; clBtnColor='#FFFEE4'; btnHover='#ffff99'; clsBtnHover='#ffff99'; btnSelected='#ffff00'; btnBorder='1px solid black'; clBtnBorder='1px solid black'; btnWidth='48px'; btnPadding='1px'; fontSize='12px'; fontColor='black'; clfontColor='black'; idx=0; pages=0; imageList = ''; imgLinks = new Array(); footPages = new Array(); temp = document.getElementById('faceDialog'); if(temp) temp.parentNode.removeChild(temp); faceDialog = document.createElement('div'); faceDialog.id = 'faceDialog'; faceDialog.setAttribute('style', 'position:fixed;right:'+bodyRight+';bottom:'+bodyBottom+';width:'+bodyWidth+';background:'+bdColor+';border:'+bdBorder+';z-index:999;'); for(i=0;i<totalNum;i++){ imgLinks[idx++]=url+getPageNumWitchZero((begin+i), bit)+format; } pages = imgLinks.length/max|0; if(imgLinks.length%max != 0) pages++; if(imgLinks.length >= max) first = max; else first = imgLinks.length; for(j=0;j<first;j++){ imageList += '<div style=\x22border:'+imgBorder+';opacity:'+imgOpacity+';margin:2px;cursor:pointer;width:'+imgWidth+';height:'+imgHeight+';float:left\x22 onmouseover=\x22imgOver(this);\x22 onmouseout=\x22imgOut(this)\x22><table style=\x22width:100%;height:100%\x22><tr><td valign=\x22center\x22 align=\x22center\x22><img style=\x22width:100%\x22 src=\x22' + imgLinks[j] + '\x22 onclick=\x22addFace(this);\x22/></td></tr></table></div>'; } faceBody = document.createElement('div'); faceBody.id = 'faceBody'; faceBody.setAttribute('style','clear:both;margin-left:1px;margin-top:1px;'); faceBody.innerHTML = imageList; footDiv = document.createElement('div'); footDiv.setAttribute('style','clear:both;margin-left:3px;'); for(i=1;i<=pages;i++){ footPages[i] = document.createElement('div'); footPages[i].name = 'foot'; footPages[i].setAttribute('style','background:'+btnColor+';border:'+btnBorder+';cursor:pointer;float:left;margin-right:6px;margin-top:3px;margin-bottom:3px;width:'+btnWidth+';font-size:'+fontSize+';color:'+fontColor+';padding-top:'+btnPadding+';padding-bottom:'+btnPadding+';text-align:center;'); footPages[i].innerHTML = '第' + i + '页'; footPages[i].addEventListener('click',function(){changePage(this);},false); footPages[i].addEventListener('mouseover',function(){btnMouseOver(this);},false); footPages[i].addEventListener('mouseout',function(){btnMouseOut(this);},false); footDiv.appendChild(footPages[i]); } footPages[1].style.background=btnSelected; closeBtn = document.createElement('div'); closeBtn.setAttribute('style','background:'+clBtnColor+';border:'+clBtnBorder+';cursor:pointer;float:left;margin-right:6px;margin-top:3px;margin-bottom:3px;width:'+btnWidth+';font-size:'+fontSize+';color:'+clfontColor+';padding-top:'+btnPadding+';padding-bottom:'+btnPadding+';text-align:center;'); closeBtn.innerHTML = '关闭'; closeBtn.onclick = 'this.parentNode.parentNode.parentNode.removeChild(this.parentNode.parentNode)'; closeBtn.addEventListener('mouseover',function(){btnMouseOver(this);},false); closeBtn.addEventListener('mouseout',function(){btnMouseOut(this);},false); footDiv.appendChild(closeBtn); if(footPos == 'bottom'){ faceDialog.appendChild(faceBody); faceDialog.appendChild(footDiv); } else if(footPos == 'top'){ faceDialog.appendChild(footDiv); faceDialog.appendChild(faceBody); } document.body.appendChild(faceDialog); dialogX = faceDialog.offsetLeft; dialogY = faceDialog.offsetTop; if(footPos == 'top'){ faceDialog.setAttribute('style','position:fixed;width:428px;background:'+bdColor+';border:'+bdBorder+';z-index:999;left:'+dialogX+'px;top:'+dialogY+'px;'); } function imgOver(obj){ obj.style.border = imgHoverBd; obj.style.opacity = 1; } function imgOut(obj){ obj.style.border = imgBorder; obj.style.opacity = imgOpacity; } function btnMouseOver(obj){ if(obj.style.background == btnSelected.toLowerCase()) return true; else{ oldColor = obj.style.background; obj.style.background = btnHover; } } function btnMouseOut(obj){ if(obj.style.background == btnSelected.toLowerCase()) return true; obj.style.background = oldColor; } function changePage(obj){ for(i=1;i<footPages.length;i++) footPages[i].style.background = btnColor; obj.style.background = btnSelected; imageList = ''; pageNum = obj.innerHTML.match(/\d+/); if(pageNum != pages){ begin = (pageNum-1)*max; end = pageNum*max - 1; } else{ begin = (pageNum-1)*max; end = imgLinks.length-1; } for(i=begin;i<=end;i++){ imageList += '<div style=\x22border:'+imgBorder+';opacity:'+imgOpacity+';margin:2px;cursor:pointer;width:'+imgWidth+';height:'+imgHeight+';float:left\x22 onmouseover=\x22imgOver(this);\x22 onmouseout=\x22imgOut(this)\x22><table style=\x22width:100%;height:100%\x22><tr><td valign=\x22center\x22 align=\x22center\x22><img style=\x22width:100%\x22 src=\x22' + imgLinks[i] + '\x22 onclick=\x22addFace(this);\x22/></td></tr></table></div>'; } oldDiv = document.getElementById('faceBody'); newDiv = document.createElement('div'); newDiv.id = 'faceBody'; newDiv.setAttribute('style','clear:both;margin-left:1px;margin-top:1px;'); newDiv.innerHTML = imageList; oldDiv.parentNode.replaceChild(newDiv,oldDiv); } function addFace(imgObj){ imgLink = imgObj.src; imgTag = '[img]' + imgLink + '[/img]'; textArea = document.getElementById('message');/*phpbb*/ if(textArea == null || textArea.tagName.toLowerCase() != 'textarea')/*dz7.0.0*/ textArea = document.getElementById('e_textarea'); if(textArea == null || textArea.tagName.toLowerCase() != 'textarea'){/*others*/ textArea = document.getElementsByTagName('textarea'); textArea = textArea[textArea.length-1]; } cursorStart = textArea.selectionStart; cursorEnd = textArea.selectionEnd; textArea.value = textArea.value.slice(0,cursorStart) + imgTag + textArea.value.slice(cursorEnd); textArea.focus(); textArea.selectionStart = cursorStart + imgTag.length; textArea.selectionEnd = cursorEnd + imgTag.length; } function getPageNumWitchZero(num, bit){ var num = '' + num; var zero = '', i = 0; if(num.length >= bit) return num; for(i = 0; i < (bit - num.length); i++){ zero += '0'; } return (zero + num); } window.addEventListener( 'click', function(e){ obj = e.target; while(obj){ if(obj.id && obj.id == 'faceDialog' || obj.nodeName.toLowerCase() == 'textarea') return false; else obj = obj.parentNode; } temp = document.getElementById('faceDialog'); if(temp) temp.parentNode.removeChild(temp); },false ); void(0);",1,,"Smiley Wink"
Item, "可爱羊" = Go to page, "javascript: max=28; totalNum=10; begin=1; bit=3; url='http://comic.qq.com/images/comic/2008/01/02/april/wsy/'; format='.gif'; footPos='bottom'; bdColor='#FFFEE4'; bdBorder='1px solid black'; bodyWidth='285px'; bodyRight='5px'; bodyBottom='5px'; imgWidth='50px'; imgHeight='50px'; imgBorder='1px solid darkgray'; imgHoverBd='1px solid red'; imgOpacity = '1'; btnColor='#FFFEE4'; clBtnColor='#FFFEE4'; btnHover='#ffff99'; clsBtnHover='#ffff99'; btnSelected='#ffff00'; btnBorder='1px solid black'; clBtnBorder='1px solid black'; btnWidth='48px'; btnPadding='1px'; fontSize='12px'; fontColor='black'; clfontColor='black'; idx=0; pages=0; imageList = ''; imgLinks = new Array(); footPages = new Array(); temp = document.getElementById('faceDialog'); if(temp) temp.parentNode.removeChild(temp); faceDialog = document.createElement('div'); faceDialog.id = 'faceDialog'; faceDialog.setAttribute('style', 'position:fixed;right:'+bodyRight+';bottom:'+bodyBottom+';width:'+bodyWidth+';background:'+bdColor+';border:'+bdBorder+';z-index:999;'); for(i=0;i<totalNum;i++){ imgLinks[idx++]=url+getPageNumWitchZero((begin+i), bit)+format; } pages = imgLinks.length/max|0; if(imgLinks.length%max != 0) pages++; if(imgLinks.length >= max) first = max; else first = imgLinks.length; for(j=0;j<first;j++){ imageList += '<div style=\x22border:'+imgBorder+';opacity:'+imgOpacity+';margin:2px;cursor:pointer;width:'+imgWidth+';height:'+imgHeight+';float:left\x22 onmouseover=\x22imgOver(this);\x22 onmouseout=\x22imgOut(this)\x22><table style=\x22width:100%;height:100%\x22><tr><td valign=\x22center\x22 align=\x22center\x22><img style=\x22width:100%\x22 src=\x22' + imgLinks[j] + '\x22 onclick=\x22addFace(this);\x22/></td></tr></table></div>'; } faceBody = document.createElement('div'); faceBody.id = 'faceBody'; faceBody.setAttribute('style','clear:both;margin-left:1px;margin-top:1px;'); faceBody.innerHTML = imageList; footDiv = document.createElement('div'); footDiv.setAttribute('style','clear:both;margin-left:3px;'); for(i=1;i<=pages;i++){ footPages[i] = document.createElement('div'); footPages[i].name = 'foot'; footPages[i].setAttribute('style','background:'+btnColor+';border:'+btnBorder+';cursor:pointer;float:left;margin-right:6px;margin-top:3px;margin-bottom:3px;width:'+btnWidth+';font-size:'+fontSize+';color:'+fontColor+';padding-top:'+btnPadding+';padding-bottom:'+btnPadding+';text-align:center;'); footPages[i].innerHTML = '第' + i + '页'; footPages[i].addEventListener('click',function(){changePage(this);},false); footPages[i].addEventListener('mouseover',function(){btnMouseOver(this);},false); footPages[i].addEventListener('mouseout',function(){btnMouseOut(this);},false); footDiv.appendChild(footPages[i]); } footPages[1].style.background=btnSelected; closeBtn = document.createElement('div'); closeBtn.setAttribute('style','background:'+clBtnColor+';border:'+clBtnBorder+';cursor:pointer;float:left;margin-right:6px;margin-top:3px;margin-bottom:3px;width:'+btnWidth+';font-size:'+fontSize+';color:'+clfontColor+';padding-top:'+btnPadding+';padding-bottom:'+btnPadding+';text-align:center;'); closeBtn.innerHTML = '关闭'; closeBtn.onclick = 'this.parentNode.parentNode.parentNode.removeChild(this.parentNode.parentNode)'; closeBtn.addEventListener('mouseover',function(){btnMouseOver(this);},false); closeBtn.addEventListener('mouseout',function(){btnMouseOut(this);},false); footDiv.appendChild(closeBtn); if(footPos == 'bottom'){ faceDialog.appendChild(faceBody); faceDialog.appendChild(footDiv); } else if(footPos == 'top'){ faceDialog.appendChild(footDiv); faceDialog.appendChild(faceBody); } document.body.appendChild(faceDialog); dialogX = faceDialog.offsetLeft; dialogY = faceDialog.offsetTop; if(footPos == 'top'){ faceDialog.setAttribute('style','position:fixed;width:428px;background:'+bdColor+';border:'+bdBorder+';z-index:999;left:'+dialogX+'px;top:'+dialogY+'px;'); } function imgOver(obj){ obj.style.border = imgHoverBd; obj.style.opacity = 1; } function imgOut(obj){ obj.style.border = imgBorder; obj.style.opacity = imgOpacity; } function btnMouseOver(obj){ if(obj.style.background == btnSelected.toLowerCase()) return true; else{ oldColor = obj.style.background; obj.style.background = btnHover; } } function btnMouseOut(obj){ if(obj.style.background == btnSelected.toLowerCase()) return true; obj.style.background = oldColor; } function changePage(obj){ for(i=1;i<footPages.length;i++) footPages[i].style.background = btnColor; obj.style.background = btnSelected; imageList = ''; pageNum = obj.innerHTML.match(/\d+/); if(pageNum != pages){ begin = (pageNum-1)*max; end = pageNum*max - 1; } else{ begin = (pageNum-1)*max; end = imgLinks.length-1; } for(i=begin;i<=end;i++){ imageList += '<div style=\x22border:'+imgBorder+';opacity:'+imgOpacity+';margin:2px;cursor:pointer;width:'+imgWidth+';height:'+imgHeight+';float:left\x22 onmouseover=\x22imgOver(this);\x22 onmouseout=\x22imgOut(this)\x22><table style=\x22width:100%;height:100%\x22><tr><td valign=\x22center\x22 align=\x22center\x22><img style=\x22width:100%\x22 src=\x22' + imgLinks[i] + '\x22 onclick=\x22addFace(this);\x22/></td></tr></table></div>'; } oldDiv = document.getElementById('faceBody'); newDiv = document.createElement('div'); newDiv.id = 'faceBody'; newDiv.setAttribute('style','clear:both;margin-left:1px;margin-top:1px;'); newDiv.innerHTML = imageList; oldDiv.parentNode.replaceChild(newDiv,oldDiv); } function addFace(imgObj){ imgLink = imgObj.src; imgTag = '[img]' + imgLink + '[/img]'; textArea = document.getElementById('message');/*phpbb*/ if(textArea == null || textArea.tagName.toLowerCase() != 'textarea')/*dz7.0.0*/ textArea = document.getElementById('e_textarea'); if(textArea == null || textArea.tagName.toLowerCase() != 'textarea'){/*others*/ textArea = document.getElementsByTagName('textarea'); textArea = textArea[textArea.length-1]; } cursorStart = textArea.selectionStart; cursorEnd = textArea.selectionEnd; textArea.value = textArea.value.slice(0,cursorStart) + imgTag + textArea.value.slice(cursorEnd); textArea.focus(); textArea.selectionStart = cursorStart + imgTag.length; textArea.selectionEnd = cursorEnd + imgTag.length; } function getPageNumWitchZero(num, bit){ var num = '' + num; var zero = '', i = 0; if(num.length >= bit) return num; for(i = 0; i < (bit - num.length); i++){ zero += '0'; } return (zero + num); } window.addEventListener( 'click', function(e){ obj = e.target; while(obj){ if(obj.id && obj.id == 'faceDialog' || obj.nodeName.toLowerCase() == 'textarea') return false; else obj = obj.parentNode; } temp = document.getElementById('faceDialog'); if(temp) temp.parentNode.removeChild(temp); },false ); void(0);",1,,"Smiley Wink"
Item, "绿豆蛙" = Go to page, "javascript: max=30; totalNum=53; begin=1; bit=2; url='http://static.tieba.baidu.com/tb/editor/images/ldw/w_00'; format='.gif'; footPos='bottom'; bdColor='#FFFEE4'; bdBorder='1px solid black'; bodyWidth='340px'; bodyRight='5px'; bodyBottom='5px'; imgWidth='50px'; imgHeight='50px'; imgBorder='1px solid darkgray'; imgHoverBd='1px solid red'; imgOpacity = '1'; btnColor='#FFFEE4'; clBtnColor='#FFFEE4'; btnHover='#ffff99'; clsBtnHover='#ffff99'; btnSelected='#ffff00'; btnBorder='1px solid black'; clBtnBorder='1px solid black'; btnWidth='48px'; btnPadding='1px'; fontSize='12px'; fontColor='black'; clfontColor='black'; idx=0; pages=0; imageList = ''; imgLinks = new Array(); footPages = new Array(); temp = document.getElementById('faceDialog'); if(temp) temp.parentNode.removeChild(temp); faceDialog = document.createElement('div'); faceDialog.id = 'faceDialog'; faceDialog.setAttribute('style', 'position:fixed;right:'+bodyRight+';bottom:'+bodyBottom+';width:'+bodyWidth+';background:'+bdColor+';border:'+bdBorder+';z-index:999;'); for(i=0;i<totalNum;i++){ imgLinks[idx++]=url+getPageNumWitchZero((begin+i), bit)+format; } pages = imgLinks.length/max|0; if(imgLinks.length%max != 0) pages++; if(imgLinks.length >= max) first = max; else first = imgLinks.length; for(j=0;j<first;j++){ imageList += '<div style=\x22border:'+imgBorder+';opacity:'+imgOpacity+';margin:2px;cursor:pointer;width:'+imgWidth+';height:'+imgHeight+';float:left\x22 onmouseover=\x22imgOver(this);\x22 onmouseout=\x22imgOut(this)\x22><table style=\x22width:100%;height:100%\x22><tr><td valign=\x22center\x22 align=\x22center\x22><img style=\x22width:100%\x22 src=\x22' + imgLinks[j] + '\x22 onclick=\x22addFace(this);\x22/></td></tr></table></div>'; } faceBody = document.createElement('div'); faceBody.id = 'faceBody'; faceBody.setAttribute('style','clear:both;margin-left:1px;margin-top:1px;'); faceBody.innerHTML = imageList; footDiv = document.createElement('div'); footDiv.setAttribute('style','clear:both;margin-left:3px;'); for(i=1;i<=pages;i++){ footPages[i] = document.createElement('div'); footPages[i].name = 'foot'; footPages[i].setAttribute('style','background:'+btnColor+';border:'+btnBorder+';cursor:pointer;float:left;margin-right:6px;margin-top:3px;margin-bottom:3px;width:'+btnWidth+';font-size:'+fontSize+';color:'+fontColor+';padding-top:'+btnPadding+';padding-bottom:'+btnPadding+';text-align:center;'); footPages[i].innerHTML = '第' + i + '页'; footPages[i].addEventListener('click',function(){changePage(this);},false); footPages[i].addEventListener('mouseover',function(){btnMouseOver(this);},false); footPages[i].addEventListener('mouseout',function(){btnMouseOut(this);},false); footDiv.appendChild(footPages[i]); } footPages[1].style.background=btnSelected; closeBtn = document.createElement('div'); closeBtn.setAttribute('style','background:'+clBtnColor+';border:'+clBtnBorder+';cursor:pointer;float:left;margin-right:6px;margin-top:3px;margin-bottom:3px;width:'+btnWidth+';font-size:'+fontSize+';color:'+clfontColor+';padding-top:'+btnPadding+';padding-bottom:'+btnPadding+';text-align:center;'); closeBtn.innerHTML = '关闭'; closeBtn.onclick = 'this.parentNode.parentNode.parentNode.removeChild(this.parentNode.parentNode)'; closeBtn.addEventListener('mouseover',function(){btnMouseOver(this);},false); closeBtn.addEventListener('mouseout',function(){btnMouseOut(this);},false); footDiv.appendChild(closeBtn); if(footPos == 'bottom'){ faceDialog.appendChild(faceBody); faceDialog.appendChild(footDiv); } else if(footPos == 'top'){ faceDialog.appendChild(footDiv); faceDialog.appendChild(faceBody); } document.body.appendChild(faceDialog); dialogX = faceDialog.offsetLeft; dialogY = faceDialog.offsetTop; if(footPos == 'top'){ faceDialog.setAttribute('style','position:fixed;width:428px;background:'+bdColor+';border:'+bdBorder+';z-index:999;left:'+dialogX+'px;top:'+dialogY+'px;'); } function imgOver(obj){ obj.style.border = imgHoverBd; obj.style.opacity = 1; } function imgOut(obj){ obj.style.border = imgBorder; obj.style.opacity = imgOpacity; } function btnMouseOver(obj){ if(obj.style.background == btnSelected.toLowerCase()) return true; else{ oldColor = obj.style.background; obj.style.background = btnHover; } } function btnMouseOut(obj){ if(obj.style.background == btnSelected.toLowerCase()) return true; obj.style.background = oldColor; } function changePage(obj){ for(i=1;i<footPages.length;i++) footPages[i].style.background = btnColor; obj.style.background = btnSelected; imageList = ''; pageNum = obj.innerHTML.match(/\d+/); if(pageNum != pages){ begin = (pageNum-1)*max; end = pageNum*max - 1; } else{ begin = (pageNum-1)*max; end = imgLinks.length-1; } for(i=begin;i<=end;i++){ imageList += '<div style=\x22border:'+imgBorder+';opacity:'+imgOpacity+';margin:2px;cursor:pointer;width:'+imgWidth+';height:'+imgHeight+';float:left\x22 onmouseover=\x22imgOver(this);\x22 onmouseout=\x22imgOut(this)\x22><table style=\x22width:100%;height:100%\x22><tr><td valign=\x22center\x22 align=\x22center\x22><img style=\x22width:100%\x22 src=\x22' + imgLinks[i] + '\x22 onclick=\x22addFace(this);\x22/></td></tr></table></div>'; } oldDiv = document.getElementById('faceBody'); newDiv = document.createElement('div'); newDiv.id = 'faceBody'; newDiv.setAttribute('style','clear:both;margin-left:1px;margin-top:1px;'); newDiv.innerHTML = imageList; oldDiv.parentNode.replaceChild(newDiv,oldDiv); } function addFace(imgObj){ imgLink = imgObj.src; imgTag = '[img]' + imgLink + '[/img]'; textArea = document.getElementById('message');/*phpbb*/ if(textArea == null || textArea.tagName.toLowerCase() != 'textarea')/*dz7.0.0*/ textArea = document.getElementById('e_textarea'); if(textArea == null || textArea.tagName.toLowerCase() != 'textarea'){/*others*/ textArea = document.getElementsByTagName('textarea'); textArea = textArea[textArea.length-1]; } cursorStart = textArea.selectionStart; cursorEnd = textArea.selectionEnd; textArea.value = textArea.value.slice(0,cursorStart) + imgTag + textArea.value.slice(cursorEnd); textArea.focus(); textArea.selectionStart = cursorStart + imgTag.length; textArea.selectionEnd = cursorEnd + imgTag.length; } function getPageNumWitchZero(num, bit){ var num = '' + num; var zero = '', i = 0; if(num.length >= bit) return num; for(i = 0; i < (bit - num.length); i++){ zero += '0'; } return (zero + num); } window.addEventListener( 'click', function(e){ obj = e.target; while(obj){ if(obj.id && obj.id == 'faceDialog' || obj.nodeName.toLowerCase() == 'textarea') return false; else obj = obj.parentNode; } temp = document.getElementById('faceDialog'); if(temp) temp.parentNode.removeChild(temp); },false ); void(0);",1,,"Smiley Wink"
Item, "BOBO" = Go to page, "javascript: max=24; totalNum=63; begin=1; bit=2; url='http://static.tieba.baidu.com/tb/editor/images/bobo/B_00'; format='.gif'; footPos='bottom'; bdColor='#FFFEE4'; bdBorder='1px solid black'; bodyWidth='340px'; bodyRight='5px'; bodyBottom='5px'; imgWidth='50px'; imgHeight='50px'; imgBorder='1px solid darkgray'; imgHoverBd='1px solid red'; imgOpacity = '1'; btnColor='#FFFEE4'; clBtnColor='#FFFEE4'; btnHover='#ffff99'; clsBtnHover='#ffff99'; btnSelected='#ffff00'; btnBorder='1px solid black'; clBtnBorder='1px solid black'; btnWidth='48px'; btnPadding='1px'; fontSize='12px'; fontColor='black'; clfontColor='black'; idx=0; pages=0; imageList = ''; imgLinks = new Array(); footPages = new Array(); temp = document.getElementById('faceDialog'); if(temp) temp.parentNode.removeChild(temp); faceDialog = document.createElement('div'); faceDialog.id = 'faceDialog'; faceDialog.setAttribute('style', 'position:fixed;right:'+bodyRight+';bottom:'+bodyBottom+';width:'+bodyWidth+';background:'+bdColor+';border:'+bdBorder+';z-index:999;'); for(i=0;i<totalNum;i++){ imgLinks[idx++]=url+getPageNumWitchZero((begin+i), bit)+format; } pages = imgLinks.length/max|0; if(imgLinks.length%max != 0) pages++; if(imgLinks.length >= max) first = max; else first = imgLinks.length; for(j=0;j<first;j++){ imageList += '<div style=\x22border:'+imgBorder+';opacity:'+imgOpacity+';margin:2px;cursor:pointer;width:'+imgWidth+';height:'+imgHeight+';float:left\x22 onmouseover=\x22imgOver(this);\x22 onmouseout=\x22imgOut(this)\x22><table style=\x22width:100%;height:100%\x22><tr><td valign=\x22center\x22 align=\x22center\x22><img style=\x22width:100%\x22 src=\x22' + imgLinks[j] + '\x22 onclick=\x22addFace(this);\x22/></td></tr></table></div>'; } faceBody = document.createElement('div'); faceBody.id = 'faceBody'; faceBody.setAttribute('style','clear:both;margin-left:1px;margin-top:1px;'); faceBody.innerHTML = imageList; footDiv = document.createElement('div'); footDiv.setAttribute('style','clear:both;margin-left:3px;'); for(i=1;i<=pages;i++){ footPages[i] = document.createElement('div'); footPages[i].name = 'foot'; footPages[i].setAttribute('style','background:'+btnColor+';border:'+btnBorder+';cursor:pointer;float:left;margin-right:6px;margin-top:3px;margin-bottom:3px;width:'+btnWidth+';font-size:'+fontSize+';color:'+fontColor+';padding-top:'+btnPadding+';padding-bottom:'+btnPadding+';text-align:center;'); footPages[i].innerHTML = '第' + i + '页'; footPages[i].addEventListener('click',function(){changePage(this);},false); footPages[i].addEventListener('mouseover',function(){btnMouseOver(this);},false); footPages[i].addEventListener('mouseout',function(){btnMouseOut(this);},false); footDiv.appendChild(footPages[i]); } footPages[1].style.background=btnSelected; closeBtn = document.createElement('div'); closeBtn.setAttribute('style','background:'+clBtnColor+';border:'+clBtnBorder+';cursor:pointer;float:left;margin-right:6px;margin-top:3px;margin-bottom:3px;width:'+btnWidth+';font-size:'+fontSize+';color:'+clfontColor+';padding-top:'+btnPadding+';padding-bottom:'+btnPadding+';text-align:center;'); closeBtn.innerHTML = '关闭'; closeBtn.onclick = 'this.parentNode.parentNode.parentNode.removeChild(this.parentNode.parentNode)'; closeBtn.addEventListener('mouseover',function(){btnMouseOver(this);},false); closeBtn.addEventListener('mouseout',function(){btnMouseOut(this);},false); footDiv.appendChild(closeBtn); if(footPos == 'bottom'){ faceDialog.appendChild(faceBody); faceDialog.appendChild(footDiv); } else if(footPos == 'top'){ faceDialog.appendChild(footDiv); faceDialog.appendChild(faceBody); } document.body.appendChild(faceDialog); dialogX = faceDialog.offsetLeft; dialogY = faceDialog.offsetTop; if(footPos == 'top'){ faceDialog.setAttribute('style','position:fixed;width:428px;background:'+bdColor+';border:'+bdBorder+';z-index:999;left:'+dialogX+'px;top:'+dialogY+'px;'); } function imgOver(obj){ obj.style.border = imgHoverBd; obj.style.opacity = 1; } function imgOut(obj){ obj.style.border = imgBorder; obj.style.opacity = imgOpacity; } function btnMouseOver(obj){ if(obj.style.background == btnSelected.toLowerCase()) return true; else{ oldColor = obj.style.background; obj.style.background = btnHover; } } function btnMouseOut(obj){ if(obj.style.background == btnSelected.toLowerCase()) return true; obj.style.background = oldColor; } function changePage(obj){ for(i=1;i<footPages.length;i++) footPages[i].style.background = btnColor; obj.style.background = btnSelected; imageList = ''; pageNum = obj.innerHTML.match(/\d+/); if(pageNum != pages){ begin = (pageNum-1)*max; end = pageNum*max - 1; } else{ begin = (pageNum-1)*max; end = imgLinks.length-1; } for(i=begin;i<=end;i++){ imageList += '<div style=\x22border:'+imgBorder+';opacity:'+imgOpacity+';margin:2px;cursor:pointer;width:'+imgWidth+';height:'+imgHeight+';float:left\x22 onmouseover=\x22imgOver(this);\x22 onmouseout=\x22imgOut(this)\x22><table style=\x22width:100%;height:100%\x22><tr><td valign=\x22center\x22 align=\x22center\x22><img style=\x22width:100%\x22 src=\x22' + imgLinks[i] + '\x22 onclick=\x22addFace(this);\x22/></td></tr></table></div>'; } oldDiv = document.getElementById('faceBody'); newDiv = document.createElement('div'); newDiv.id = 'faceBody'; newDiv.setAttribute('style','clear:both;margin-left:1px;margin-top:1px;'); newDiv.innerHTML = imageList; oldDiv.parentNode.replaceChild(newDiv,oldDiv); } function addFace(imgObj){ imgLink = imgObj.src; imgTag = '[img]' + imgLink + '[/img]'; textArea = document.getElementById('message');/*phpbb*/ if(textArea == null || textArea.tagName.toLowerCase() != 'textarea')/*dz7.0.0*/ textArea = document.getElementById('e_textarea'); if(textArea == null || textArea.tagName.toLowerCase() != 'textarea'){/*others*/ textArea = document.getElementsByTagName('textarea'); textArea = textArea[textArea.length-1]; } cursorStart = textArea.selectionStart; cursorEnd = textArea.selectionEnd; textArea.value = textArea.value.slice(0,cursorStart) + imgTag + textArea.value.slice(cursorEnd); textArea.focus(); textArea.selectionStart = cursorStart + imgTag.length; textArea.selectionEnd = cursorEnd + imgTag.length; } function getPageNumWitchZero(num, bit){ var num = '' + num; var zero = '', i = 0; if(num.length >= bit) return num; for(i = 0; i < (bit - num.length); i++){ zero += '0'; } return (zero + num); } window.addEventListener( 'click', function(e){ obj = e.target; while(obj){ if(obj.id && obj.id == 'faceDialog' || obj.nodeName.toLowerCase() == 'textarea') return false; else obj = obj.parentNode; } temp = document.getElementById('faceDialog'); if(temp) temp.parentNode.removeChild(temp); },false ); void(0);",1,,"Smiley Wink"
Item, "兔啾啾" = Go to page, "javascript: max=24; totalNum=33; begin=1; bit=2; url='http://lsgg.hp2.jp/smile/tjj/tjj_0'; format='.jpg'; footPos='bottom'; bdColor='#FFFEE4'; bdBorder='1px solid black'; bodyWidth='340px'; bodyRight='5px'; bodyBottom='5px'; imgWidth='50px'; imgHeight='50px'; imgBorder='1px solid darkgray'; imgHoverBd='1px solid red'; imgOpacity = '1'; btnColor='#FFFEE4'; clBtnColor='#FFFEE4'; btnHover='#ffff99'; clsBtnHover='#ffff99'; btnSelected='#ffff00'; btnBorder='1px solid black'; clBtnBorder='1px solid black'; btnWidth='48px'; btnPadding='1px'; fontSize='12px'; fontColor='black'; clfontColor='black'; idx=0; pages=0; imageList = ''; imgLinks = new Array(); footPages = new Array(); temp = document.getElementById('faceDialog'); if(temp) temp.parentNode.removeChild(temp); faceDialog = document.createElement('div'); faceDialog.id = 'faceDialog'; faceDialog.setAttribute('style', 'position:fixed;right:'+bodyRight+';bottom:'+bodyBottom+';width:'+bodyWidth+';background:'+bdColor+';border:'+bdBorder+';z-index:999;'); for(i=0;i<totalNum;i++){ imgLinks[idx++]=url+getPageNumWitchZero((begin+i), bit)+format; } pages = imgLinks.length/max|0; if(imgLinks.length%max != 0) pages++; if(imgLinks.length >= max) first = max; else first = imgLinks.length; for(j=0;j<first;j++){ imageList += '<div style=\x22border:'+imgBorder+';opacity:'+imgOpacity+';margin:2px;cursor:pointer;width:'+imgWidth+';height:'+imgHeight+';float:left\x22 onmouseover=\x22imgOver(this);\x22 onmouseout=\x22imgOut(this)\x22><table style=\x22width:100%;height:100%\x22><tr><td valign=\x22center\x22 align=\x22center\x22><img style=\x22width:100%\x22 src=\x22' + imgLinks[j] + '\x22 onclick=\x22addFace(this);\x22/></td></tr></table></div>'; } faceBody = document.createElement('div'); faceBody.id = 'faceBody'; faceBody.setAttribute('style','clear:both;margin-left:1px;margin-top:1px;'); faceBody.innerHTML = imageList; footDiv = document.createElement('div'); footDiv.setAttribute('style','clear:both;margin-left:3px;'); for(i=1;i<=pages;i++){ footPages[i] = document.createElement('div'); footPages[i].name = 'foot'; footPages[i].setAttribute('style','background:'+btnColor+';border:'+btnBorder+';cursor:pointer;float:left;margin-right:6px;margin-top:3px;margin-bottom:3px;width:'+btnWidth+';font-size:'+fontSize+';color:'+fontColor+';padding-top:'+btnPadding+';padding-bottom:'+btnPadding+';text-align:center;'); footPages[i].innerHTML = '第' + i + '页'; footPages[i].addEventListener('click',function(){changePage(this);},false); footPages[i].addEventListener('mouseover',function(){btnMouseOver(this);},false); footPages[i].addEventListener('mouseout',function(){btnMouseOut(this);},false); footDiv.appendChild(footPages[i]); } footPages[1].style.background=btnSelected; closeBtn = document.createElement('div'); closeBtn.setAttribute('style','background:'+clBtnColor+';border:'+clBtnBorder+';cursor:pointer;float:left;margin-right:6px;margin-top:3px;margin-bottom:3px;width:'+btnWidth+';font-size:'+fontSize+';color:'+clfontColor+';padding-top:'+btnPadding+';padding-bottom:'+btnPadding+';text-align:center;'); closeBtn.innerHTML = '关闭'; closeBtn.onclick = 'this.parentNode.parentNode.parentNode.removeChild(this.parentNode.parentNode)'; closeBtn.addEventListener('mouseover',function(){btnMouseOver(this);},false); closeBtn.addEventListener('mouseout',function(){btnMouseOut(this);},false); footDiv.appendChild(closeBtn); if(footPos == 'bottom'){ faceDialog.appendChild(faceBody); faceDialog.appendChild(footDiv); } else if(footPos == 'top'){ faceDialog.appendChild(footDiv); faceDialog.appendChild(faceBody); } document.body.appendChild(faceDialog); dialogX = faceDialog.offsetLeft; dialogY = faceDialog.offsetTop; if(footPos == 'top'){ faceDialog.setAttribute('style','position:fixed;width:428px;background:'+bdColor+';border:'+bdBorder+';z-index:999;left:'+dialogX+'px;top:'+dialogY+'px;'); } function imgOver(obj){ obj.style.border = imgHoverBd; obj.style.opacity = 1; } function imgOut(obj){ obj.style.border = imgBorder; obj.style.opacity = imgOpacity; } function btnMouseOver(obj){ if(obj.style.background == btnSelected.toLowerCase()) return true; else{ oldColor = obj.style.background; obj.style.background = btnHover; } } function btnMouseOut(obj){ if(obj.style.background == btnSelected.toLowerCase()) return true; obj.style.background = oldColor; } function changePage(obj){ for(i=1;i<footPages.length;i++) footPages[i].style.background = btnColor; obj.style.background = btnSelected; imageList = ''; pageNum = obj.innerHTML.match(/\d+/); if(pageNum != pages){ begin = (pageNum-1)*max; end = pageNum*max - 1; } else{ begin = (pageNum-1)*max; end = imgLinks.length-1; } for(i=begin;i<=end;i++){ imageList += '<div style=\x22border:'+imgBorder+';opacity:'+imgOpacity+';margin:2px;cursor:pointer;width:'+imgWidth+';height:'+imgHeight+';float:left\x22 onmouseover=\x22imgOver(this);\x22 onmouseout=\x22imgOut(this)\x22><table style=\x22width:100%;height:100%\x22><tr><td valign=\x22center\x22 align=\x22center\x22><img style=\x22width:100%\x22 src=\x22' + imgLinks[i] + '\x22 onclick=\x22addFace(this);\x22/></td></tr></table></div>'; } oldDiv = document.getElementById('faceBody'); newDiv = document.createElement('div'); newDiv.id = 'faceBody'; newDiv.setAttribute('style','clear:both;margin-left:1px;margin-top:1px;'); newDiv.innerHTML = imageList; oldDiv.parentNode.replaceChild(newDiv,oldDiv); } function addFace(imgObj){ imgLink = imgObj.src; imgTag = '[img]' + imgLink + '[/img]'; textArea = document.getElementById('message');/*phpbb*/ if(textArea == null || textArea.tagName.toLowerCase() != 'textarea')/*dz7.0.0*/ textArea = document.getElementById('e_textarea'); if(textArea == null || textArea.tagName.toLowerCase() != 'textarea'){/*others*/ textArea = document.getElementsByTagName('textarea'); textArea = textArea[textArea.length-1]; } cursorStart = textArea.selectionStart; cursorEnd = textArea.selectionEnd; textArea.value = textArea.value.slice(0,cursorStart) + imgTag + textArea.value.slice(cursorEnd); textArea.focus(); textArea.selectionStart = cursorStart + imgTag.length; textArea.selectionEnd = cursorEnd + imgTag.length; } function getPageNumWitchZero(num, bit){ var num = '' + num; var zero = '', i = 0; if(num.length >= bit) return num; for(i = 0; i < (bit - num.length); i++){ zero += '0'; } return (zero + num); } window.addEventListener( 'click', function(e){ obj = e.target; while(obj){ if(obj.id && obj.id == 'faceDialog' || obj.nodeName.toLowerCase() == 'textarea') return false; else obj = obj.parentNode; } temp = document.getElementById('faceDialog'); if(temp) temp.parentNode.removeChild(temp); },false ); void(0);",1,,"Smiley Wink"
Item, "姜大虎" = Go to page, "javascript:max=60;%20totalNum=52;%20begin=1;%20bit=2;%20url='http://lsgg.hp2.jp/smile/jdh/jdh0';%20format='.gif';%20footPos='bottom';%20bdColor='rgba(255,255,255,0.85)';%20bdBorder='1px%20solid%20#ccc';%20bodyWidth='302px';%20bodyRight='5px';%20bodyBottom='5px';%20imgWidth='30px';%20imgHeight='30px';%20imgBorder='0px%20solid%20darkgray';%20imgHoverBd='0px%20solid%20red';%20imgOpacity%20=%20'1';%20btnColor='%23FFFEE4';%20clBtnColor='%23FFFEE4';%20btnHover='%23ffff99';%20clsBtnHover='%23ffff99';%20btnSelected='%23ffff00';%20btnBorder='1px%20solid%20black';%20clBtnBorder='1px%20solid%20black';%20btnWidth='48px';%20btnPadding='1px';%20fontSize='12px';%20fontColor='black';%20clfontColor='black';%20idx=0;%20pages=0;%20imageList%20=%20'';%20imgLinks%20=%20new%20Array();%20footPages%20=%20new%20Array();%20temp%20=%20document.getElementById('faceDialog');%20if(temp)%20temp.parentNode.removeChild(temp);%20faceDialog%20=%20document.createElement('div');%20faceDialog.id%20=%20'faceDialog';%20faceDialog.setAttribute('style',%20'position:fixed;right:'+bodyRight+';bottom:'+bodyBottom+';width:'+bodyWidth+';background:'+bdColor+';border:'+bdBorder+';z-index:999;border-radius:5px;%20-webkit-box-shadow:%200%205px%2050px%20rgba(0,0,0,0.45);');%20for(i=0;i%3CtotalNum;i++)%7B%20imgLinks%5Bidx++%5D=url+getPageNumWitchZero((begin+i),%20bit)+format;%20%7D%20pages%20=%20imgLinks.length/max%7C0;%20if(imgLinks.length%25max%20!=%200)%20pages++;%20if(imgLinks.length%20%3E=%20max)%20first%20=%20max;%20else%20first%20=%20imgLinks.length;%20for(j=0;j%3Cfirst;j++)%7B%20imageList%20+=%20'%3Cdiv%20style=%5Cx22border:'+imgBorder+';opacity:'+imgOpacity+';margin:10px;cursor:pointer;width:'+imgWidth+';height:'+imgHeight+';float:left%5Cx22%20onmouseover=%5Cx22imgOver(this);%5Cx22%20onmouseout=%5Cx22imgOut(this)%5Cx22%3E%3Ctable%20style=%5Cx22width:100%25;height:100%25%5Cx22%3E%3Ctr%3E%3Ctd%20valign=%5Cx22center%5Cx22%20align=%5Cx22center%5Cx22%3E%3Cimg%20style=%5Cx22width:100%25%5Cx22%20src=%5Cx22'%20+%20imgLinks%5Bj%5D%20+%20'%5Cx22%20onclick=%5Cx22addFace(this);%5Cx22/%3E%3C/td%3E%3C/tr%3E%3C/table%3E%3C/div%3E';%20%7D%20faceBody%20=%20document.createElement('div');%20faceBody.id%20=%20'faceBody';%20faceBody.setAttribute('style','clear:both;margin-left:1px;margin-top:1px;');%20faceBody.innerHTML%20=%20imageList;%20footDiv%20=%20document.createElement('div');%20footDiv.setAttribute('style','float:right;margin-left:3px;');%20closeBtn%20=%20document.createElement('div');%20closeBtn.setAttribute('style','width:30px;height:30px;margin:10px;font-size:20px;font-weight:bold;line-height:30px;color:#666;cursor:pointer;text-align:center;');%20closeBtn.innerHTML%20=%20'X';%20closeBtn.onclick%20=%20'this.parentNode.parentNode.parentNode.removeChild(this.parentNode.parentNode)';%20closeBtn.addEventListener('mouseover',function()%7BbtnMouseOver(this);%7D,false);%20closeBtn.addEventListener('mouseout',function()%7BbtnMouseOut(this);%7D,false);%20footDiv.appendChild(closeBtn);%20if(footPos%20==%20'bottom')%7B%20faceDialog.appendChild(faceBody);%20faceDialog.appendChild(footDiv);%20%7D%20else%20if(footPos%20==%20'top')%7B%20faceDialog.appendChild(footDiv);%20faceDialog.appendChild(faceBody);%20%7D%20document.body.appendChild(faceDialog);%20dialogX%20=%20faceDialog.offsetLeft;%20dialogY%20=%20faceDialog.offsetTop;%20if(footPos%20==%20'top')%7B%20faceDialog.setAttribute('style','position:fixed;width:428px;background:'+bdColor+';border:'+bdBorder+';z-index:999;left:'+dialogX+'px;top:'+dialogY+'px;');%20%7D%20function%20imgOver(obj)%7B%20obj.style.border%20=%20imgHoverBd;%20obj.style.opacity%20=%201;%20%7D%20function%20imgOut(obj)%7B%20obj.style.border%20=%20imgBorder;%20obj.style.opacity%20=%20imgOpacity;%20%7D%20function%20btnMouseOver(obj)%7B%20if(obj.style.background%20==%20btnSelected.toLowerCase())%20return%20true;%20else%7B%20oldColor%20=%20obj.style.background;%20obj.style.background%20=%20btnHover;%20%7D%20%7D%20function%20btnMouseOut(obj)%7B%20if(obj.style.background%20==%20btnSelected.toLowerCase())%20return%20true;%20obj.style.background%20=%20oldColor;%20%7D%20function%20changePage(obj)%7B%20for(i=1;i%3CfootPages.length;i++)%20footPages%5Bi%5D.style.background%20=%20btnColor;%20obj.style.background%20=%20btnSelected;%20imageList%20=%20'';%20pageNum%20=%20obj.innerHTML.match(/%5Cd+/);%20if(pageNum%20!=%20pages)%7B%20begin%20=%20(pageNum-1)*max;%20end%20=%20pageNum*max%20-%201;%20%7D%20else%7B%20begin%20=%20(pageNum-1)*max;%20end%20=%20imgLinks.length-1;%20%7D%20for(i=begin;i%3C=end;i++)%7B%20imageList%20+=%20'%3Cdiv%20style=%5Cx22border:'+imgBorder+';opacity:'+imgOpacity+';margin:2px;cursor:pointer;width:'+imgWidth+';height:'+imgHeight+';float:left%5Cx22%20onmouseover=%5Cx22imgOver(this);%5Cx22%20onmouseout=%5Cx22imgOut(this)%5Cx22%3E%3Ctable%20style=%5Cx22width:100%25;height:100%25%5Cx22%3E%3Ctr%3E%3Ctd%20valign=%5Cx22center%5Cx22%20align=%5Cx22center%5Cx22%3E%3Cimg%20style=%5Cx22width:100%25%5Cx22%20src=%5Cx22'%20+%20imgLinks%5Bi%5D%20+%20'%5Cx22%20onclick=%5Cx22addFace(this);%5Cx22/%3E%3C/td%3E%3C/tr%3E%3C/table%3E%3C/div%3E';%20%7D%20oldDiv%20=%20document.getElementById('faceBody');%20newDiv%20=%20document.createElement('div');%20newDiv.id%20=%20'faceBody';%20newDiv.setAttribute('style','clear:both;margin-left:1px;margin-top:1px;');%20newDiv.innerHTML%20=%20imageList;%20oldDiv.parentNode.replaceChild(newDiv,oldDiv);%20%7D%20function%20addFace(imgObj)%7B%20imgLink%20=%20imgObj.src;%20imgTag%20=%20'%5Bimg%5D'%20+%20imgLink%20+%20'%5B/img%5D';%20textArea%20=%20document.getElementById('message');/*phpbb*/%20if(textArea%20==%20null%20%7C%7C%20textArea.tagName.toLowerCase()%20!=%20'textarea')/*dz7.0.0*/%20textArea%20=%20document.getElementById('e_textarea');%20if(textArea%20==%20null%20%7C%7C%20textArea.tagName.toLowerCase()%20!=%20'textarea')%7B/*others*/%20textArea%20=%20document.getElementsByTagName('textarea');%20textArea%20=%20textArea%5BtextArea.length-1%5D;%20%7D%20cursorStart%20=%20textArea.selectionStart;%20cursorEnd%20=%20textArea.selectionEnd;%20textArea.value%20=%20textArea.value.slice(0,cursorStart)%20+%20imgTag%20+%20textArea.value.slice(cursorEnd);%20textArea.focus();%20textArea.selectionStart%20=%20cursorStart%20+%20imgTag.length;%20textArea.selectionEnd%20=%20cursorEnd%20+%20imgTag.length;%20%7D%20function%20getPageNumWitchZero(num,%20bit)%7B%20var%20num%20=%20''%20+%20num;%20var%20zero%20=%20'',%20i%20=%200;%20if(num.length%20%3E=%20bit)%20return%20num;%20for(i%20=%200;%20i%20%3C%20(bit%20-%20num.length);%20i++)%7B%20zero%20+=%20'0';%20%7D%20return%20(zero%20+%20num);%20%7D%20window.addEventListener(%20'click',%20function(e)%7B%20obj%20=%20e.target;%20while(obj)%7B%20if(obj.id%20&&%20obj.id%20==%20'faceDialog'%20%7C%7C%20obj.nodeName.toLowerCase()%20==%20'textarea')%20return%20false;%20else%20obj%20=%20obj.parentNode;%20%7D%20temp%20=%20document.getElementById('faceDialog');%20if(temp)%20temp.parentNode.removeChild(temp);%20%7D,false%20);%20void(0);",1,,"Smiley Wink"
Item, "嘻嘻茶包" = Go to page, "javascript: max=24; totalNum=34; begin=1; bit=2; url='http://lsgg.hp2.jp/smile/xxcb/xxcb0'; format='.gif'; footPos='bottom'; bdColor='#FFFEE4'; bdBorder='1px solid black'; bodyWidth='340px'; bodyRight='5px'; bodyBottom='5px'; imgWidth='50px'; imgHeight='50px'; imgBorder='1px solid darkgray'; imgHoverBd='1px solid red'; imgOpacity = '1'; btnColor='#FFFEE4'; clBtnColor='#FFFEE4'; btnHover='#ffff99'; clsBtnHover='#ffff99'; btnSelected='#ffff00'; btnBorder='1px solid black'; clBtnBorder='1px solid black'; btnWidth='48px'; btnPadding='1px'; fontSize='12px'; fontColor='black'; clfontColor='black'; idx=0; pages=0; imageList = ''; imgLinks = new Array(); footPages = new Array(); temp = document.getElementById('faceDialog'); if(temp) temp.parentNode.removeChild(temp); faceDialog = document.createElement('div'); faceDialog.id = 'faceDialog'; faceDialog.setAttribute('style', 'position:fixed;right:'+bodyRight+';bottom:'+bodyBottom+';width:'+bodyWidth+';background:'+bdColor+';border:'+bdBorder+';z-index:999;'); for(i=0;i<totalNum;i++){ imgLinks[idx++]=url+getPageNumWitchZero((begin+i), bit)+format; } pages = imgLinks.length/max|0; if(imgLinks.length%max != 0) pages++; if(imgLinks.length >= max) first = max; else first = imgLinks.length; for(j=0;j<first;j++){ imageList += '<div style=\x22border:'+imgBorder+';opacity:'+imgOpacity+';margin:2px;cursor:pointer;width:'+imgWidth+';height:'+imgHeight+';float:left\x22 onmouseover=\x22imgOver(this);\x22 onmouseout=\x22imgOut(this)\x22><table style=\x22width:100%;height:100%\x22><tr><td valign=\x22center\x22 align=\x22center\x22><img style=\x22width:100%\x22 src=\x22' + imgLinks[j] + '\x22 onclick=\x22addFace(this);\x22/></td></tr></table></div>'; } faceBody = document.createElement('div'); faceBody.id = 'faceBody'; faceBody.setAttribute('style','clear:both;margin-left:1px;margin-top:1px;'); faceBody.innerHTML = imageList; footDiv = document.createElement('div'); footDiv.setAttribute('style','clear:both;margin-left:3px;'); for(i=1;i<=pages;i++){ footPages[i] = document.createElement('div'); footPages[i].name = 'foot'; footPages[i].setAttribute('style','background:'+btnColor+';border:'+btnBorder+';cursor:pointer;float:left;margin-right:6px;margin-top:3px;margin-bottom:3px;width:'+btnWidth+';font-size:'+fontSize+';color:'+fontColor+';padding-top:'+btnPadding+';padding-bottom:'+btnPadding+';text-align:center;'); footPages[i].innerHTML = '第' + i + '页'; footPages[i].addEventListener('click',function(){changePage(this);},false); footPages[i].addEventListener('mouseover',function(){btnMouseOver(this);},false); footPages[i].addEventListener('mouseout',function(){btnMouseOut(this);},false); footDiv.appendChild(footPages[i]); } footPages[1].style.background=btnSelected; closeBtn = document.createElement('div'); closeBtn.setAttribute('style','background:'+clBtnColor+';border:'+clBtnBorder+';cursor:pointer;float:left;margin-right:6px;margin-top:3px;margin-bottom:3px;width:'+btnWidth+';font-size:'+fontSize+';color:'+clfontColor+';padding-top:'+btnPadding+';padding-bottom:'+btnPadding+';text-align:center;'); closeBtn.innerHTML = '关闭'; closeBtn.onclick = 'this.parentNode.parentNode.parentNode.removeChild(this.parentNode.parentNode)'; closeBtn.addEventListener('mouseover',function(){btnMouseOver(this);},false); closeBtn.addEventListener('mouseout',function(){btnMouseOut(this);},false); footDiv.appendChild(closeBtn); if(footPos == 'bottom'){ faceDialog.appendChild(faceBody); faceDialog.appendChild(footDiv); } else if(footPos == 'top'){ faceDialog.appendChild(footDiv); faceDialog.appendChild(faceBody); } document.body.appendChild(faceDialog); dialogX = faceDialog.offsetLeft; dialogY = faceDialog.offsetTop; if(footPos == 'top'){ faceDialog.setAttribute('style','position:fixed;width:428px;background:'+bdColor+';border:'+bdBorder+';z-index:999;left:'+dialogX+'px;top:'+dialogY+'px;'); } function imgOver(obj){ obj.style.border = imgHoverBd; obj.style.opacity = 1; } function imgOut(obj){ obj.style.border = imgBorder; obj.style.opacity = imgOpacity; } function btnMouseOver(obj){ if(obj.style.background == btnSelected.toLowerCase()) return true; else{ oldColor = obj.style.background; obj.style.background = btnHover; } } function btnMouseOut(obj){ if(obj.style.background == btnSelected.toLowerCase()) return true; obj.style.background = oldColor; } function changePage(obj){ for(i=1;i<footPages.length;i++) footPages[i].style.background = btnColor; obj.style.background = btnSelected; imageList = ''; pageNum = obj.innerHTML.match(/\d+/); if(pageNum != pages){ begin = (pageNum-1)*max; end = pageNum*max - 1; } else{ begin = (pageNum-1)*max; end = imgLinks.length-1; } for(i=begin;i<=end;i++){ imageList += '<div style=\x22border:'+imgBorder+';opacity:'+imgOpacity+';margin:2px;cursor:pointer;width:'+imgWidth+';height:'+imgHeight+';float:left\x22 onmouseover=\x22imgOver(this);\x22 onmouseout=\x22imgOut(this)\x22><table style=\x22width:100%;height:100%\x22><tr><td valign=\x22center\x22 align=\x22center\x22><img style=\x22width:100%\x22 src=\x22' + imgLinks[i] + '\x22 onclick=\x22addFace(this);\x22/></td></tr></table></div>'; } oldDiv = document.getElementById('faceBody'); newDiv = document.createElement('div'); newDiv.id = 'faceBody'; newDiv.setAttribute('style','clear:both;margin-left:1px;margin-top:1px;'); newDiv.innerHTML = imageList; oldDiv.parentNode.replaceChild(newDiv,oldDiv); } function addFace(imgObj){ imgLink = imgObj.src; imgTag = '[img]' + imgLink + '[/img]'; textArea = document.getElementById('message');/*phpbb*/ if(textArea == null || textArea.tagName.toLowerCase() != 'textarea')/*dz7.0.0*/ textArea = document.getElementById('e_textarea'); if(textArea == null || textArea.tagName.toLowerCase() != 'textarea'){/*others*/ textArea = document.getElementsByTagName('textarea'); textArea = textArea[textArea.length-1]; } cursorStart = textArea.selectionStart; cursorEnd = textArea.selectionEnd; textArea.value = textArea.value.slice(0,cursorStart) + imgTag + textArea.value.slice(cursorEnd); textArea.focus(); textArea.selectionStart = cursorStart + imgTag.length; textArea.selectionEnd = cursorEnd + imgTag.length; } function getPageNumWitchZero(num, bit){ var num = '' + num; var zero = '', i = 0; if(num.length >= bit) return num; for(i = 0; i < (bit - num.length); i++){ zero += '0'; } return (zero + num); } window.addEventListener( 'click', function(e){ obj = e.target; while(obj){ if(obj.id && obj.id == 'faceDialog' || obj.nodeName.toLowerCase() == 'textarea') return false; else obj = obj.parentNode; } temp = document.getElementById('faceDialog'); if(temp) temp.parentNode.removeChild(temp); },false ); void(0);",1,,"Smiley Wink"
Item, "罗罗布" = Go to page, "javascript: max=36; totalNum=154; begin=1; bit=3; url='http://lsgg.hp2.jp/smile/llb/llb0'; format='.gif'; footPos='bottom'; bdColor='#FFFEE4'; bdBorder='1px solid black'; bodyWidth='340px'; bodyRight='5px'; bodyBottom='5px'; imgWidth='50px'; imgHeight='50px'; imgBorder='1px solid darkgray'; imgHoverBd='1px solid red'; imgOpacity = '1'; btnColor='#FFFEE4'; clBtnColor='#FFFEE4'; btnHover='#ffff99'; clsBtnHover='#ffff99'; btnSelected='#ffff00'; btnBorder='1px solid black'; clBtnBorder='1px solid black'; btnWidth='48px'; btnPadding='1px'; fontSize='12px'; fontColor='black'; clfontColor='black'; idx=0; pages=0; imageList = ''; imgLinks = new Array(); footPages = new Array(); temp = document.getElementById('faceDialog'); if(temp) temp.parentNode.removeChild(temp); faceDialog = document.createElement('div'); faceDialog.id = 'faceDialog'; faceDialog.setAttribute('style', 'position:fixed;right:'+bodyRight+';bottom:'+bodyBottom+';width:'+bodyWidth+';background:'+bdColor+';border:'+bdBorder+';z-index:999;'); for(i=0;i<totalNum;i++){ imgLinks[idx++]=url+getPageNumWitchZero((begin+i), bit)+format; } pages = imgLinks.length/max|0; if(imgLinks.length%max != 0) pages++; if(imgLinks.length >= max) first = max; else first = imgLinks.length; for(j=0;j<first;j++){ imageList += '<div style=\x22border:'+imgBorder+';opacity:'+imgOpacity+';margin:2px;cursor:pointer;width:'+imgWidth+';height:'+imgHeight+';float:left\x22 onmouseover=\x22imgOver(this);\x22 onmouseout=\x22imgOut(this)\x22><table style=\x22width:100%;height:100%\x22><tr><td valign=\x22center\x22 align=\x22center\x22><img style=\x22width:100%\x22 src=\x22' + imgLinks[j] + '\x22 onclick=\x22addFace(this);\x22/></td></tr></table></div>'; } faceBody = document.createElement('div'); faceBody.id = 'faceBody'; faceBody.setAttribute('style','clear:both;margin-left:1px;margin-top:1px;'); faceBody.innerHTML = imageList; footDiv = document.createElement('div'); footDiv.setAttribute('style','clear:both;margin-left:3px;'); for(i=1;i<=pages;i++){ footPages[i] = document.createElement('div'); footPages[i].name = 'foot'; footPages[i].setAttribute('style','background:'+btnColor+';border:'+btnBorder+';cursor:pointer;float:left;margin-right:6px;margin-top:3px;margin-bottom:3px;width:'+btnWidth+';font-size:'+fontSize+';color:'+fontColor+';padding-top:'+btnPadding+';padding-bottom:'+btnPadding+';text-align:center;'); footPages[i].innerHTML = '第' + i + '页'; footPages[i].addEventListener('click',function(){changePage(this);},false); footPages[i].addEventListener('mouseover',function(){btnMouseOver(this);},false); footPages[i].addEventListener('mouseout',function(){btnMouseOut(this);},false); footDiv.appendChild(footPages[i]); } footPages[1].style.background=btnSelected; closeBtn = document.createElement('div'); closeBtn.setAttribute('style','background:'+clBtnColor+';border:'+clBtnBorder+';cursor:pointer;float:left;margin-right:6px;margin-top:3px;margin-bottom:3px;width:'+btnWidth+';font-size:'+fontSize+';color:'+clfontColor+';padding-top:'+btnPadding+';padding-bottom:'+btnPadding+';text-align:center;'); closeBtn.innerHTML = '关闭'; closeBtn.onclick = 'this.parentNode.parentNode.parentNode.removeChild(this.parentNode.parentNode)'; closeBtn.addEventListener('mouseover',function(){btnMouseOver(this);},false); closeBtn.addEventListener('mouseout',function(){btnMouseOut(this);},false); footDiv.appendChild(closeBtn); if(footPos == 'bottom'){ faceDialog.appendChild(faceBody); faceDialog.appendChild(footDiv); } else if(footPos == 'top'){ faceDialog.appendChild(footDiv); faceDialog.appendChild(faceBody); } document.body.appendChild(faceDialog); dialogX = faceDialog.offsetLeft; dialogY = faceDialog.offsetTop; if(footPos == 'top'){ faceDialog.setAttribute('style','position:fixed;width:428px;background:'+bdColor+';border:'+bdBorder+';z-index:999;left:'+dialogX+'px;top:'+dialogY+'px;'); } function imgOver(obj){ obj.style.border = imgHoverBd; obj.style.opacity = 1; } function imgOut(obj){ obj.style.border = imgBorder; obj.style.opacity = imgOpacity; } function btnMouseOver(obj){ if(obj.style.background == btnSelected.toLowerCase()) return true; else{ oldColor = obj.style.background; obj.style.background = btnHover; } } function btnMouseOut(obj){ if(obj.style.background == btnSelected.toLowerCase()) return true; obj.style.background = oldColor; } function changePage(obj){ for(i=1;i<footPages.length;i++) footPages[i].style.background = btnColor; obj.style.background = btnSelected; imageList = ''; pageNum = obj.innerHTML.match(/\d+/); if(pageNum != pages){ begin = (pageNum-1)*max; end = pageNum*max - 1; } else{ begin = (pageNum-1)*max; end = imgLinks.length-1; } for(i=begin;i<=end;i++){ imageList += '<div style=\x22border:'+imgBorder+';opacity:'+imgOpacity+';margin:2px;cursor:pointer;width:'+imgWidth+';height:'+imgHeight+';float:left\x22 onmouseover=\x22imgOver(this);\x22 onmouseout=\x22imgOut(this)\x22><table style=\x22width:100%;height:100%\x22><tr><td valign=\x22center\x22 align=\x22center\x22><img style=\x22width:100%\x22 src=\x22' + imgLinks[i] + '\x22 onclick=\x22addFace(this);\x22/></td></tr></table></div>'; } oldDiv = document.getElementById('faceBody'); newDiv = document.createElement('div'); newDiv.id = 'faceBody'; newDiv.setAttribute('style','clear:both;margin-left:1px;margin-top:1px;'); newDiv.innerHTML = imageList; oldDiv.parentNode.replaceChild(newDiv,oldDiv); } function addFace(imgObj){ imgLink = imgObj.src; imgTag = '[img]' + imgLink + '[/img]'; textArea = document.getElementById('message');/*phpbb*/ if(textArea == null || textArea.tagName.toLowerCase() != 'textarea')/*dz7.0.0*/ textArea = document.getElementById('e_textarea'); if(textArea == null || textArea.tagName.toLowerCase() != 'textarea'){/*others*/ textArea = document.getElementsByTagName('textarea'); textArea = textArea[textArea.length-1]; } cursorStart = textArea.selectionStart; cursorEnd = textArea.selectionEnd; textArea.value = textArea.value.slice(0,cursorStart) + imgTag + textArea.value.slice(cursorEnd); textArea.focus(); textArea.selectionStart = cursorStart + imgTag.length; textArea.selectionEnd = cursorEnd + imgTag.length; } function getPageNumWitchZero(num, bit){ var num = '' + num; var zero = '', i = 0; if(num.length >= bit) return num; for(i = 0; i < (bit - num.length); i++){ zero += '0'; } return (zero + num); } window.addEventListener( 'click', function(e){ obj = e.target; while(obj){ if(obj.id && obj.id == 'faceDialog' || obj.nodeName.toLowerCase() == 'textarea') return false; else obj = obj.parentNode; } temp = document.getElementById('faceDialog'); if(temp) temp.parentNode.removeChild(temp); },false ); void(0);",1,,"Smiley Wink"
Item, "马里奥小黄" = Go to page, "javascript: max=30; totalNum=134; begin=1; bit=3; url='http://lsgg.hp2.jp/smile/mlaxh/mlaxh_0'; format='.gif'; footPos='bottom'; bdColor='#FFFEE4'; bdBorder='1px solid black'; bodyWidth='340px'; bodyRight='5px'; bodyBottom='5px'; imgWidth='50px'; imgHeight='50px'; imgBorder='1px solid darkgray'; imgHoverBd='1px solid red'; imgOpacity = '1'; btnColor='#FFFEE4'; clBtnColor='#FFFEE4'; btnHover='#ffff99'; clsBtnHover='#ffff99'; btnSelected='#ffff00'; btnBorder='1px solid black'; clBtnBorder='1px solid black'; btnWidth='48px'; btnPadding='1px'; fontSize='12px'; fontColor='black'; clfontColor='black'; idx=0; pages=0; imageList = ''; imgLinks = new Array(); footPages = new Array(); temp = document.getElementById('faceDialog'); if(temp) temp.parentNode.removeChild(temp); faceDialog = document.createElement('div'); faceDialog.id = 'faceDialog'; faceDialog.setAttribute('style', 'position:fixed;right:'+bodyRight+';bottom:'+bodyBottom+';width:'+bodyWidth+';background:'+bdColor+';border:'+bdBorder+';z-index:999;'); for(i=0;i<totalNum;i++){ imgLinks[idx++]=url+getPageNumWitchZero((begin+i), bit)+format; } pages = imgLinks.length/max|0; if(imgLinks.length%max != 0) pages++; if(imgLinks.length >= max) first = max; else first = imgLinks.length; for(j=0;j<first;j++){ imageList += '<div style=\x22border:'+imgBorder+';opacity:'+imgOpacity+';margin:2px;cursor:pointer;width:'+imgWidth+';height:'+imgHeight+';float:left\x22 onmouseover=\x22imgOver(this);\x22 onmouseout=\x22imgOut(this)\x22><table style=\x22width:100%;height:100%\x22><tr><td valign=\x22center\x22 align=\x22center\x22><img style=\x22width:100%\x22 src=\x22' + imgLinks[j] + '\x22 onclick=\x22addFace(this);\x22/></td></tr></table></div>'; } faceBody = document.createElement('div'); faceBody.id = 'faceBody'; faceBody.setAttribute('style','clear:both;margin-left:1px;margin-top:1px;'); faceBody.innerHTML = imageList; footDiv = document.createElement('div'); footDiv.setAttribute('style','clear:both;margin-left:3px;'); for(i=1;i<=pages;i++){ footPages[i] = document.createElement('div'); footPages[i].name = 'foot'; footPages[i].setAttribute('style','background:'+btnColor+';border:'+btnBorder+';cursor:pointer;float:left;margin-right:6px;margin-top:3px;margin-bottom:3px;width:'+btnWidth+';font-size:'+fontSize+';color:'+fontColor+';padding-top:'+btnPadding+';padding-bottom:'+btnPadding+';text-align:center;'); footPages[i].innerHTML = '第' + i + '页'; footPages[i].addEventListener('click',function(){changePage(this);},false); footPages[i].addEventListener('mouseover',function(){btnMouseOver(this);},false); footPages[i].addEventListener('mouseout',function(){btnMouseOut(this);},false); footDiv.appendChild(footPages[i]); } footPages[1].style.background=btnSelected; closeBtn = document.createElement('div'); closeBtn.setAttribute('style','background:'+clBtnColor+';border:'+clBtnBorder+';cursor:pointer;float:left;margin-right:6px;margin-top:3px;margin-bottom:3px;width:'+btnWidth+';font-size:'+fontSize+';color:'+clfontColor+';padding-top:'+btnPadding+';padding-bottom:'+btnPadding+';text-align:center;'); closeBtn.innerHTML = '关闭'; closeBtn.onclick = 'this.parentNode.parentNode.parentNode.removeChild(this.parentNode.parentNode)'; closeBtn.addEventListener('mouseover',function(){btnMouseOver(this);},false); closeBtn.addEventListener('mouseout',function(){btnMouseOut(this);},false); footDiv.appendChild(closeBtn); if(footPos == 'bottom'){ faceDialog.appendChild(faceBody); faceDialog.appendChild(footDiv); } else if(footPos == 'top'){ faceDialog.appendChild(footDiv); faceDialog.appendChild(faceBody); } document.body.appendChild(faceDialog); dialogX = faceDialog.offsetLeft; dialogY = faceDialog.offsetTop; if(footPos == 'top'){ faceDialog.setAttribute('style','position:fixed;width:428px;background:'+bdColor+';border:'+bdBorder+';z-index:999;left:'+dialogX+'px;top:'+dialogY+'px;'); } function imgOver(obj){ obj.style.border = imgHoverBd; obj.style.opacity = 1; } function imgOut(obj){ obj.style.border = imgBorder; obj.style.opacity = imgOpacity; } function btnMouseOver(obj){ if(obj.style.background == btnSelected.toLowerCase()) return true; else{ oldColor = obj.style.background; obj.style.background = btnHover; } } function btnMouseOut(obj){ if(obj.style.background == btnSelected.toLowerCase()) return true; obj.style.background = oldColor; } function changePage(obj){ for(i=1;i<footPages.length;i++) footPages[i].style.background = btnColor; obj.style.background = btnSelected; imageList = ''; pageNum = obj.innerHTML.match(/\d+/); if(pageNum != pages){ begin = (pageNum-1)*max; end = pageNum*max - 1; } else{ begin = (pageNum-1)*max; end = imgLinks.length-1; } for(i=begin;i<=end;i++){ imageList += '<div style=\x22border:'+imgBorder+';opacity:'+imgOpacity+';margin:2px;cursor:pointer;width:'+imgWidth+';height:'+imgHeight+';float:left\x22 onmouseover=\x22imgOver(this);\x22 onmouseout=\x22imgOut(this)\x22><table style=\x22width:100%;height:100%\x22><tr><td valign=\x22center\x22 align=\x22center\x22><img style=\x22width:100%\x22 src=\x22' + imgLinks[i] + '\x22 onclick=\x22addFace(this);\x22/></td></tr></table></div>'; } oldDiv = document.getElementById('faceBody'); newDiv = document.createElement('div'); newDiv.id = 'faceBody'; newDiv.setAttribute('style','clear:both;margin-left:1px;margin-top:1px;'); newDiv.innerHTML = imageList; oldDiv.parentNode.replaceChild(newDiv,oldDiv); } function addFace(imgObj){ imgLink = imgObj.src; imgTag = '[img]' + imgLink + '[/img]'; textArea = document.getElementById('message');/*phpbb*/ if(textArea == null || textArea.tagName.toLowerCase() != 'textarea')/*dz7.0.0*/ textArea = document.getElementById('e_textarea'); if(textArea == null || textArea.tagName.toLowerCase() != 'textarea'){/*others*/ textArea = document.getElementsByTagName('textarea'); textArea = textArea[textArea.length-1]; } cursorStart = textArea.selectionStart; cursorEnd = textArea.selectionEnd; textArea.value = textArea.value.slice(0,cursorStart) + imgTag + textArea.value.slice(cursorEnd); textArea.focus(); textArea.selectionStart = cursorStart + imgTag.length; textArea.selectionEnd = cursorEnd + imgTag.length; } function getPageNumWitchZero(num, bit){ var num = '' + num; var zero = '', i = 0; if(num.length >= bit) return num; for(i = 0; i < (bit - num.length); i++){ zero += '0'; } return (zero + num); } window.addEventListener( 'click', function(e){ obj = e.target; while(obj){ if(obj.id && obj.id == 'faceDialog' || obj.nodeName.toLowerCase() == 'textarea') return false; else obj = obj.parentNode; } temp = document.getElementById('faceDialog'); if(temp) temp.parentNode.removeChild(temp); },false ); void(0);",1,,"Smiley Wink"
[Simple Download Menu]
Item, 启用内置BT下载 = Set preference, "BitTorrent|Enable=1" | Set preference, "BitTorrent|Enable=0"
Item, "UTF-8编码"="Set preference, "Network|UTF8 Escape URLs=1", , "UTF-8编码", "Checkbox skin.selected" > Set preference, "Network|UTF8 Escape URLs=0"
Item, "下载完成后通知"="Set preference, "User Prefs|Show Notification For Finished Transfers=1" > Set preference, "User Prefs|Show Notification For Finished Transfers=0"
Item, "下载器选择对话框"="Set preference, "User Prefs|Show Download Manager Selection Dialog=1" > Set preference, "User Prefs|Show Download Manager Selection Dialog=0"
Item, "显示新邮件通知"="Set preference, "User Prefs|Show Notification For New Messages=1" > Set preference, "User Prefs|Show Notification For New Messages=0"
--------------------1
Item, MI_IDM_CacheWindow = Go to page, "opera:cache?domain=&validation=&list=list&num=&min_size=500&max_size=",,,"search"
;Item, MI_IDM_CacheWindow = Go to page, "javascript:void(window.open('opera:cache?domain='+(function(h){var h=location.hostname;var s=h.split('.');var l=s.length;if(/^(?:\d{1,3}\.){3}\d{1,3}$/.test(h))return h;if(/\.(co|com|net|org|edu|gov|mil|int)\.[^\.]+$/.test(h)){h=s[l-3]+'.'+s[l-2]+'.'+s[l-1]}else{h=s[l-2]+'.'+s[l-1]};return h})(location.hostname)+'&validation=&list=preview&min_size=&max_size='));",,,"search"
Item, "提取缓存"=External action,,,,"save" | Execute program,"profile\vbs\Cache.vbs"
--------------------2
Item, "配置eDown"=Execute program,"profile\tools\edown.exe", , , "edown""
Item, "SRSniffer"="Execute program, "optools\SRSniffer.exe",,,"SRSniffer""
Item, "HttpFileMonitor"="Execute program, "optools\HttpFileMonitor.exe",,,"HttpFileMonitor""
Item, "VideoCacheView"=Execute program,"optools\nirsoft\VideoCacheView.exe", , , "VideoCacheView""
;Item, "uTorrent"=External action,,,,"uTorrent" | Execute program,"optools\uTorrent\uTorrent.exe"
;Item, "FlashGet"=External action,,,,"save" | Execute program,"optools\FlashGet\FlashGet.exe"
;Item, "FlashGet清理"="execute program,"cmd.exe","/c taskkill /f /im FlashGet.exe /t" , ,"cmd" & Execute program,"optools\FlashGet\FlashGet.exe","uninstall","", "Menu Info""
Item, "MD5查看器"="Execute program, "optools\hash.exe",,,"hash""
[Simple Background Menu]
Item, "---界面外观---"=Show popup menu
Item, "窗口式浏览"="Set preference, "User Prefs|SDI=1" > Set preference, "User Prefs|SDI=0"
Item, "系统托盘图标"=Set preference, "user prefs|Show Tray Icon=1" > Set preference, "user prefs|Show Tray Icon=0"
Item, "标签悬停缩略图" = Set preference, "User Prefs|Use Thumbnails in Tab Tooltips=1" | Set preference, "User Prefs|Use Thumbnails in Tab Tooltips=0"
Item, "标签嵌入缩略图" = Set preference, "User Prefs|Use Thumbnails Inside Tabs=1" | Set preference, "User Prefs|Use Thumbnails Inside Tabs=0"
Item, "Win7任务栏缩略图"=Set preference, "user prefs|Use Windows 7 Taskbar Thumbnails=1" > Set preference, "user prefs|Use Windows 7 Taskbar Thumbnails=0"
Item, "皮肤调试模式"=Set preference, "User Prefs|Debug Skin=1" | Set preference, "User Prefs|Debug Skin=0"
Item, "---历史安全---"=Show popup menu
;Item, MI_IDM_CONTROL_MENU_ENABLE_COOKIES = Enable cookies | Disable cookies
Item, "地址栏下拉按钮"="Set preference, "User Prefs|Show Dropdown Button In Addressfield=1" > Set preference, "User Prefs|Show Dropdown Button In Addressfield=0"
Item, "地址栏显示书签"= Set preference, "User Prefs|Show Bookmarks In Addressfield Autocompletion=1" | Set preference, "User Prefs|Show Bookmarks In Addressfield Autocompletion=0"
Item, "地址栏显示历史记录"="Set preference, "User Prefs|Addressbar Content Search=1" | Set preference, "User Prefs|Addressbar Content Search=0"
Item, "记录浏览历史"= Set preference, "User Prefs|Visited Pages=1" | Set preference, "User Prefs|Visited Pages=0"
Item, "禁止自动导入书签"=Set preference, "User Prefs|Disable Bookmark Import=1" | Set preference, "User Prefs|Disable Bookmark Import=0"
Item, "自动重定向"=Set preference, "User Prefs|Client Pull=1" | Set preference, "User Prefs|Client Pull=0"
breakitem
Item, "---标签设置---"=Show popup menu
Item, "标签上显示网站图标"=Set preference, "Multimedia|Always load favicon=2" | Set preference, "Multimedia|Always load favicon=0"
Item, "标签上显示关闭按钮"=Set preference, "User Prefs|Show Close Buttons=1" > Set preference, "User Prefs|Show Close Buttons=0"
Item, "关闭多个标签时提示"= Set preference, "User Prefs|Show Close All Dialog=1" | Set preference, "User Prefs|Show Close All Dialog=0"
Item, "双击关闭对应标签"=Set preference, "User Prefs|Doubleclick to Close Tab=1" > Set preference, "User Prefs|Doubleclick to Close Tab=0"
Item, "总是在后台打开链接"="Set preference, "User Prefs|Target Destination=2" > Set preference, "User Prefs|Target Destination=0"
Item, "---键鼠手势---"=Show popup menu
Item, "中键单击选项"=Manage middle click options
Item, "双击文本弹出菜单"="Set preference, "User Prefs|Automatic Select Menu=1" > Set preference, "User Prefs|Automatic Select Menu=0"
Item, "单键快捷键"=Set preference, "User Prefs|Enable Extended Keyboard Shortcuts=1" | Set preference, "User Prefs|Enable Extended Keyboard Shortcuts=0"
Item, "启用超级拖拽"=Set preference, "User Prefs|Open Dragged Link In Background=1" > Set preference, "User Prefs|Open Dragged Link In Background=0"
Item, "启用鼠标手势"=Set preference, "User Prefs|Enable Gesture=1" > Set preference, "User Prefs|Enable Gesture=0"
Item, "鼠标手势可视化"=Set preference, "User Prefs|Show Gesture UI=1" > Set preference, "User Prefs|Show Gesture UI=0"
Item, "平滑滚动"="Set preference, "User Prefs|Smooth Scrolling=1" | Set preference, "User Prefs|Smooth Scrolling=0"
;Item, "DNS预读"="Set preference, "Network|DNS Prefetching=1" > Set preference, "Network|DNS Prefetching=0""
;Item, "页面拖放模式"="Set preference, "User Prefs|Scroll Is Pan=1" > Set preference, "User Prefs|Scroll Is Pan=0"
;Item, "SPDY4Turbo"="Set preference, "Proxy|Use SPDY for Turbo=1" > Set preference, "Proxy|Use SPDY for Turbo=0""
;Item, "刷新配置"= External action,,,,"Attachment Documents" | Show preferences, 25 & delay,1 & Next item & Ok
[Simple Security Menu]
Item, "信任的网站"=Manage Whitelist
Item, 启用SSL证书验证 = Set preference, "Security Prefs|OCSP Validate Certificates=1" | Set preference, "Security Prefs|OCSP Validate Certificates=0"
Item, Opera证书管理=Manage Certificates
Platform Windows, Item, Windows证书管理="Execute program, "certmgr.msc",,, "userpass""
--------------------1
Item, "Wand自动登录"="Set preference, "User Prefs|Wand Autosubmit=1" > Set preference, "User Prefs|Wand Autosubmit=0"
Item, "查看Wand密码"="Wand, , , "查看wand密码" & Go to page, "javascript:(function(){var s,F,j,f,i; s=''; F=document.forms; for(j=0; j<F.length; ++j){f=F[j]; for(i=0; i<f.length; ++i){if(f[i].type.toLowerCase()=='password')s+=f[i].value+'\n';}}if(s)alert('Passwords in forms on this page:\n\n'+s);else alert('There are no passwords in forms on this page.');})();", 1, , "Wand""
Item, "WebBrowserPassView"=Execute program,"optools\nirsoft\WebBrowserPassView.exe", , , "menu info""
Platform Windows, Item, "FlowerPassword"="Execute program, "optools\FlowerPassword.exe", , , "FlowerPassword""
Item, M_MANAGE_WAND_PASSWORDS = Manage wand
--------------------2
Item, "清除所有历史内容"=External action,,,,"Mark as spam" | Clear disk cache & Clear visited history & Clear typed in history & Remove all finished transfers & Clear Previous Searches & Clear Search Field & Empty page trash & Delay , 100 & Empty trash
Platform Windows, Item, "清空剪贴板"="External action, -1,,,"clear" | Execute program, "optools\nircmd.exe","clipboard clear", , ,"
Item, "删除Cookies"="Go to page, "javascript:(function(){var C,d,s,p,i,c,k=document.cookie;if(!k){alert('Not cookies here.')}else{if(confirm('Delete this cookies?\n\n' + k.replace(/; /g,'\n'))){C=k.split('; ');for(d='.'+location.host;d;d=(''+d).substr(1).match(/\..*$/))for(s=0;s<2;++s)for(p='/'+location.pathname;p;p=p.substring(0,p.lastIndexOf('/')))for(i in C)if( (c=C[i]) ){document.cookie=c+'; domain='+d.slice(s)+'; path='+p.slice(1)+'/'+'; expires='+new Date((new Date).getTime()-1e11).toGMTString()}}}})()", , "Delete cookies", "Mail Spam""
;Item, "删除本站Cookie(&C)"=External action,,,,"none" | go to page,"javascript:(function(){var C,d,s,p,i,c,k=document.cookie;if(k){C=k.split('; ');for(d='.'+location.host;d;d=(''+d).substr(1).match(/\..*$/))for(sl=0;sl<2;++sl)for(p='/'+location.pathname;p;p=p.substring(0,p.lastIndexOf('/')))for(i in C)if(c=C[i]){document.cookie=c+'; domain='+d.slice(sl)+'; path='+p.slice(1)+'/'+'; expires='+new Date((new Date).getTime()-1e11).toGMTString()}}})()" & delay,1 & delay,500 & Edit site preferences & delay,1 & Cycle to next page & delay,1 & Focus previous widget & delay,1 & Focus next widget & delay,1 & delete & delay,1 & Focus previous widget & delay,1 & Focus next widget & delay,1 & delete & delay,1 & Focus previous widget & delay,1 & Focus next widget & delay,1 & delete & delay,1 & Focus previous widget & delay,1 & Focus next widget & delay,1 & delete & delay,1 & Focus previous widget & delay,1 & Focus next widget & delay,1 & delete & delay,1 & Focus previous widget & delay,1 & Focus next widget & delay,1 & delete & delay,1 & Focus previous widget & delay,1 & Focus next widget & delay,1 & delete & delay,1 & Focus previous widget & delay,1 & Focus next widget & delay,1 & delete & delay,1 & Focus previous widget & delay,1 & Focus next widget & delay,1 & delete & delay,1 & Focus previous widget & delay,1 & Focus next widget & delay,1 & delete & delay,1 & cancel
;Item, "删除本站相关Cookie(&X)"=External action,,,,"none" | go to page,"javascript:(function(){var h=location.hostname;var s=h.split('.');var l=s.length;if(/^(?:\d{1,3}\.){3}\d{1,3}$/.test(h)||l<3){}else if(/\.google\./.test(h)){h='google.'}else if(/\.yahoo\./.test(h)){h='yahoo.'}else if(/\.(co|com|net|org|edu|gov|mil|int)\.[^\.]+$/.test(h)){h=s[l-3]+'.'+s[l-2]}else{h=s[l-2]+'.'+s[l-1]};prompt('',h)})()" & delay,1 & delay,10 & copy & delay,1 & delay,10 & cancel & delay,1 & delay,500 & manage cookies & delay,1 & paste & delay,1 & Focus next widget & delay,1 & delete & delay,1 & Focus previous widget & delay,1 & Focus next widget & delay,1 & delete & delay,1 & Focus previous widget & delay,1 & Focus next widget & delay,1 & delete & delay,1 & Focus previous widget & delay,1 & Focus next widget & delay,1 & delete & delay,1 & Focus previous widget & delay,1 & Focus next widget & delay,1 & delete & delay,1 & Focus previous widget & delay,1 & Focus next widget & delay,1 & delete & delay,1 & Focus previous widget & delay,1 & Focus next widget & delay,1 & delete & delay,1 & Focus previous widget & delay,1 & Focus next widget & delay,1 & delete & delay,1 & Focus previous widget & delay,1 & Focus next widget & delay,1 & delete & delay,1 & Focus previous widget & delay,1 & Focus next widget & delay,1 & delete & delay,1 & cancel
Item, "删除私人数据"=External action,,,,"Mark as not spam" | Delete private data & Delay, 10 & Click button
[Simple UA Menu]
Item, "自定义ISP-UA"=Go to page, "opera:config#ISP|Id"
Item, "SimpleU" = Set preference, "ISP|Id=SimpleU Edition"
Item, "None" = Set preference, "ISP|Id="
Item, "Baiduspider" = Set preference, "ISP|Id=Baiduspider"
Item, "Googlebot" = Set preference, "ISP|Id=Googlebot"
Item, "----当前站点识别----"=Show popup menu
Item, 识别为 Opera=Edit site preferences,,,,"Opera Logo" & delay,1 & Cycle to previous page & delay,1 & Cycle to previous page & Focus previous widget & delay,1 & Focus previous widget & delay,1 & Focus previous widget & delay,1 & Focus previous widget & delay,1 & Go to start & delay,1 & ok
Item, 伪装为Firefox=Edit site preferences,,,,"firefox" & delay,1 & Cycle to previous page & delay,1 & Cycle to previous page & delay,1 & Focus previous widget & delay,1 & Focus previous widget & delay,1 & Focus previous widget & delay,1 & Focus previous widget & delay,1 & Go to end & delay,1 & Previous item & delay,1 & ok
Item, 伪装为IE浏览器=Edit site preferences,,,,"ie" & delay,1 & Cycle to previous page & delay,1 & Cycle to previous page & delay,1 & Focus previous widget & delay,1 & Focus previous widget & delay,1 & Focus previous widget & delay,1 & Focus previous widget & delay,1 & Go to end & delay,1 & ok
breakitem
Item, "---Opera Online---"=Show popup menu
Item, M_SYNC_ENABLE=Set up Sync | Sync login
Item, M_SYNC_CONFIGURE = Open Sync settings
Item, "OperaLink-delete" = "Execute program, "opera.exe", "-pd %TMP%\opera-link-delete-profile http://my.opera.com/Tamil/blog/how-to-delete-opera-link-data-in-server",,"Expand Disabled""
;Item, M_WEBSERVER_ENABLE = Set up Webserver | Opera Unite Enable
;Item, S_WEBSERVER_DISCOVERY_ENABLE = Enable Application Discovery Notifications | Disable Application Discovery Notifications
Item, "---Opera Turbo---"=Show popup menu
Item, M_OPERA_TURBO_CONFIGURE = Open Web Turbo Dialog
Item, "选择美国服务器(&E)"=Set preference, "Proxy|Opera Turbo Config File={Resources}region\tw\turbosettings.xml"
Item, "选择中国服务器(&Z)"=Set preference, "Proxy|Opera Turbo Config File={Resources}region\cn\turbosettings.xml"
Item, "当前UA查询"=Go to page, "javascript:var x=navigator.userAgent; var y='%'; for (var i=0;i<x.length;i++)%7B y+=x.charCodeAt(i).toString(16)+'%'; %7D y=unescape(decodeURI(y.replace(/\%$/,''))); alert(x+'\n'+y); void(0);", 1, , "Menu Info""
[Simple Proxy Menu]
Item, "查看本机外网IP"="Go to page, "javascript:void(window.open('http://www.ip.cn/','','width=380,height=240,left=360,top=240'))",,,"Contact0""
Item, "查看当前站点IP"="Go to page, "javascript:void(window.open('http://www.ip.cn/?ip='+encodeURIComponent(location.hostname)+'','','width=380,height=270,left=360,top=240'))",,,"find""
Item, "Ping当前站点"="External action, , , "PING当前", "cmd" | Edit site preferences & Delay, 1 & Copy & Cancel & Delay, 1 & Execute program, "cmd", "/k ping %c""
Item, "Nslookup此站"="External action, , , , "cmd" | Edit site preferences & Delay, 1 & Copy & Cancel & Delay, 1 & Execute program, "cmd", "/k nslookup %c""
------0
Item, 编辑AutoPAC=Execute program,"notepad.exe", "profile\pac\Autoproxy.pac",,"Dom console"
;Item, 生成编辑PAC=External action,,,,Dom console|Focus address field & Copy & Delay,10 & Go to page,"javascript:var u=String('%c'),n=u.indexOf('://'),m=u.indexOf('/',n+3),u=u.slice(n+3,m);prompt('New PAC Rule for this Current Site','if(shExpMatch(host, %%22*'+u+'*%%22)) return proxy;\n');void(0)"&Execute program,"notepad.exe", "profile\pac\autoproxy.pac"
Item, AutoPr0xy=Disable proxy servers,,,,Restart transfer & Open url in new page,"opera:config" & Delay,10 & Go to page,"javascript:var allExc=opera.getPreference('Proxy','No Proxy Servers'),usePAC='proxy_type.pac',useALL='proxy_type.all';if(allExc.indexOf(usePAC)==-1 && allExc.indexOf(useALL)==-1){allExc+=','+usePAC}else if(allExc.indexOf(useALL)!=-1){allExc=allExc.replace(useALL,usePAC)}opera.setPreference('Proxy','No Proxy Servers',allExc);opera.setPreference('Proxy','Use Automatic Proxy Configuration',1);opera.setPreference('Proxy','Automatic Proxy Configuration URL',opera.getPreference('User Prefs','Opera Directory')+'pac\\Autoproxy.pac');window.close()"
Item, NO-ADS=Disable proxy servers,,,,Menu Info & Open url in new page,"opera:config" & Delay,10 & Go to page,"javascript:var allExc=opera.getPreference('Proxy','No Proxy Servers'),usePAC='proxy_type.pac',useALL='proxy_type.all';if(allExc.indexOf(usePAC)==-1 && allExc.indexOf(useALL)==-1){allExc+=','+usePAC}else if(allExc.indexOf(useALL)!=-1){allExc=allExc.replace(useALL,usePAC)}opera.setPreference('Proxy','No Proxy Servers',allExc);opera.setPreference('Proxy','Use Automatic Proxy Configuration',1);opera.setPreference('Proxy','Automatic Proxy Configuration URL',opera.getPreference('User Prefs','Opera Directory')+'pac\\no-ads.pac');window.close()"
Item, SwitchyPAC=Disable proxy servers,,,,Menu Info & Open url in new page,"opera:config" & Delay,10 & Go to page,"javascript:var allExc=opera.getPreference('Proxy','No Proxy Servers'),usePAC='proxy_type.pac',useALL='proxy_type.all';if(allExc.indexOf(usePAC)==-1 && allExc.indexOf(useALL)==-1){allExc+=','+usePAC}else if(allExc.indexOf(useALL)!=-1){allExc=allExc.replace(useALL,usePAC)}opera.setPreference('Proxy','No Proxy Servers',allExc);opera.setPreference('Proxy','Use Automatic Proxy Configuration',1);opera.setPreference('Proxy','Automatic Proxy Configuration URL',opera.getPreference('User Prefs','Opera Directory')+'pac\\SwitchyPac.pac');window.close()"
------1
Item, 51099=Work offline | Work online
Item, "为代理启用 HTTP 1.1"=Set preference, "Proxy|Enable HTTP 1.1 for proxy=1",, | Set preference, "Proxy|Enable HTTP 1.1 for proxy=0"
Item, 例外站点不使用代理=Set preference, "Proxy|No Proxy Servers Check=1",,"部分网址不用代理" | Set preference, "Proxy|No Proxy Servers Check=0"
Item, "录入代理名单"=Copy document address, , , "录入代理名单", "Mail Attachments" & Delay, 100 & Show preferences, 22, , , "No Security" & Delay, 800 & Focus next widget & Click button & Delay, 100 & Focus next widget & Focus next widget & Focus next widget & Focus next widget & Focus next widget & Focus next widget & Click button & Delay, 100 & Focus next widget & Focus next widget & Click button & Delay, 100 & Paste & Delay, 100 & Ok & Delay, 100 & Ok & Delay, 100 & Ok & Delay, 80 & Reload
Item, "当前站点不使用代理"=Edit site preferences, , , "取消代理", "Mail Compose Clear Formatting" & Delay, 10 & Cycle to previous page & Delay, 10 & Cycle to previous page & Delay, 10 & Focus next widget & Delay, 1 & Focus next widget & Delay, 1 & Focus next widget & Delay, 1 & Click button & Delay, 1 & Next item & Delay, 1 & Click button & Delay, 1 & Click default button & Delay, 8 & Reload
Item, 此站点添加到例外=External action,,,,Add widget|Duplicate page & Delay,1 & Go to page,"javascript:location.href='opera:config#'+location.hostname" & Delay,1 & Delay,350 & Go to page,"javascript:(function(){var hn=String(location.href).slice(13),allExc=opera.getPreference('Proxy','No Proxy Servers'),allExc_A=allExc.split(','),tempA=allExc.split(','),allExc_R=new RegExp(('^'+allExc+'$').replace(/\./g,'\\.').replace(/\*/g,'\.*').replace(/,/g,'$|^')),newExc;for(i=tempA.length-1;i>=0;i--){var temp1=new RegExp(('^'+tempA[i]+'$').replace(/\./g,'\\.').replace(/\*/g,'\.*'));if(!temp1.test(hn)){tempA.splice(i,1)}}newExc=(tempA.length>0)?prompt('可使用通配符『*』,例如 *.operachina.com 已经包括 bbs.operachina.com 和 http://www.operachina.com 。\n此站点已经在例外名单中╮(╯▽╰)╭但可修改域名再添加。\n\n以下是和此域名匹配的已有规则:\n\n'+tempA.join('\n'),hn):prompt('将此站点添加到例外名单中。访问例外名单中的站点时将忽略代理服务器设置。'+'\n\n'+'可使用通配符,例如 *.operachina.com 已经包括 bbs.operachina.com 和 http://www.operachina.com 。',hn);if(newExc!=null && /\S/.test(newExc)==true){if(!allExc_R.test(newExc)){var newExc_R=new RegExp(('^'+newExc+'$').replace(/\./g,'\\.').replace(/\*/g,'\.*')),old='\n',allExc_A=allExc.split(','),tempA=allExc_A;for(j=tempA.length-1;j>=0;j--){if(newExc_R.test(tempA[j])){old+=tempA[j]+'\n';tempA.splice(j,1)}} if(old=='\n'){allExc+=','+newExc}else{var left=confirm('以下旧规则已经被刚输入的新规则包含,是否仍然保留?\n'+old);allExc=(left)?allExc+','+newExc:tempA.join(',')+','+newExc}opera.setPreference('Proxy','No Proxy Servers',allExc);alert(newExc+' 添加完成')}else{var not2add=(newExc==hn)?'俺不是早说加过了嘛╮(╯﹏╰)╭':'哦...原来介个也已经加过了 ╮(╯▽╰)╭';alert(not2add)}}else{alert('添加已取消')}window.close()})()",1
Item,"关闭代理及程序=execute program,"cmd.exe","/c taskkill /f /im AdvOR.exe /t || taskkill /f /im GPass.exe /t || taskkill /f /im GTunnel.exe || taskkill /f /im WCProxy.exe /t || taskkill /f /im WallProxy.exe /t || taskkill /f /im fgx.exe /t || taskkill /f /im fg.exe /t || taskkill /f /im freeg.exe /t || taskkill /f /im freeu.exe /t || taskkill /f /im goagent.exe /t || taskkill /f /im proxy.exe /t || taskkill /f /im psiphon3.exe /t || taskkill /f /im puff.exe /t || taskkill /f /im python.exe /t || taskkill /f /im sogou.exe /t || taskkill /f /im u.exe /t" , ,"Expand Disabled" & Disable proxy servers
Item, 打开代理设置=Show preferences,22,,,Menu tools & Delay,1 & Show proxy servers
BreakItem
Item, "Port>[1234]"=Disable proxy servers,,,,wito & Open url in new page,"opera:config" & Delay,10 & Enable proxy servers & Go to page,"javascript:var allExc=opera.getPreference('Proxy','No Proxy Servers'),usePAC='proxy_type.pac',useALL='proxy_type.all',proxy_all='127.0.0.1:1234';if(allExc.indexOf(usePAC)==-1 && allExc.indexOf(useALL)==-1){allExc+=','+useALL}else if(allExc.indexOf(usePAC)!=-1){allExc=allExc.replace(usePAC,useALL)}opera.setPreference('Proxy','No Proxy Servers',allExc);opera.setPreference('Proxy','Use Automatic Proxy Configuration',0);opera.setPreference('Proxy','FTP server',proxy_all);opera.setPreference('Proxy','Gopher server',proxy_all);opera.setPreference('Proxy','HTTP server',proxy_all);opera.setPreference('Proxy','HTTPS server',proxy_all);opera.setPreference('Proxy','WAIS server',proxy_all);window.close()"
Item, "Port>[1984]"=Disable proxy servers,,,,puff & Open url in new page,"opera:config" & Delay,10 & Enable proxy servers & Go to page,"javascript:var allExc=opera.getPreference('Proxy','No Proxy Servers'),usePAC='proxy_type.pac',useALL='proxy_type.all',proxy_all='127.0.0.1:1984';if(allExc.indexOf(usePAC)==-1 && allExc.indexOf(useALL)==-1){allExc+=','+useALL}else if(allExc.indexOf(usePAC)!=-1){allExc=allExc.replace(usePAC,useALL)}opera.setPreference('Proxy','No Proxy Servers',allExc);opera.setPreference('Proxy','Use Automatic Proxy Configuration',0);opera.setPreference('Proxy','FTP server',proxy_all);opera.setPreference('Proxy','Gopher server',proxy_all);opera.setPreference('Proxy','HTTP server',proxy_all);opera.setPreference('Proxy','HTTPS server',proxy_all);opera.setPreference('Proxy','WAIS server',proxy_all);window.close()"
Item, "Port>[1998]"=Disable proxy servers,,,,wcproxy & Open url in new page,"opera:config" & Delay,10 & Enable proxy servers & Go to page,"javascript:var allExc=opera.getPreference('Proxy','No Proxy Servers'),usePAC='proxy_type.pac',useALL='proxy_type.all',proxy_all='127.0.0.1:1998';if(allExc.indexOf(usePAC)==-1 && allExc.indexOf(useALL)==-1){allExc+=','+useALL}else if(allExc.indexOf(usePAC)!=-1){allExc=allExc.replace(usePAC,useALL)}opera.setPreference('Proxy','No Proxy Servers',allExc);opera.setPreference('Proxy','Use Automatic Proxy Configuration',0);opera.setPreference('Proxy','FTP server',proxy_all);opera.setPreference('Proxy','Gopher server',proxy_all);opera.setPreference('Proxy','HTTP server',proxy_all);opera.setPreference('Proxy','HTTPS server',proxy_all);opera.setPreference('Proxy','WAIS server',proxy_all);window.close()"
Item, "Port>[48100]"=Disable proxy servers,,,,hyk & Open url in new page,"opera:config" & Delay,10 & Enable proxy servers & Go to page,"javascript:var allExc=opera.getPreference('Proxy','No Proxy Servers'),usePAC='proxy_type.pac',useALL='proxy_type.all',proxy_all='127.0.0.1:48100';if(allExc.indexOf(usePAC)==-1 && allExc.indexOf(useALL)==-1){allExc+=','+useALL}else if(allExc.indexOf(usePAC)!=-1){allExc=allExc.replace(usePAC,useALL)}opera.setPreference('Proxy','No Proxy Servers',allExc);opera.setPreference('Proxy','Use Automatic Proxy Configuration',0);opera.setPreference('Proxy','FTP server',proxy_all);opera.setPreference('Proxy','Gopher server',proxy_all);opera.setPreference('Proxy','HTTP server',proxy_all);opera.setPreference('Proxy','HTTPS server',proxy_all);opera.setPreference('Proxy','WAIS server',proxy_all);window.close()"
Item, "Port>[5865]"=Disable proxy servers,,,,wapp & Open url in new page,"opera:config" & Delay,10 & Enable proxy servers & Go to page,"javascript:var allExc=opera.getPreference('Proxy','No Proxy Servers'),usePAC='proxy_type.pac',useALL='proxy_type.all',proxy_all='127.0.0.1:5865';if(allExc.indexOf(usePAC)==-1 && allExc.indexOf(useALL)==-1){allExc+=','+useALL}else if(allExc.indexOf(usePAC)!=-1){allExc=allExc.replace(usePAC,useALL)}opera.setPreference('Proxy','No Proxy Servers',allExc);opera.setPreference('Proxy','Use Automatic Proxy Configuration',0);opera.setPreference('Proxy','FTP server',proxy_all);opera.setPreference('Proxy','Gopher server',proxy_all);opera.setPreference('Proxy','HTTP server',proxy_all);opera.setPreference('Proxy','HTTPS server',proxy_all);opera.setPreference('Proxy','WAIS server',proxy_all);window.close()"
Item, "Port>[8000]"=Disable proxy servers,,,,gapp & Open url in new page,"opera:config" & Delay,10 & Enable proxy servers & Go to page,"javascript:var allExc=opera.getPreference('Proxy','No Proxy Servers'),usePAC='proxy_type.pac',useALL='proxy_type.all',proxy_all='127.0.0.1:8000';if(allExc.indexOf(usePAC)==-1 && allExc.indexOf(useALL)==-1){allExc+=','+useALL}else if(allExc.indexOf(usePAC)!=-1){allExc=allExc.replace(usePAC,useALL)}opera.setPreference('Proxy','No Proxy Servers',allExc);opera.setPreference('Proxy','Use Automatic Proxy Configuration',0);opera.setPreference('Proxy','FTP server',proxy_all);opera.setPreference('Proxy','Gopher server',proxy_all);opera.setPreference('Proxy','HTTP server',proxy_all);opera.setPreference('Proxy','HTTPS server',proxy_all);opera.setPreference('Proxy','WAIS server',proxy_all);window.close()"
Item, "Port>[8080]"=Disable proxy servers,,,,proxo & Open url in new page,"opera:config" & Delay,10 & Enable proxy servers & Go to page,"javascript:var allExc=opera.getPreference('Proxy','No Proxy Servers'),usePAC='proxy_type.pac',useALL='proxy_type.all',proxy_all='127.0.0.1:8080';if(allExc.indexOf(usePAC)==-1 && allExc.indexOf(useALL)==-1){allExc+=','+useALL}else if(allExc.indexOf(usePAC)!=-1){allExc=allExc.replace(usePAC,useALL)}opera.setPreference('Proxy','No Proxy Servers',allExc);opera.setPreference('Proxy','Use Automatic Proxy Configuration',0);opera.setPreference('Proxy','FTP server',proxy_all);opera.setPreference('Proxy','Gopher server',proxy_all);opera.setPreference('Proxy','HTTP server',proxy_all);opera.setPreference('Proxy','HTTPS server',proxy_all);opera.setPreference('Proxy','WAIS server',proxy_all);window.close()"
Item, "Port>[8081]"=Disable proxy servers,,,,gtu & Open url in new page,"opera:config" & Delay,10 & Enable proxy servers & Go to page,"javascript:var allExc=opera.getPreference('Proxy','No Proxy Servers'),usePAC='proxy_type.pac',useALL='proxy_type.all',proxy_all='127.0.0.1:8081';if(allExc.indexOf(usePAC)==-1 && allExc.indexOf(useALL)==-1){allExc+=','+useALL}else if(allExc.indexOf(usePAC)!=-1){allExc=allExc.replace(usePAC,useALL)}opera.setPreference('Proxy','No Proxy Servers',allExc);opera.setPreference('Proxy','Use Automatic Proxy Configuration',0);opera.setPreference('Proxy','FTP server',proxy_all);opera.setPreference('Proxy','Gopher server',proxy_all);opera.setPreference('Proxy','HTTP server',proxy_all);opera.setPreference('Proxy','HTTPS server',proxy_all);opera.setPreference('Proxy','WAIS server',proxy_all);window.close()"
Item, "Port>[8082]"=Disable proxy servers,,,,gtu & Open url in new page,"opera:config" & Delay,10 & Enable proxy servers & Go to page,"javascript:var allExc=opera.getPreference('Proxy','No Proxy Servers'),usePAC='proxy_type.pac',useALL='proxy_type.all',proxy_all='127.0.0.1:8082';if(allExc.indexOf(usePAC)==-1 && allExc.indexOf(useALL)==-1){allExc+=','+useALL}else if(allExc.indexOf(usePAC)!=-1){allExc=allExc.replace(usePAC,useALL)}opera.setPreference('Proxy','No Proxy Servers',allExc);opera.setPreference('Proxy','Use Automatic Proxy Configuration',0);opera.setPreference('Proxy','FTP server',proxy_all);opera.setPreference('Proxy','Gopher server',proxy_all);opera.setPreference('Proxy','HTTP server',proxy_all);opera.setPreference('Proxy','HTTPS server',proxy_all);opera.setPreference('Proxy','WAIS server',proxy_all);window.close()"
Item, "Port>[8086]"=Disable proxy servers,,,,wapp & Open url in new page,"opera:config" & Delay,10 & Enable proxy servers & Go to page,"javascript:var allExc=opera.getPreference('Proxy','No Proxy Servers'),usePAC='proxy_type.pac',useALL='proxy_type.all',proxy_all='127.0.0.1:8086';if(allExc.indexOf(usePAC)==-1 && allExc.indexOf(useALL)==-1){allExc+=','+useALL}else if(allExc.indexOf(usePAC)!=-1){allExc=allExc.replace(usePAC,useALL)}opera.setPreference('Proxy','No Proxy Servers',allExc);opera.setPreference('Proxy','Use Automatic Proxy Configuration',0);opera.setPreference('Proxy','FTP server',proxy_all);opera.setPreference('Proxy','Gopher server',proxy_all);opera.setPreference('Proxy','HTTP server',proxy_all);opera.setPreference('Proxy','HTTPS server',proxy_all);opera.setPreference('Proxy','WAIS server',proxy_all);window.close()"
Item, "Port>[8118]"=Disable proxy servers,,,,p & Open url in new page,"opera:config" & Delay,10 & Enable proxy servers & Go to page,"javascript:var allExc=opera.getPreference('Proxy','No Proxy Servers'),usePAC='proxy_type.pac',useALL='proxy_type.all',proxy_all='127.0.0.1:8118';if(allExc.indexOf(usePAC)==-1 && allExc.indexOf(useALL)==-1){allExc+=','+useALL}else if(allExc.indexOf(usePAC)!=-1){allExc=allExc.replace(usePAC,useALL)}opera.setPreference('Proxy','No Proxy Servers',allExc);opera.setPreference('Proxy','Use Automatic Proxy Configuration',0);opera.setPreference('Proxy','FTP server',proxy_all);opera.setPreference('Proxy','Gopher server',proxy_all);opera.setPreference('Proxy','HTTP server',proxy_all);opera.setPreference('Proxy','HTTPS server',proxy_all);opera.setPreference('Proxy','WAIS server',proxy_all);window.close()"
Item, "Port>[6000]"="Disable proxy servers, , ,"搜狗教育网加速", "sogou" & Execute program,"optools\sogou.exe" & Set preference, "Proxy|FTP server=127.0.0.1:6000" & Set preference, "Proxy|HTTP server=127.0.0.1:6000" & Set preference, "Proxy|HTTPS server=127.0.0.1:6000""
Item, "Port>[9050]"=Disable proxy servers,,,,advor & Open url in new page,"opera:config" & Delay,10 & Enable proxy servers & Go to page,"javascript:var allExc=opera.getPreference('Proxy','No Proxy Servers'),usePAC='proxy_type.pac',useALL='proxy_type.all',proxy_all='127.0.0.1:9050';if(allExc.indexOf(usePAC)==-1 && allExc.indexOf(useALL)==-1){allExc+=','+useALL}else if(allExc.indexOf(usePAC)!=-1){allExc=allExc.replace(usePAC,useALL)}opera.setPreference('Proxy','No Proxy Servers',allExc);opera.setPreference('Proxy','Use Automatic Proxy Configuration',0);opera.setPreference('Proxy','FTP server',proxy_all);opera.setPreference('Proxy','Gopher server',proxy_all);opera.setPreference('Proxy','HTTP server',proxy_all);opera.setPreference('Proxy','HTTPS server',proxy_all);opera.setPreference('Proxy','WAIS server',proxy_all);window.close()"
Item, "Port>[9051]"=Disable proxy servers,,,,tor & Open url in new page,"opera:config" & Delay,10 & Enable proxy servers & Go to page,"javascript:var allExc=opera.getPreference('Proxy','No Proxy Servers'),usePAC='proxy_type.pac',useALL='proxy_type.all',proxy_all='127.0.0.1:9051';if(allExc.indexOf(usePAC)==-1 && allExc.indexOf(useALL)==-1){allExc+=','+useALL}else if(allExc.indexOf(usePAC)!=-1){allExc=allExc.replace(usePAC,useALL)}opera.setPreference('Proxy','No Proxy Servers',allExc);opera.setPreference('Proxy','Use Automatic Proxy Configuration',0);opera.setPreference('Proxy','FTP server',proxy_all);opera.setPreference('Proxy','Gopher server',proxy_all);opera.setPreference('Proxy','HTTP server',proxy_all);opera.setPreference('Proxy','HTTPS server',proxy_all);opera.setPreference('Proxy','WAIS server',proxy_all);window.close()"
Item, "Port>[8580]"=Execute program,"Proxy\fgx.exe",,,"fg" & Disable proxy servers,,,,fg & Open url in new page,"opera:config" & Delay,10 & Enable proxy servers & Go to page,"javascript:var allExc=opera.getPreference('Proxy','No Proxy Servers'),usePAC='proxy_type.pac',useALL='proxy_type.all',proxy_all='127.0.0.1:8580';if(allExc.indexOf(usePAC)==-1 && allExc.indexOf(useALL)==-1){allExc+=','+useALL}else if(allExc.indexOf(usePAC)!=-1){allExc=allExc.replace(usePAC,useALL)}opera.setPreference('Proxy','No Proxy Servers',allExc);opera.setPreference('Proxy','Use Automatic Proxy Configuration',0);opera.setPreference('Proxy','FTP server',proxy_all);opera.setPreference('Proxy','Gopher server',proxy_all);opera.setPreference('Proxy','HTTP server',proxy_all);opera.setPreference('Proxy','HTTPS server',proxy_all);opera.setPreference('Proxy','WAIS server',proxy_all);window.close()"
Item, "Port>[9666]"=Execute program,"Proxy\u.exe",,,"wj" & Disable proxy servers,,,,wj & Open url in new page,"opera:config" & Delay,10 & Enable proxy servers & Go to page,"javascript:var allExc=opera.getPreference('Proxy','No Proxy Servers'),usePAC='proxy_type.pac',useALL='proxy_type.all',proxy_all='127.0.0.1:9666';if(allExc.indexOf(usePAC)==-1 && allExc.indexOf(useALL)==-1){allExc+=','+useALL}else if(allExc.indexOf(usePAC)!=-1){allExc=allExc.replace(usePAC,useALL)}opera.setPreference('Proxy','No Proxy Servers',allExc);opera.setPreference('Proxy','Use Automatic Proxy Configuration',0);opera.setPreference('Proxy','FTP server',proxy_all);opera.setPreference('Proxy','Gopher server',proxy_all);opera.setPreference('Proxy','HTTP server',proxy_all);opera.setPreference('Proxy','HTTPS server',proxy_all);opera.setPreference('Proxy','WAIS server',proxy_all);window.close()"
Item, "Port>[8087]"=Disable proxy servers,,,,goagent & Open url in new page,"opera:config" & Delay,10 & Enable proxy servers & Go to page,"javascript:var allExc=opera.getPreference('Proxy','No Proxy Servers'),usePAC='proxy_type.pac',useALL='proxy_type.all',proxy_all='127.0.0.1:8087';if(allExc.indexOf(usePAC)==-1 && allExc.indexOf(useALL)==-1){allExc+=','+useALL}else if(allExc.indexOf(usePAC)!=-1){allExc=allExc.replace(usePAC,useALL)}opera.setPreference('Proxy','No Proxy Servers',allExc);opera.setPreference('Proxy','Use Automatic Proxy Configuration',0);opera.setPreference('Proxy','FTP server',proxy_all);opera.setPreference('Proxy','Gopher server',proxy_all);opera.setPreference('Proxy','HTTP server',proxy_all);opera.setPreference('Proxy','HTTPS server',proxy_all);opera.setPreference('Proxy','WAIS server',proxy_all);window.close()"
;Item, "[SSH] » 7070"=External action,,,,Panel Collapse Right | disable proxy servers & show preferences & show proxy servers & check item & focus next widget & insert,"127.0.0.1" & focus next widget & insert,"7070" & focus next widget & check item & focus next widget & insert,"127.0.0.1" & focus next widget & insert,"7070" & ok & delay,10 & cance
;--------------------其他菜单补充
[AdBlock Menu]
Item, M_BLOCK_CONTENT = Content block mode on | Content block mode off
Item, 页面信息=Manage, "info",,, "Panel Info"
------0
Item, "过滤元素"="Go to page, "javascript:navigator.ujs_adblock.block(true)", , "Block element(s)", "Delete""
Item, "编辑阻止内容"="Go to page, "javascript:navigator.ujs_adblock.edit()", , "Edit styles", "Window Mail Compose Icon""
Item, "Test.js"="Execute program, "optools\notepad\notepad.exe", "profile\script\test.js", , "Set label""
------1
Platform Windows, Item, "ADBlock+.css" =Execute program,"profile\styles\user\Adblock+.css",,,"Mail Compose Text Color""
item, 添加站点新样式=copy,,,,"Mail Drafts" & Execute program, "optools\css.bat","1,%u" & Delay,3000 & Edit site preferences & Delay,10 & Paste & Delay,2000 & Cycle to next page & Cycle to next page & Cycle to next page & Focus next widget & Focus next widget & Focus next widget & Focus next widget & Focus next widget & Delay, 10 & Paste & Focus next widget & Focus next widget & Click button & Execute program, "optools\css.bat","2,%u",,Open document
------2
Item, "排错模式" = "Execute program, "opera.exe", "-pd %TMP%\oprofile %u",,"Opera Logo""
[eDown Link Menu]
Item,"eDown默认下载(&D)" = Execute program,"profile\tools\edown.exe","00%l","", "Save"
[eDown All Menu]
Item,"eDown全部图片" = "Go to page, "javascript:(function(){ var i,l;var urlstr='default\n'+document.location.href+'\n'+document.cookie;var sjg=' ';var senter='\n';var simg='';try{var o=document.getElementsByTagName('IMG');for(var i=0;i<o.length;i++){if(o[i].src.length>1&&simg.indexOf(o[i].src)==-1){simg+=senter+o[i].src+senter+sjg;}}}catch(e){}try{o=document.getElementsByTagName('*');for(var i=0;i<o.length;i++){if(o[i].style&&o[i].style.background){var rule=o[i].style.background.toLowerCase();var i_start=rule.indexOf('url(');if(i_start>-1){i_start=i_start+4;var i_end=rule.indexOf(')',i_start);var i_url=((i_end>i_start)?rule.substring(i_start,i_end):'');i_url=i_url.replace(/\u0022/g,'').replace(/\u0027/g,'');if(simg.indexOf(i_url)<0&&i_url.indexOf('base64')<0&&i_url!=''){simg+=senter+i_url+senter+sjg;}}}}}catch(e){}try{o=document.getElementsByTagName('*');for(var i=0;i<o.length;i++){if(o[i].getAttribute('background')){var i_url=o[i].getAttribute('background').toLowerCase();if(simg.indexOf(i_url)<0&&i_url!=''){simg+=senter+i_url+senter+sjg;}}}}catch(e){}try{o=document.getElementsByTagName('input');for(var i=0;i<o.length;i++){if(o[i].getAttribute('type').toLowerCase()=='image'){var i_url=o[i].getAttribute('src').toLowerCase();if(simg.indexOf(i_url)<0&&i_url!=''){simg+=senter+i_url+senter+sjg;}}}}catch(e){}try{o=(document.styleSheets)?document.styleSheets:'';for(i=0;i<o.length;i++){for(j=0;j<o[i].cssRules.length;j++){var rule=o[i].cssRules[j].cssText.toLowerCase();var i_start=rule.indexOf('url(');if(i_start>-1){i_start=i_start+4;var i_end=rule.indexOf(')',i_start);var i_url=((i_end>i_start)?rule.substring(i_start,i_end):'');i_url=i_url.replace(/\u0022/g,'').replace(/\u0027/g,'');if(simg.indexOf(i_url)<0&&i_url.indexOf('base64')<0&&i_url!=''){simg+=senter+i_url+senter+sjg;}}}}}catch(e){}urlstr=urlstr+simg;var fr=document.createElement('iframe'); fr.setAttribute('id', 'tr_dummy');fr.setAttribute('frameborder', '0');fr.setAttribute('style', 'width:0px;height:0px;visibility:hidden;position:absolute;left:-999em;');fr.setAttribute('src', 'data:text/edown;charset=UTF-8,'+encodeURIComponent(urlstr));document.documentElement.appendChild(fr); var tr=document.getElementById('tr_dummy');setTimeout('tr.parentNode.removeChild(tr)',1000);})();", , "下载全部图片", "Save""
Item,"eDown全部链接(&A)" = "Go to page, "javascript:(function(){ var i,l;var urlstr='default\n'+document.location.href+'\n'+document.cookie;var dl=document.links; for(i=0;i<dl.length;i++){l=dl[i];if(l.protocol!='javascript:'&&l.protocol!='mailto:')urlstr = urlstr+'\n'+l.href+'\n'+l.innerText.replace(/\s/g,' ');} var fr=document.createElement('iframe'); fr.setAttribute('id', 'tr_dummy');fr.setAttribute('frameborder', '0');fr.setAttribute('style', 'width:0px;height:0px;visibility:hidden;position:absolute;left:-999em;');fr.setAttribute('src', 'data:text/edown;charset=UTF-8,'+encodeURIComponent(urlstr));document.documentElement.appendChild(fr); var tr=document.getElementById('tr_dummy');setTimeout('tr.parentNode.removeChild(tr)',1000);})();", , "下载全部链接", "Save""
[Xunlei Menu]
Item,"使用迅雷下载"=Execute Program, "optools\XLNonIESvr.exe", "@% %u", , "xunlei"
Item,"使用迅雷下载全部链接"=Execute Program, "optools\XLNonIESvr.exe", "#%s %u", , "xunlei"
[UserJS_Manager menu]
Item, "启动UserJS管理器"=Execute program,"optools\ujs.exe",,, "UserJS_Manager"
Platform Windows, Item, "------以下设置后需重启------"=Show popup menu
Item, "关/开adblock脚本"=Execute program, "optools\ujs.exe", "/ToggleUserJS=adblock",, "js"
Item, "关/开堆栈跟踪脚本"=Execute program, "optools\ujs.exe", "/ToggleUserJS=a-lib-stacktrace",, "js"
Item, "关/开xmlhttp跨域脚本"=Execute program, "optools\ujs.exe", "/ToggleUserJS=a-lib-xmlhttp-cd",, "js"
Item, "关/开迅雷脚本"=Execute program, "optools\ujs.exe", "/ToggleUserJS=c_urldecode",, "js"
Item, "关/开Cssbox脚本"=Execute program, "optools\ujs.exe", "/ToggleUserJS=Cssbox",, "js"
Item, "关/开Iframe修正脚本"=Execute program, "optools\ujs.exe", "/ToggleUserJS=Fix_Iframe",, "js"
Item, "关/开http2https脚本"=Execute program, "optools\ujs.exe", "/ToggleUserJS=http2https",, "js"
Item, "关/开自动ie浏览脚本"=Execute program, "optools\ujs.exe", "/ToggleUserJS=ieopera",, "js"
Item, "关/开NoAds脚本"=Execute program, "optools\ujs.exe", "/ToggleUserJS=NoAds",, "js"
Item, "关/开看图脚本"=Execute program, "optools\ujs.exe", "/ToggleUserJS=original_size_image",, "js"
Item, "关/开独立窗口播放Flash脚本"=Execute program, "optools\ujs.exe", "/ToggleUserJS=PopupFlash",, "js"
Item, "关/开谷歌阅读脚本"=Execute program, "optools\ujs.exe", "/ToggleUserJS=Readability",, "js"
Item, "关/开多引擎跳转脚本"=Execute program, "optools\ujs.exe", "/ToggleUserJS=search_engineJump",, "js"
Item, "关/开树型源码脚本"=Execute program, "optools\ujs.exe", "/ToggleUserJS=source-tree-view",, "js"
Item, "关开文本备份脚本"=Execute program, "optools\ujs.exe", "/ToggleUserJS=textarea_backup",, "js"
Item, "关/开简繁转换脚本"=Execute program, "optools\ujs.exe", "/ToggleUserJS=tw2cn",, "js"
Item, "关/开xStylish脚本"=Execute program, "optools\ujs.exe", "/ToggleUserJS=xStylish",, "js"
Item, "关/开优酷脚本"=Execute program, "optools\ujs.exe", "/ToggleUserJS=youkuSS",, "js"
[Simple Tools]
Item, "FSC截图工具"="Execute program,"optools\FSCapture\FSCapture.exe",,,"FSCapture""
Item, "Screener"="Execute program, "profile\tools\screener.exe",,,"screener""
Item, "QQ截图"="Execute program, "optools\Capture.exe",,,"Capture""
Item, "截图(Win7)"="Execute program, "snippingtool.exe", , , "Mail Outbox""
Item, "画图"="Execute program, "mspaint.exe",,,"Attachment Images""
Item, "TinyTask"="Execute program, "profile\tools\TinyTask.exe",,,"Top10.mini""
-----------------0
Item, "计算器"="Execute Program, "calc.exe",,,"calc""
Item, "HostsTools"="Execute program,"HostsTool.bat",,,"cmd""
;Item, "Everything"="Execute program, "optools\Everything.exe",,,"Everything""
;Item, "flux"="Execute program, "%userprofile%\AppData\Local\Apps\F.lux\flux.exe",,,"flux""
Item, "Internet属性"="Execute program, "inetcpl.cpl",,, "ie""
Item, "任务管理器"="Execute program,"profile\vbs\taskmgr.vbs",,,"cmd""
Item, "时间同步"="Execute program,"profile\vbs\SyncTime.vbs",,,"vbs" & Execute program, "timedate.cpl""
Item, "服务管理"="Execute program, "optools\ServiceM.EXE",,,"ServiceM" & Execute program, "services.msc""
Item, "恶评软件查杀"="Execute program, "optools\malware.exe",,,"malware""
Item, "网络修复"="Execute program, "OperaU.bat","netfix", , "lsp""
Item, "书签减肥"="Execute program, "optools\BkClean.EXE",,,"BkClean""
Item, "OPIOME"="Execute program, "optools\OPIOME.exe",,,"OPIOME""
;Item, "bkviewer"="Execute program, "optools\bkviewer\bkviewer.exe",,,"Mail Labels""
Item, "Notepad2"="Execute program,"optools\notepad2\notepad2.exe","", "Notepad2", "Notepad""
Item, "禁用IE代理"="Execute program, "profile\vbs\NoIEPxy.vbs",,, "vbs""
;Item, "配置OpShell"="Execute program,"optools\OpShell.exe","", "配置OpShell", "opshell""
Item, "取消关机"="Execute program, "shutdown.exe", "-a", , "cmd""
breakitem
Item, "Word" =Execute program, "winword.exe",,,"dir-doc"
Item, "Excel" =Execute program, "excel.exe",,,"dir-xls"
Item, "PowerPoint" =Execute program, "powerpnt.exe",,,"dir-ppt"
Item, 写字板="Execute Program, "write.exe",,,"wordpad""
--------------------1
Item, "放大镜"="Execute program, "magnify", , , "Find""
Item, "DOS命令行"="Execute program,"cmd.exe",,,"cmd""
Item, "MsConfig"="Execute program, "msconfig.exe", , , "msconfig""
Item, "系统属性"="Execute program, "sysdm.cpl", , , "system""
Item, "系统信息"="Execute program, "msinfo32.exe",,, "msinfo""
Item, "控制面板"="Execute program, "control.exe",,, "cpanel""
Item, "注册表编辑"="Execute program, "regedit.exe",,,"regedit""
item, "添加或删除程序"="Execute program, "appwiz.cpl", , , "appwiz""
Item, "计算机管理"="Execute program, "compmgmt.msc", , , "compmgmt""
item, "网络连接"="Execute program, "ncpa.cpl", , , "ncpa""
Item, "组策略编辑"="Execute program, "gpedit.msc",,, "gpedit""
Item, "本地安全策略"="Execute program, "secpol.msc",,, "secpol""
Item, "防火墙"="Execute program, "firewall.cpl", , , "firewall""
Item, "系统属性"="Execute program, "sysdm.cpl", , , "system""
Item, "设备管理器"="Execute program, "devmgmt.msc",,,"devmgmt""
Item, "防火墙"="Execute program, "firewall.cpl",,, "acces""
Item, "网络连接"="Execute program, "ncpa.cpl",,, "webcon""
Item, "DirectX诊断工具"="Execute program, "dxdiag",,,"dxdiag""
[Utilities Admin Panel Menu]
Item, Win系统修复="Execute program, "sfc /scannow",,, "task""
-----------------1
Item, "远程协助"="Execute program, "msra", , , "Plugins""
Item, 显示器分辨率="Execute program, "desk.cpl",,, "screen""
Item, 电源选项="Execute program, "powercfg.cpl",,, "elect""
-----------------2
Item, 性能监视器="Execute program, "perfmon.msc",,, "perfmon""
Item, 事件察看器="Execute program, "eventvwr.msc",,, "eventvwr""
-----------------4
Item, 组件服务="Execute program, "comexp.msc",,, "comexp""
Item, ODBC数据源管理="Execute program, "odbcad32.exe",,, "odbcad32""
Item, 游戏控制器="Execute program, "joy.cpl",,, "gameacces""
[Utilities Disk Manager Menu]
Item, 磁盘管理="Execute program, "diskmgmt.msc",,, "disc_manage""
Item, 碎片整理="Execute program, "dfrgui",,, "disc_defrag""
-------------------1
Item, 磁盘清理="Execute program, "cleanmgr.exe","%1",,"disc_clean""
Item, 磁盘查错="Execute program, "chkdsk.exe",,, "disc_format"
[Utilities Shuxing Menu]
Item, 鼠标属性="Execute program, "main.cpl",,, "mouse""
Item, 键盘属性="Execute program, "main.cpl", "@1",, "keyboard""
Item, 区域和语言="Execute program, "intl.cpl",,, "langreg""
Item, 传真="Execute program, "WFS",,, "hard""
[FSCapture]
Item,"捕捉活动窗口"=Execute program, "optools\FSCapture\FSCLoader.exe","Alt+PrtSc",,"FS_ActiveWindow""
Item,"捕捉窗口/对象"=Execute program, "optools\FSCapture\FSCLoader.exe","Shift+PrtSc",,"FS_Object""
Item,"捕捉矩形区域"=Execute program, "optools\FSCapture\FSCLoader.exe","Ctrl+PrtSc",,"FS_Rectangular""
Item,"捕捉手绘区域"=Execute program, "optools\FSCapture\FSCLoader.exe","Ctrl+Shift+PrtSc",,"FS_Freehand""
Item,"捕捉整个全屏"=Execute program, "optools\FSCapture\FSCLoader.exe","PrtSc",,"FS_full""
Item,"捕捉滚动窗口"=Execute program, "optools\FSCapture\FSCLoader.exe","Ctrl+Alt+PrtSc",,"FS_Scroll""
--------------------1
Item, "屏幕放大镜"="Execute program,"optools\FSCapture\FSCLoader.exe","Ctrl+Alt+F",,"FS_magnifier""
Item, "屏幕取色器"="Execute program,"optools\FSCapture\FSCLoader.exe","Ctrl+Alt+P",,"FS_eyedropper""
Item, "屏幕标尺"="Execute program,"optools\FSCapture\FSCLoader.exe","Ctrl+Alt+R",,"FS_Rectangular""
--------------------2
Item, "打开FSC截图工具"="Execute program,"optools\FSCapture\FSCapture.exe",,,"FSCapture""
[Picpick]
Item, "截取矩形区域"="Execute program,"optools\picpick\picpick.exe","/cr",,"prec""
Item, "截取全屏"="Execute program,"optools\picpick\picpick.exe","/cf",,"pfull""
Item, "截取活动窗口"="Execute program,"optools\picpick\picpick.exe","/ca",,"pactive""
Item, "截取手绘区域"="Execute program,"optools\picpick\picpick.exe","/ch",,"phand""
Item, "截取固定区域"="Execute program,"optools\picpick\picpick.exe","/cx",,"pfixed""
Item, "截取控件(可滚屏)"="Execute program,"optools\picpick\picpick.exe","/cc",,"pcontrol""
--------------------1
Item, "显示取色器"="Execute program,"optools\picpick\picpick.exe","/p",,"peyedrop""
Item, "显示调色板"="Execute program,"optools\picpick\picpick.exe","/a",,"pswatch""
Item, "显示放大镜"="Execute program,"optools\picpick\picpick.exe","/m",,"pmag""
Item, "显示标尺"="Execute program,"optools\picpick\picpick.exe","/r",,"prule""
Item, "显示量角器"="Execute program,"optools\picpick\picpick.exe","/t",,"pprotractor""
Item, "显示坐标抽"="Execute program,"optools\picpick\picpick.exe","/h",,"pcoordinate""
Item, "显示自由绘画白板"="Execute program,"optools\picpick\picpick.exe","/w",,"pwb""
--------------------2
Item, "打开picpick编辑器"="Execute program,"optools\picpick\picpick.exe",,,"picpick""
[Tianya List]
Item, "只看楼主"=Go to page, "javascript:V.lookByAuthor( V.author );", 1
Item, "高亮楼主"=Go to page, "javascript:V.redByAuthor( V.author );", 1
Item, "只看某人"=Go to page, "javascript:void(f=prompt('输入查看人ID:',''));V.lookByAuthor( f );", 1
Item, "高亮某人"=Go to page, "javascript:void(f=prompt('输入查看人ID:',''));V.redByAuthor( f );", 1
Item, "返回"=Go to page, "javascript:V.lookByAuthorBack();", 1
Item, "主板脱水" = Go to page,"http://www.tianyatool.com/cgi-bin/action.pl?url=%u"
Item, "副版脱水" = Go to page,"http://www.tianyatool.com/cgi-bin/techAction.pl?url=%u"
Item, "城市脱水" = Go to page,"http://www.tianyatool.com/cgi-bin/city.pl?url=%u"
[URL Shortcuts Menu]
Item, "发送至桌面(&D)"="Execute program, "opfinder.exe","shortcut %u %s",,"Top10""
Item, "发送至收藏夹(&F)"="Execute program, "opfinder.exe","shortcut2favorites %u %s""
Item, "发送至开始菜单(&S)"="Execute program, "opfinder.exe","shortcut2startmenu %u %s""
Item, "发送至程序菜单(&P)"="Execute program, "opfinder.exe","shortcut2programs %u %s""
Item, "发送至启动菜单(&U)"="Execute program, "opfinder.exe","shortcut2startup %u %s""
Item, "发送至 ..."="Execute program, "opfinder.exe","shortcut2 %u %s""
[Captionless Window Menu]
Item, "隐藏/显示(&T)"="Execute program,"opfinder.exe", "caption toggle""
--------------------0
Item, "最小化"="Execute program,"opfinder.exe", "caption minimize""
Item, "还原"="Execute program,"opfinder.exe", "caption""
--------------------1
Item, "50% 左侧"="Execute program,"opfinder.exe", "caption left 0.5""
Item, "50% 右侧"="Execute program,"opfinder.exe", "caption right 0.5""
Item, "80% 左侧"="Execute program,"opfinder.exe", "caption left 0.8""
Item, "80% 右侧"="Execute program,"opfinder.exe", "caption right 0.8""
[OpShell Menu]
Item, "Opera总在最前"=Execute program,"optools\opshell.exe","topmost"
Item, "Opera取消最前"=Execute program,"optools\opshell.exe","nottopmost"
--------------------0
Item, "75%透明"=Execute program,"optools\opshell.exe","wintrans 192"