Giorgio scusa ma scrivo in italiano per far prima, anche perchè parlo da profano della materia e quindi diventa difficile esprimermi in inglese, che tra l'altro
non parlo benissimo.
Spesso accade che alcuni siti richiamino JS RECAPTCHA su google.com, tipo questo qui:
Code: Select all
<script type="text/javascript" src="http://www.google.com/recaptcha/api/js/recaptcha.js"></script><div id="recaptcha_widget_div" style="display:none"></div><script>Recaptcha.widget = Recaptcha.$("recaptcha_widget_div"); Recaptcha.challenge_callback();</script>
Mentre in tutti i browser bene o male questa cosa non crea problemi, in FireFox sì.
Quella operazione in pratica è la causa (o sicuramente una delle cause, se ce ne fossero anche altre) che genera il famoso redirezionamento alla pagina bianca WYCIWYG, che di fatto non fa vedere più la pagina che si voleva.
Prima i RECAPTCHA giacevano su RECAPTCHA.NET (nella tua whitelist di partenza) e si poteva bloccare solo quel sito, anche momentaneamente, ora sono su GOOGLE.COM.
Se si blocca il JS di GOOGLE.COM il problema effettivamente non si presenta più, ma quei JS vanno tenuti aperti, perchè sono moltissimi i siti che ne fanno uso per svariate funzioni e per pochi siti che causano problemi non si può disabilitare google.com.
Io non so perchè alcuni siti chiamino quel JS, non sono un programmatore web e non credo sia nè il luogo, nè il caso di discuterne, ad ogni modo, leggendo qua e là in rete, pare che sarebbe sufficiente scrivere un po' meglio alcuni codici e si potrebbe evitare questo problema. Ma come spesso accade si testano i siti più su IE che su FF.
Anche volendo, ogni volta che si trova un sito che ha questo problema bisognerebbe contattare il relativo webmaster, spiegare il problema, farsi capire in inglese e sperare che il tipo in questione comprenda e risolva, ma quanto tempo passa? E siamo sicuri che ci ascolterebbero?
Alle volte una soluzione drastica, anche se oggettivamente meno ortodossa, è la più veloce e funzionale.
Se fosse possibile aggiungere un blocco (temporaneo/definitivo, come per le altre voci di NoScript) al reindirizzamento verso WYCIWYG o al RECAPTCHA, per il sito che stiamo visitando?
Sarebbe molto più funzionale, pratico e legato al solo sito in questione, lasciando poi la visione di tutti gli altri siti, assolutamente pulita.
In teoria si potrebbe bloccare temporaneamente i JS di google.com, ma non sono tutti i JS di google.com che danno problemi, ma solo la chiamata al recaptcha, quindi se ci fosse un sito che usa sia quello che altri JS su google.com, poi sarebbe ugualmente inguardabile. Bloccare solo il RECAPTCHA/WYCIWYG sembrerebbe la soluzione più pratica e indolore.
Tu sei in grado di implementare una tale funzione? Credo che con la preparazione che hai non dovrebbe essere difficile o credo male?
Pulire la cache, cookies, creare un nuovo profilo, con e senza componenti aggiuntivi installati, modifiche varie ed eventuali non producono alcun effetto, l'unico è bloccare i JS di google.com e impedire all'origine la chiamata col conseguente reindirizzamento.
Una pagina che a me dà problemi è questa (e tutte le pagine SPECS di qualsiasi altro prodotto recensito nel sito), ma non è detto che crei lo stesso problema a tutti, come nelle testimonianze precedenti:
http://www.dpreview.com/products/nikon/ ... cification
Nel caso in cui a te non desse problemi ti posso solo confermare che evidentemente la pagina SPECS (a differenza di tutte le altre opzioni) richiama qualcosa che poi genera il tutto.
Spero mi risponderai, terrò sotto controllo questa discussione.
Ciao e grazie
FF 3.5.19 - Win XP SP3 - Vista SP2
----
Translation for the rest:
Code: Select all
Giorgio sorry but I write in Italian to the first, partly because I speak as a layman in the matter and therefore it becomes difficult to express in English, which by the way I do not speak very well.
It often happens that some sites recall JS RECAPTCHA on google.com, type this here:
Code:
Add your business now src="http://www.google.com/recaptcha/api/js/recaptcha.js"> </ script> <div id = "recaptcha_widget_div" style = "display: none "> </ div> <script> Recaptcha.widget = Recaptcha. $ (" recaptcha_widget_div "); Recaptcha.challenge_callback (); </ script>
As in all browsers good or bad this thing is not a problem in FireFox yes.
The operation in practice is the cause (or certainly one of the causes, if there were others) that generates the famous white WYCIWYG redirect to the page, which in fact does not show more than the page you wanted.
First RECAPTCHA lay on RECAPTCHA.NET (starting in your whitelist) and you could just block that site, even momentarily, now I'm on GOOGLE.COM.
If you block the JS GOOGLE.COM the problem actually no longer occurs, but those JS should be kept open, why are so many sites that use it for a variety of functions and a few sites that cause problems you can not disable google.com .
I do not know why some sites call it the JS, I'm not a web programmer and I do not think neither the place, nor to discuss the case, however, reading here and there on the net, it seems that it would be enough to write a little 'better than some codes and you could avoid this problem. But as often happens, the test sites on IE on FF.
Even if, every time you find a site that has this problem should contact its webmaster, explain the problem, make themselves understood in English and hope that the type in question understand and resolve, but as time goes by? And we are sure that we would listen?
Sometimes a drastic solution, even if objectively less orthodox, is the fastest and functional.
If it were possible to add a block (temporary / permanent, as for the other items of NoScript) to redirect to WYCIWYG or RECAPTCHA for the site we are visiting?
It would be much more functional, practical and linked to the only site in question, and then letting the vision of all the other sites, absolutely clean.
In theory you could temporarily block the JS to google.com, but not all of JS google.com giving problems, but only the call to the Recaptcha, so if there was a site that uses both what other JS on google. com, then it would be equally unwatchable. Blocking only the RECAPTCHA / WYCIWYG seems the most practical and painless.
You are able to implement such a function? I think with the preparation that you think should not be difficult or bad?
Clear the cache, cookies, create a new [url=http://kb.mozillazine.org/Profile]profile[/url], with and without add-ons, modifications and any different no effect, is the only block of JS google.com source and prevent the call with the consequent redirection. : Roll:
A page that gives me problems is this (and all the pages SPECS any other product reviewed on this site), but not necessarily create the same problem at all, as in the previous testimonials:
http://www.dpreview.com/products/nikon/slrs/nikon_d600/specification
In case you did not give problems I can only confirm that evidently the page SPECS (unlike all other options) recalls something which then generates the whole.
I hope to answer me, I will keep an eye on this topic.
Hello and thank you: mrgreen:
FF 3.5.19 - Win XP SP3 - Vista SP2