博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
greasemonkey_在Firefox中更改或设置Greasemonkey脚本编辑器
阅读量:2511 次
发布时间:2019-05-11

本文共 1137 字,大约阅读时间需要 3 分钟。

greasemonkey

greasemonkey

If you are a fan of the Greasemonkey extension for Firefox you might wonder how to change the script editor/viewer as there is no option for this in the UI. It’s even worse when you download scripts from some website and the line endings don’t work in the inferior default editor.

如果您是Firefox的Greasemonkey扩展的粉丝,您可能会想知道如何更改脚本编辑器/查看器,因为UI中没有此选项。 当您从某个网站下载脚本并且行尾在劣等的默认编辑器中不起作用时,情况更糟。

Holy Jumbled Notepad, Batman!

混乱的记事本,蝙蝠侠!

image

Change Greasemonkey Script Editor

更改Greasemonkey脚本编辑器

Type about:config into the address bar, and then filter by the following:

在地址栏中键入about:config ,然后按以下内容进行过滤:

greasemonkey.editor

油猴编辑器

image

If the key does not exist, right-click in the empty area and create a new string, giving it the following values:

如果键不存在,请右键单击空白区域并创建一个新字符串,并为其提供以下值:

  • Key Name: greasemonkey.editor

    密钥名称 :润滑脂monkey.editor

  • Key Value: Full path to an editor that doesn’t suck as much as notepad.

    键值 :编辑器的完整路径,其作用不如记事本大。

This tip should work for any operating system that supports Firefox. Thanks to Daniel for forgetting how to do this and inspiring the article. =)

本技巧适用于支持Firefox的任何操作系统。 感谢Daniel忘记了如何做并启发了这篇文章。 =)

翻译自:

greasemonkey

转载地址:http://elcwd.baihongyu.com/

你可能感兴趣的文章
如何获取网站icon
查看>>
几种排序写法
查看>>
java 多线程的应用场景
查看>>
dell support
查看>>
转:Maven项目编译后classes文件中没有dao的xml文件以及没有resources中的配置文件的问题解决...
查看>>
MTK android 设置里 "关于手机" 信息参数修改
查看>>
单变量微积分笔记6——线性近似和二阶近似
查看>>
补几天前的读书笔记
查看>>
HDU 1829/POJ 2492 A Bug's Life
查看>>
CKplayer:视频推荐和分享插件设置
查看>>
CentOS系统将UTC时间修改为CST时间
查看>>
redis常见面试题
查看>>
导航控制器的出栈
查看>>
玩转CSS3,嗨翻WEB前端,CSS3伪类元素详解/深入浅出[原创][5+3时代]
查看>>
iOS 9音频应用播放音频之播放控制暂停停止前进后退的设置
查看>>
Delphi消息小记
查看>>
HNOI2016
查看>>
JVM介绍
查看>>
将PHP数组输出为HTML表格
查看>>
Java中的线程Thread方法之---suspend()和resume() 分类: ...
查看>>