Minor fixes

This commit is contained in:
js0ny 2025-01-09 06:45:00 +00:00
parent c5292ac9de
commit f42ac2a6a3
17 changed files with 191 additions and 50 deletions

View file

@ -246,9 +246,6 @@ api.mapkey('S', 'Start/Stop Generating', function () {
var btn = document.querySelector('button.h-8:nth-child(2)');
btn.click();
}, { domain: /chatgpt.com/ });
<<<<<<< HEAD
=======
api.mapkey('an', 'New Chat', function () {
var btn = document.querySelector('div.no-draggable:nth-child(3) > span:nth-child(1) > button:nth-child(1)')
btn.click();
@ -265,7 +262,6 @@ api.mapkey('as', 'Start/Stop Generating', function () {
// var btn = document.querySelector('#radix -\: r2i\:');
// btn.click();
//}, { domain: /chatgpt.com/ });
>>>>>>> 9557dcb023a49b72674bff74180d1d4224b959e0
// perplexity.ai
api.unmap('<Ctrl-i>', /perplexity.ai/);