Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

342
Views
Gmail: shortcut to filter messages like this

I would like to quickly access my Gmail emails sent by the same sender. That will save me some time and fluidify my workflow.

I'm dreaming of a shortcut to find those emails quickly and, unless I'm mistaken, there is unfortunately not such a default shortcut in Gmail.

Did anyone try to do the same, and if yes, how did you do it?

I'm trying to use Shortkeys Google Chrome extension by firing a JavaScript event, but for now I couldn't make it work:

Firing a JavaScript event with Shortkeys

All help is welcome.

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

i think it can help you:

image

var main = document.querySelector('div[role=main]');
var el = main.querySelector('span[email]');
var senderEmail = el.getAttribute('email');
var querySearch = 'from:(' + senderEmail + ')';
var queryUrl = 'https://mail.google.com/mail/u/0/#search/' + querySearch;
window.location.href = queryUrl;
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!