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

220
Views
How to open popup in Chrome at MacOS?

Using Chrome at Windows I used the following javascript/bookmarklet to open a popup with given size:

javascript: try {
    s = window.getSelection();
    if (!s || s == '') {
        for (i = 0; i < frames.length; i++) {
            s = frames[i].window.getSelection();
            if (s && s != '') break;
        }
    }
} catch (e) {}
if (!s || s == '') void(s = prompt('Please select a word before you click on this link (or type your text here:)', ''));
if (s && s != '') {
    dw = window.open('http://pocket.dict.cc/?bm=1&s=' + encodeURI(s), 'dict', 'width=320,height=480,resizable=yes,scrollbars=yes');
    dw.focus();
}

Trying to do the same in Chrome at MacOS instead of the popup new tab is opened.

Is there any way to open a popup with the size, given in popup settings (width=320, height=480)?

about 4 years ago · Juan Pablo Isaza
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!