Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

222
Vistas
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
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda