Kev++

受够了蹩脚软件/网站(Tired of crappy software/website)!

改用Notepad++查看firefox页面源代码

#1 修改about:config
  • 在地址栏内输入: about:config, 按回车键
  • 接受弹出的警告对话框, 将会打开一个配置列表页面
  • 在筛选栏中输入: view_source
  • 双击view_source.editor.external, 把值改为true
  • 双击view_source.editor.path, 把值改为C:\Program Files\Notepad++\notepad++.exe


#2 修改prefs.js
  • 首先关闭firefox
  • 打开文件%AppData%\Mozilla\Firefox\Profiles\*.default\prefs.js
  • 添加下面两行:
    user_pref("view_source.editor.external", true);
    user_pref("view_source.editor.path", "C:\\Program Files\\Notepad++\\notepad++.exe");
    


参考: http://support.mozilla.org/en-US/questions/757430

子曰: 你是乌龟吗?隐藏firefox右击菜单项

Write a comment

New comments have been disabled for this post.