Update GoogleSearchReplace.plugin.js
This commit is contained in:
parent
be1d73c3f0
commit
adb119c28a
|
@ -2,7 +2,7 @@
|
||||||
* @name GoogleSearchReplace
|
* @name GoogleSearchReplace
|
||||||
* @author DevilBro
|
* @author DevilBro
|
||||||
* @authorId 278543574059057154
|
* @authorId 278543574059057154
|
||||||
* @version 1.3.3
|
* @version 1.3.4
|
||||||
* @description Replaces the default Google Text Search with a custom Search Engine
|
* @description Replaces the default Google Text Search with a custom Search Engine
|
||||||
* @invite Jx3TjNS
|
* @invite Jx3TjNS
|
||||||
* @donate https://www.paypal.me/MircoWittrien
|
* @donate https://www.paypal.me/MircoWittrien
|
||||||
|
@ -126,7 +126,7 @@ module.exports = (_ => {
|
||||||
this.injectItem(e);
|
this.injectItem(e);
|
||||||
}
|
}
|
||||||
|
|
||||||
onNativeContextMenu (e) {
|
onTextAreaContextMenu (e) {
|
||||||
this.injectItem(e);
|
this.injectItem(e);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue