>>478 をいれて設定→モジュール→上級者向けエディタで↓のをコピペ上書き
{
"警告! 非ASCII文字が見つかりました。": {
"regex": "[^\\p{ASCII}]"
},
"HTTPリンクです。HTTPSの使用をおすすめします。": {
"regex": "^http:\/\/",
"replacement": "https:\/\/"
},
"HTTPスキームがありません。": {
"regex": "^(?!.*:)",
"replacement": "http:\/\/$0"
},
"HTTPSスキームがありません。": {
"regex": "^(?!.*:)",
"replacement": "https:\/\/$0"
},
"Googleで画像を検索": {
"regex": "^(https:\/\/www.google.com\/searchbyimage\\?image_url=.*\\&site=search)$",
"replacement": "$1\\&client=firefox-b-m",
"automatic": "true"
}
}