GoogleSearch Thread Header
This commit is contained in:
parent
3f51826a71
commit
7696b2f85f
|
@ -296,6 +296,7 @@
|
|||
"ImageContextMenu": "image-context",
|
||||
"MessageContextMenu": "message",
|
||||
"TextAreaContextMenu": "textarea-context",
|
||||
"TextContextMenu": "text-context",
|
||||
"ThreadContextMenu": "thread-context",
|
||||
"UserContextMenu": "user-context",
|
||||
"UserSettingsCogContextMenu": "user-settings-cog"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* @name GoogleSearchReplace
|
||||
* @author DevilBro
|
||||
* @authorId 278543574059057154
|
||||
* @version 1.3.6
|
||||
* @version 1.3.7
|
||||
* @description Replaces the default Google Text Search with a custom Search Engine
|
||||
* @invite Jx3TjNS
|
||||
* @donate https://www.paypal.me/MircoWittrien
|
||||
|
@ -249,6 +249,10 @@ module.exports = (_ => {
|
|||
this.injectItem(e);
|
||||
}
|
||||
|
||||
onTextContextMenu (e) {
|
||||
this.injectItem(e);
|
||||
}
|
||||
|
||||
onTextAreaContextMenu (e) {
|
||||
this.injectItem(e);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue