I need to recall of a function from a site which has a pull-down menu run by java (http://opac.uniurb.it/SebinaOpac/Opac.do#0); We must force the site to select a variable (sistema bibliotecario di Pesaro --> Rete dei Centri Documentazione Handicap from the Seleziona la tua biblioteca ) In other world, I have to change the
<div class ='div.biblioss2'>
from
<input type="text" id="bibliosel2" placeholder="Seleziona la tua biblioteca" data-init="true" autocomplete="off" aria-hidden="false" style="display: inline-block;" data-syw-done="biblioss" aria-expanded="true">
to
<input type="text" id="bibliosel2" placeholder="Rete dei Centri Documentazione Handicap" data-init="true" autocomplete="off" aria-hidden="false" style="display: inline-block;" data-syw-done="biblioss" aria-expanded="true">
That then everything is reduced to make the 'placeholder' value change...
I'm trying to create a tampermonkey script that runs on Chromium on a Raspberry PI2 with Rasbian, but I have no idea how to do it. Any suggestions?