下载本文档
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、强制火狐后台打开标签页的方法:地址栏输入 about:config ,把 browser.tabs.loadBookmarksInBackground值改为ture 即可。一、设置方法:方法1、在浏览器地址栏里输入“about:config”,更改相关的项目方法2、在个人配置文件夹下,建一个名为 user.js 的纯文本文件,输入相关内容。方法3、点击菜单栏上的工具附加软件获取扩展二、具体提速方法1、方法一:首先在浏览器地址栏里输入“about:config”,等系统调用完毕之后按照下列步骤:在过滤器输入项目或慢慢找到下面名称,双击更改。更改"network.http.pipelin
2、ing"为ture更改 "network.http.pipelining.firstrequest" 为 true更改"xy.pipelining" ture更改"network.dns.disableIPv6" 为 ture更改"network.http.pipelining.maxrequests"为32(意思是同时可以接受32条申请,这个可以尽量高,建议自己调试一下。)没有的项目可以自已新建,方法是在任何地方右击->新建。1 “新建”>“整数”,把名字设为
3、“nglayout.initialpaint.delay” ,把它的值设为“0”(表示当浏览器收到网站回复的信息后能够快速的反应。)2 新建-布尔(New->Boolean),在弹出窗口中输入:config.trim_on_minimize,按确认键*选择True,按确认键(用来降低内存占用)此时再打开firefox,随便上一个网页,看看是不是快多了?2、方法二:谨慎起见,在操作之前,备份个人配置文件夹中的 prefs.js 文件(这个文件储存了全部个人配置),一旦发生问题,就把新建的uers.js文件删掉,再把 prefs.js 文件复制回去,切记切记。OK,现在开始提速火狐首先,在个
4、人配置文件夹下,建一个名为 user.js 的纯文本文件,输入以下内容(这些设置对所有的配置都是共同的,而不管连接速度或者电脑速度有多快。就是说,不管是下面的哪种配置,这几行代码都加进去。)user_pref("network.http.pipelining", true);user_pref("xy.pipelining", true);user_pref("network.http.pipelining.maxrequests", 8);user_pref("content.notify.
5、backoffcount", 5);user_pref("plugin.expose_full_path", true);user_pref("ui.submenuDelay", 0);然后根据不同的电脑和网络配置,分别输入以下内容:1、快速的电脑 快速的连接user_pref("errupt.parsing", true);user_pref("content.max.tokenizing.time", 2250000);user_pref("content.notify
6、.interval", 750000);user_pref("content.notify.ontimer", true);user_pref("content.switch.threshold", 750000);user_pref("nglayout.initialpaint.delay", 0);user_pref("network.http.max-connections", 48);user_pref("network.http.max-connections-per-server&q
7、uot;, 16);user_pref("network.http.max-persistent-connections-per-proxy", 16);user_pref("network.http.max-persistent-connections-per-server", 8);user_pref("browser.cache.memory.capacity", 65536);2、快速的电脑 较慢的连接(这个配置更适合那些不是特别快速连接的人,它不是针对拨号连接,而是针对较慢的 DSL / Cable宽带用户。)user_pr
8、ef("content.max.tokenizing.time", 2250000);user_pref("erval", 750000);user_pref("content.notify.ontimer", true);user_pref("content.switch.threshold", 750000);user_pref("network.http.max-connections", 48);user_pref("network.http
9、.max-connections-per-server", 16);user_pref("network.http.max-persistent-connections-per-proxy", 16);user_pref("network.http.max-persistent-connections-per-server", 8);user_pref("nglayout.initialpaint.delay", 0);user_pref("browser.cache.memory.capacity",
10、65536);3、快速的电脑 缓慢的连接user_pref("browser.xul.error_pages.enabled", true);user_pref("errupt.parsing", true);user_pref("content.max.tokenizing.time", 3000000);user_pref("content.maxtextrun", 8191);user_pref("erval", 750000);u
11、ser_pref("content.notify.ontimer", true);user_pref("content.switch.threshold", 750000);user_pref("network.http.max-connections", 32);user_pref("network.http.max-connections-per-server", 8);user_pref("network.http.max-persistent-connections-per-proxy"
12、, 8);user_pref("network.http.max-persistent-connections-per-server", 4);user_pref("nglayout.initialpaint.delay", 0);user_pref("browser.cache.memory.capacity", 65536);4、慢速的电脑 快速的连接user_pref("content.max.tokenizing.time", 3000000);user_pref("content.notify.
13、backoffcount", 5);user_pref("erval", 1000000);user_pref("content.notify.ontimer", true);user_pref("content.switch.threshold", 1000000);user_pref("content.maxtextrun", 4095);user_pref("nglayout.initialpaint.delay", 1000);user_pr
14、ef("network.http.max-connections", 48);user_pref("network.http.max-connections-per-server", 16);user_pref("network.http.max-persistent-connections-per-proxy", 16);user_pref("network.http.max-persistent-connections-per-server", 8);5、慢速的电脑 缓慢的连接(这个配置适合拨号连接的用户)us
15、er_pref("content.max.tokenizing.time", 2250000);user_pref("erval", 750000);user_pref("content.notify.ontimer", true);user_pref("content.switch.threshold", 750000);user_pref("nglayout.initialpaint.delay", 750);user_pref("network.http.max-connections", 32);user_pref("network.http.max-connections-per-server", 8);user_pref("network.http.max-persistent-connections-per-proxy", 8);user_pref("network.http.max-persistent-connections-per-server&q
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 制定管理方式和工作计划方案
- 政府采购合同的产业合作项目案例分析
- 建筑装饰设计购销合同
- 建筑石子购销
- 信用社汽车贷款合同范例
- 果树幼苗采购合同范本
- 知识产权贯标咨询服务
- 门禁系统采购协议
- 家庭灭蟑螂服务协议
- 机械购销合同全文查阅
- 中药鉴定学智慧树知到答案2024年中国药科大学
- 现代通信技术导论智慧树知到期末考试答案章节答案2024年北京科技大学
- CFG桩计算表格(2012新规范)
- 二年级数学兴趣小组活动记录全记录
- 中药硬膏管理规定、操作流程及评分标准(共3页)
- 单值移动极差图(空白表格)
- 电镀生产工序
- 塔城地区事业单位专业技术各等级岗位基本任职资格条件指导意见
- 初中语文课外古诗文董仲舒《春秋繁露》原文及翻译
- (完整)(电子商务软件研发及产业化建设项目)监理月报(201202)
- 旅游出行安全告知书
评论
0/150
提交评论