打开安装目录下的文件: …\K-Meleon\defaults\settings\accel.cfg
开头有以下字段: # —– Link Handling
# Middle-click links to new windows/layers: %ifplugin layers MButton = layers(OpenLink) %else MButton = ID_OPEN_LINK_IN_NEW_WINDOW %endif
# Middle-click links to the background (instead of the above): #%ifplugin layers #MButton = layers(OpenLinkBg) #%else #MButton = ID_OPEN_LINK_IN_BACKGROUND #%endif
修改为:
# —– Link Handling
# Middle-click links to new windows/layers: #%ifplugin layers #MButton = layers(OpenLink) #%else #MButton = ID_OPEN_LINK_IN_NEW_WINDOW #%endif
# Middle-click links to the background (instead of the above): %ifplugin layers MButton = layers(OpenLinkBg) %else MButton = ID_OPEN_LINK_IN_BACKGROUND %endif
也就是注释掉第一个字段,取消第二段的注释.
为了防止写Blog的时候被键入查找干扰,可以把“编辑->页面搜索->键入并查找”前的勾去掉
保存后重启K-Meleon就可以了.
如何设置为双击关闭标签?
属性的标签里有选项 Preference -> Tabs -> On double click
一直在尝试新版本,怎么才能把老版本里的设置信息转到新版本里?
1. Profile 目录中的 pref.js 文件.
K-Meleon 支持拖曳网址并直接在新标签页打开否?
使用鼠标手势 Vx 版: + 添加拖拽http:// 文字链接在后台打开 + 添加拖拽文字在后台打开Google搜索页面
【抛砖引玉】利用usercontent.css净化页面:
大家看sina的新闻都加了很多牛皮癣,用KMeleon CCF很容易给它美容一下 Option->Preferences->Configs, 然后点usercontents.css的Tab, 然后加入以下代码: @-moz-document domain("sina.com.cn") { DIV[name="PublicRelation"]{display:none} } 关闭K-Meleon再打开Sina的新闻看看。 碰到table之类的广告就稍微麻烦一点,但也不是没办法,典型的就是多维新闻的table广告,但多维新闻有xx嫌疑。我们就拿rapidshare.de来看看(前提是你没有premium账号,只用free下载,那么我们只需留下那个Free的按钮): @-moz-document domain("rapidshare.de") { table[cellspacing="0"][cellpadding="5"][border="2"], table[cellspacing="0"][cellpadding="5"][border="4"] > tbody > tr > td:first-child, table[cellspacing="0"][cellpadding="5"][border="4"] > tbody > tr > td:first-child + td, table[cellspacing="0"][cellpadding="5"][border="4"] > tbody > tr:not(:last-child) > td:first-child + td + td, a[href*="premium"], a[href*="forgot"], a[href*="banners"], #my_g_head, #my_g_first { display: none !important } table[cellspacing="0"][cellpadding="5"][border="4"], td[align="center"] {border: none !important} font { color: black !important } } Table隐藏很容易误杀,所以要小心。 有一点基本的html基础(element,attribute,css),配合usercontent.css,就可以在K-Meleon CCF里面把我们不想看到的内容隐藏起来。这也是一个学习html的捷径 因为比较有成就感。^_^
互相讨论经验. 比如说: 1. 浏览CCF等论坛时. Ctrl+ -> 和 Ctrl + <- 快速切换页面. 2. F8, F9快速切换是否允许弹出窗口或图片. 对于低速接入Internet, 不载入图片可以大幅提高浏览速度. 在user.js 中加入: user_pref("browser.display.show_image_placeholders", false); 就可以不用显示不载入图片出现的image placeholder. 页面会很清爽. 3. Ctrl + ` 焦点转到地址栏. 方便输入地址.
启动时自动打开上次的关闭时的网页 Tools->Preference->Plugins 选择Session Save Plugin, 点击configure.... 在Options 中, Open the following session at startup 选择last 即可.转载于:https://www.cnblogs.com/tbvv/p/8450710.html
相关资源:K-Meleon v1.5.2