なんらかの理由で153,153devを使用で画像検索したい人

URLCheck モジュール→パターンチェッカー:上級者向けエディタ
以下をコピペ上書き

{
"警告! 非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"
}
}