Search results

  1. E pluribus unum

    Scroll and focus to field

    Sorry, BlurryBit, this is the page (focus.html), link here
  2. E pluribus unum

    Scroll and focus to field

    Hi, could you help me? From this page I'm trying to scroll and focus to "N. inventario". I have this script to focus the field, but I would like it to autoscroll about 2 cm above the position to which it leads: focusme = document.querySelector('#DetailsOpen_Array04 > div > label:nth-child(2)...
  3. E pluribus unum

    Disable javascript when going back

    Thank you, juggnfinesse!
  4. E pluribus unum

    Disable javascript when going back

    Hello, I'm using a Chrome extension. is it possible to disable this script when I go back in the application or browser? clickme = document.querySelector('[title="Stampa etichette"]'); if (clickme) {clickme.click()}; I tried in vain this feature, however deprecated: if...
Back
Top