File tree 2 files changed +74
-19
lines changed
2 files changed +74
-19
lines changed Original file line number Diff line number Diff line change 1
- //2016.03.09
1
+ //2016.03.15
2
2
3
3
# pref ( key , value ) 会覆盖默认设置 , 在删除之后会恢复默认设置 .
4
4
# user_pref ( key , value ) 等同于从about:config修改 , 删除之后 , 修改的设置仍然有效 .
@@ -181,15 +181,8 @@ user_pref("extensions.autounloadtab.closeTabAfterMinutes", 60);//xx分鐘後自
181
181
//iMacros
182
182
user_pref ( "extensions.imacros.store-in-profile" , true ) ; //存储到Profile文件夹下
183
183
184
- //Add Bookmark Here
185
- user_pref ( "extensions.abhere2.position.abhere" , 0 ) ; //隐藏菜单项
186
- user_pref ( "extensions.abhere2.misc.insertTop" , false ) ; //添加书签到顶部: 否
187
- user_pref ( "extensions.abhere2.folder.middleClick" , 1 ) ; //中键点击文件夹: 添加书签
188
- user_pref ( "extensions.abhere2.starUI.clicking.left" , 4 ) ; //左键点击五角星图标: 添加书签
189
- user_pref ( "extensions.abhere2.starUI.row.description" , false ) ; //不显示"描述"
190
- user_pref ( "extensions.abhere2.starUI.row.keyword" , false ) ; //不显示"关键字"
191
- user_pref ( "extensions.abhere2.starUI.row.loadInSidebar" , false ) ; //不显示"在侧栏中载入此书签"
192
-
184
+ //Pocket(Readitlater)
185
+ user_pref ( "extensions.isreaditlater.open" , "tab" ) ; //新标签打开项目
193
186
194
187
//*==========脚本设置==========*//
195
188
//rebuild_userChrome脚本管理器
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ButtonGroup=0
6
6
Position =0
7
7
ViewLevels =1F
8
8
Visible =1
9
- UseCount =20
9
+ UseCount =40
10
10
RecentIndex =0
11
11
12
12
[QATBar.ItemLink1]
@@ -30,7 +30,21 @@ ColorPickerMode=0
30
30
SaveFormat =2
31
31
EditorColorPaletteType =1
32
32
FirstRun =4120
33
+ LeftColor =2366701
34
+ RightColor =16777215
35
+ HighlightLeftColor =65535
36
+ HighlightRightColor =16777215
37
+ ToolPenWidth =2
38
+ ToolEraseType =2
39
+ ToolFontStrName =Tahoma
40
+ ToolFontSize =12
41
+ ToolFontBold =1
42
+ ToolFontItalic =0
43
+ ToolFontUnderline =0
44
+ ToolFontColor =0
45
+ QATPosition =0
33
46
DefaultProgramMode =2
47
+ ColorPickerSharp =0
34
48
CheckUpdate =1
35
49
ShowCaptureBar =0
36
50
UseAutoSave =0
@@ -48,12 +62,19 @@ CaptureSound=1
48
62
ShowCursor =0
49
63
HideEditor =1
50
64
AlwaysCopyClipboard =1
51
- AdvancedControlCapture =0
65
+ AdvancedControlCapture =1
52
66
ShowMagnifier =1
53
67
ScrollDelay =100
54
68
CaptureDelay =0
55
69
MagnifierZoomScale =5
56
70
JPEGQuality =100
71
+ PenWidth =2
72
+ PenColor =255
73
+ MagnifierScale =2
74
+ RulerDPI =96
75
+ RulerUnit =0
76
+ RulerColor =0
77
+
57
78
[HotKeys3]
58
79
FullScreenCapture =11149
59
80
ActiveWindowCapture =11249
@@ -64,13 +85,50 @@ FixedRectCapture=11100
64
85
FreeHandCapture =22149
65
86
LastCapture =11100
66
87
Editor =11100
67
- ColorPickerTool =11100
88
+ ColorPickerTool =12146
68
89
MagnifierTool =11100
69
90
RulerTool =11100
70
91
CrossHairTool =11100
71
92
DrawPenTool =11100
72
93
ProtractorTool =11100
73
94
PaletteTool =11100
95
+
96
+ [Placement]
97
+ Maximized =0
98
+ Left =155
99
+ Top =100
100
+ Width =1130
101
+ Height =700
102
+ WhiteboardLeft =1009
103
+ WhiteboardTop =10
104
+ MagnifierLeft =10
105
+ MagnifierTop =10
106
+ MagnifierWidth =314
107
+ MagnifierHeight =314
108
+ RulerLeft =102
109
+ RulerTop =474
110
+ RulerWidth =800
111
+ RulerHeight =85
112
+ RulerHorz =1
113
+
114
+ [ColorPalette]
115
+ Code 0 =-1
116
+ Code 1 =-1
117
+ Code 2 =-1
118
+ Code 3 =-1
119
+ Code 4 =-1
120
+ Code 5 =-1
121
+ Code 6 =-1
122
+ Code 7 =-1
123
+ Code 8 =-1
124
+ Code 9 =-1
125
+ Code 10 =-1
126
+ Code 11 =-1
127
+ Code 12 =-1
128
+ Code 13 =-1
129
+ Code 14 =-1
130
+ Code 15 =-1
131
+
74
132
[FTP]
75
133
HostName =
76
134
RemotePath =
@@ -81,9 +139,13 @@ Password=
81
139
OpenWebbrowser =0
82
140
CopyClipboard =0
83
141
CopyClipboardAddress =
84
- [Placement]
85
- Maximized =0
86
- Left =155
87
- Top =100
88
- Width =1130
89
- Height =700
142
+
143
+ [Frame]
144
+ BorderUse =1
145
+ FrameUse =0
146
+ FrameAuto =1
147
+ FrameAutoFile =D:\Program Files\Mozilla Firefox\Software\Image\PicPick\resource\frame\02.ini
148
+ BorderColor =8355711
149
+ BorderWidth =1
150
+ FrameIndex =1
151
+
You can’t perform that action at this time.
0 commit comments