You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I thinking about making thinks even faster by doing the following
when clicking on the entry, instead of copy
we execute js that finds the input filed and clicks submit (if needed)
and this js code that does that can be community-driven
for example, I opened GitHub/whaterver site and wanted to fill the 2FA number, if there is a js script that knows how to fill the input text, it will be executed else, I can write one that does the job and can share send it to you to review and include it with the extension
wait a second 💡 we can make it simpler by just doing it in a declarative way, by filling form/json like
{
inputSelector: ".that_dev #2fa_input",
needClickSubmit: true,
submitSelector: ".whatever .selector"
}
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Great tool guys thanks for the hard work
I thinking about making thinks even faster by doing the following
when clicking on the entry, instead of copy
we execute js that finds the input filed and clicks submit (if needed)
and this js code that does that can be community-driven
for example, I opened GitHub/whaterver site and wanted to fill the 2FA number, if there is a js script that knows how to fill the input text, it will be executed else, I can write one that does the job and can share send it to you to review and include it with the extension
wait a second 💡 we can make it simpler by just doing it in a declarative way, by filling form/json like
{
inputSelector: ".that_dev #2fa_input",
needClickSubmit: true,
submitSelector: ".whatever .selector"
}
please let me know what do you think. 👍 or 👎 🚀 🦖
Beta Was this translation helpful? Give feedback.
All reactions