• Non sono ammesse registrazioni con indirizzi email temporanei usa e getta

Scritture strane su pagina accesso email yahoo

bacco99

Digital-Forum Senior Plus
Registrato
1 Marzo 2012
Messaggi
558
Località
DREPANUM
Buonasera, ogni volta che mi trova nella pagina di accesso alla mia casella di posta yahoo, mi compare in basso questo:

Condizioni | Privacy
<",'img src="',i,'" height="1" width="1" alt="*" referrerpolicy="origin"',"><","/p",">"))}(window); },{}],3:[function(require,module,exports){ "use strict";var events=require("./libs/event.js"),dom=require("./libs/dom.js"),utils=require("./libs/utils.js");!function(e){function n(){return(new Date).getTime()}function t(){if(!A){var e=g&&$sf.host.get(a),n=document.getElementById("login-info-box"),t=document.getElementsByTagName("body");e||(n&&(n.style.display="block"),t&&dom.addClass(t[0],"dark-bg")),A=!0}}function o(){var e=!1;try{e=DARLA.prefetched()||!1}catch(n){e=!1}return e}function i(e){return e&&e.length||0}function r(e){var r=o(),d=i(r),l=!1,s=n(),c="";if(0===d&&!1===r)return void t();e?(c=r.join(","),-1===c.indexOf(e)||DARLA.inProgress()||(l=DARLA.render(e))):d&&!DARLA.inProgress()&&(l=DARLA.render(r)),l||u(s)}function u(e){i(o())?f&&f>m&&e>f?(DARLA.render.RenderMgr.nuke(a),DARLA.abort(),t()):setTimeout(r,10):g||t()}function d(){if(null!==R){try{e.clearInterval(R);var n=document.getElementById("login-info-box");"on"===utils.getAdBlockerState()&&n&&(n.style.display="block")}catch(e){return!1}R=null}}function l(){if(s.positions.RICH&&s.positions.RICH.timeout){var t=e.pageStartTime,o=n()-t,i=s.positions.RICH.timeout;return null!==v?void d():eek:>=i?void d():void(null===R&&(R=e.setInterval(l,100)))}}var s=e.darlaConfig,c=s&&s.url;if(s){if(document.getElementById("login-ad-rich")){var a="RICH",m=null,f=null,v=null,g=!1,A=!1;delete s.url,s.renderTimeout=18e3,s.onFinishParse=function(){},s.onFailure=function(){r()},s.onRenderTimeout=function(){r()},s.onFinishPosRender=function(e,t,o){o&&e&&e===a&&!g&&(g=!0,v=n())},s.onSuccess=function(){setTimeout(r,10)};var R=null,b=window.opener&&window.opener!==window,y=window.innerWidth||document.documentElement.clientWidth||document.body.clientWidth;b=b||dom.containsClass(document.body,"resp")&&y<=480,!b&&events.addEvent(document,"DOMContentLoaded",function(){e.DARLA_CONFIG=s,m=n(),f=m+18e3,l();var t=document.createElement("script");t.setAttribute("src",c),document.body.appendChild(t)})}}}(window); },{"./libs/dom.js":5,"./libs/event.js":6,"./libs/utils.js":10}],4:[function(require,module,exports){ "use strict";function Ajax(){}Ajax.prototype.send=function(e,t,s,r){this._xhr=new XMLHttpRequest||new window.ActiveXObject("Microsoft.XMLHTTP");var n,h=this;n=s.body,this._xhr.open(e,t,!0),"POST"===e&&this._xhr.setRequestHeader("content-type","application/x-www-form-urlencoded; charset=UTF-8"),s.bucket&&this._xhr.setRequestHeader("bucket",s.bucket),this._xhr.setRequestHeader("X-Requested-With","XMLHttpRequest"),this._xhr.onreadystatechange=function(){if(4===h._xhr.readyState){var e={statusCode:h._xhr.status,responseText:h._xhr.responseText};return void r(null,e)}},this._xhr.send(n)},module.exports=Ajax; },{}],5:[function(require,module,exports){ "use strict";var testObj=document.getElementsByTagName("body")[0],hasClassList="classList"in testObj,domLib={containsClass:function(s,a){return s.classList.contains(a)},addClass:function(s,a){this.containsClass(s,a)||s.classList.add(a)},removeClass:function(s,a){this.containsClass(s,a)&&s.classList.remove(a)},replaceClass:function(s,a,t){this.containsClass(s,a)&&s.classList.remove(a),s.classList.add(t)}};hasClassList||(domLib={containsClass:function(s,a){return new RegExp("(?:^|\\s+)"+a+"(?:\\s+|$)").test(s.className)},addClass:function(s,a){if(!this.containsClass(s,a)){var t=s.className;s.className=t?[t,a].join(" "):a}},removeClass:function(s,a){if(this.containsClass(s,a)){var t=s.className;s.className=t.replace(new RegExp("(?:^|\\s+)"+a+"(?:\\s+|$)","g"),"")}},replaceClass:function(s,a,t){var n=s.className;this.containsClass(s,a)&&(n=n.replace(new RegExp("(?:^|\\s+)"+a+"(?:\\s+|$)","g"),"")),s.className=n?[n,t].join(" "):t}}),module.exports=domLib; },{}],6:[function(require,module,exports){ "use strict";var events={};document.addEventListener&&(document.addEventListener("touchstart",function(){},!1),events.addEvent=function(n,e,t){var c=[].slice.call(arguments,3);n.addEventListener(e,function(n){t.apply(this,[n].concat(c))},!1)}),"createEvent"in document&&(events.fireOnChange=function(n){var e=document.createEvent("HTMLEvents");e.initEvent("change",!1,!0),n.dispatchEvent(e)}),function(){events.addEvent||(events.addEvent=function(n,e,t){var c=[].slice.call(arguments,3);document.attachEvent&&n.attachEvent("on"+e,function(n){t.apply(this,[n].concat(c))})}),events.fireOnChange||(events.fireOnChange=function(n){n.fireEvent("onchange")})}(),module.exports=events; },{}],7:[function(require,module,exports){ "use strict";function getFieldValue(e){var t,i,s;if(e.name&&!e.disabled)switch(i=encodeURIComponent(e.name)+"=",s=encodeURIComponent(e.value),e.type){case"select-one":return e.selectedIndex>-1&&(t=e.options[e.selectedIndex],i+encodeURIComponent(t.attributes.value&&t.attributes.value.specified?t.value:t.text));case"radio":case"checkbox":if(e.checked)return i+s;case"select-multiple":case"file":case"reset":case"button":case void 0:return!1;case"submit":if(e!==window.lastClickedSubmitButton)return!1;default:return i+s}return!1}function serializeFormFields(e){var t,i,s=[],l=e&&e.elements.length||0;for(i=0;i'+n+""),o}function parseJsonResponseText(e){var r;try{r=JSON.parse(e.responseText)}catch(e){}return r}function showErrorMessageOnAjax(e,r,t){var o,n=document.getElementById(r),s=document.getElementById(t);n&&e.render&&e.render.error&&(n.setAttribute("data-error",e.render.error),(o=getErrorStringFromMessageTbl(e.render.error,e.intl.messages,{helpUrl:"messages.ERROR_INVALID_COOKIE"===e.render.error&&e.render.cookieHelpUrl,helpTextId:e.render.cookieHelpTextId}))&&(n.innerHTML=o.replace(searchLastWordRegex," $1"),Dom.removeClass(n,"hide"),s&&Dom.addClass(s,"field-error")))}function hideErrorMessage(e,r){var t=document.getElementById(e),o=document.getElementById(r);t&&(t.setAttribute("data-error",""),Dom.addClass(t,"hide")),o&&Dom.containsClass(o,"field-error")&&(o.setAttribute("aria-invalid","false"),Dom.removeClass(o,"field-error"))}function isOnline(){var e=!0;return navigator&&void 0!==navigator.onLine&&(e=navigator.onLine),void 0!==window.onLineStatus?window.onLineStatus:e}function showNetworkError(){var e=document.getElementById("error-offline");e&&Dom.removeClass(e,"hide")}function endsWith(e,r){return e.slice(-r.length)===r}function cleanUpUrl(e){return e.replace("&&","&").replace("?&","?").replace(REGEX_CLEANUP_URL,"")}function getAdBlockerState(){var e,r=document.getElementById("ad");return window.getComputedStyle&&r?(e=window.getComputedStyle(r,null),"none"===e.getPropertyValue("display")?"on":"off"):"unknown"}var Dom=require("./dom.js"),searchLastWordRegex=/[\s]([\w]+[.,!\:;\"\-?]{0,1})$/,KEYMAP={ENTER_KEY:13,BACKSPACE_KEY:8,IOS_SIMULATOR_BS:0,ANDROID_PLACEHOLDER:229},REGEX_CLEANUP_URL=/&$/;module.exports={KEYMAP:KEYMAP,isOnline:isOnline,showNetworkError:showNetworkError,showErrorMessageOnAjax:showErrorMessageOnAjax,hideErrorMessage:hideErrorMessage,endsWith:endsWith,cleanUpUrl:cleanUpUrl,getAdBlockerState:getAdBlockerState,parseJsonResponseText:parseJsonResponseText}; },{"./dom.js":5}],11:[function(require,module,exports){ "use strict";var fcLogout=document.getElementById("frontchannel-logout");if(fcLogout){var fcFrames=fcLogout.getElementsByClassName("fc-iframes"),noOfFrames=fcFrames.length,index,loadedFrames=0,loaded=function(){(loadedFrames+=1)===noOfFrames&&(window.location=fcLogoutDone)};for(index=0;index0?Dom.removeClass(b,"hide"):Dom.addClass(b,"hide")};l=document.getElementById("oauth-notice"),u=document.getElementById("oauth-notice-link"),d=document.getElementById("username-country-code-field"),s=document.getElementById("login-username"),c=document.getElementById("login-signin"),m=document.getElementById("mbr-forgot-link"),a=document.getElementById("social-login-container"),v=c&&c.value,r(s.value),i(s.value),Event.addEvent(s,"keydown",function(){Utils.hideErrorMessage("username-error","login-username")}),Event.addEvent(s,"keyup",function(){r(s.value),i(s.value),b&&y(event.target.value.length)}),Event.addEvent(E,"submit",n),m&&Event.addEvent(m,"click",o),d&&new InlineCountryDropDown(d,{countryCodesMap:e.COUNTRY_CODES_MAP}),Dom.containsClass(document.body,"auto-submit")&&E.submit(),a&&Event.addEvent(a,"click",function(e){var t,n,o,r,i=e.target.type;if("checkbox"===i)for(t=e.target.id,n=a.getElementsByTagName("input"),o=n.length,r=0;r-1&&Event.addEvent(document,"DOMContentLoaded",function(){var t=Utils.cleanUpUrl(f.replace("aembed=1",""));h=!0,c.disabled=!0,(new Ajax).send("GET",t,{bucket:g},function(n,o){var r,i,a;try{if(r=JSON.parse(o.responseText),r.location)return void(e.location.href=r.location);i=document.getElementsByName("sessionIndex")[0],a=document.getElementsByName("acrumb")[0],i.value=r.render.challenge.sessionIndex,a.value=r.render.challenge.acrumb}catch(n){return void(e.location.href=t)}h=!1,c.disabled=!1})})}}(window); },{"./libs/ajax.js":4,"./libs/dom.js":5,"./libs/event.js":6,"./libs/form.js":7,"./libs/inline-country-dropdown.js":8,"./libs/utils.js":10}]},{},[1,2,3,4,5,6,7,8,9,10,11,12,13]) //


Cosa può essere?
Grazie.
 
Uso Mozilla Firefox,ho provato con Edge e le anomalie non spuntano,disinstallato ed ristallato Mozilla F rispuntano le scritte,debbo eliminare MFF?
 
Hai dei preferiti usi una configurazione particolare con Firefox ?
 
Forse è un errore della pagina web. Può essere perchè il codice è generato e dipendente da quale browser usi, inoltre la pagina viene generata anche in funzione dell'utente specifico e se hai fatto accesso precedentemente. Puoi provare una soluzione drastica eliminando l'account che usi andando nel "[Menu] -> Sync -> Gestisci dispositivi -> Elimina account" ... però devi essere ben conscio dell'operazione che stai per fare e se quell'utente è usato da più persone e su più macchine (in pratica su usi quell'utente per sincronizzare più computer).
 
Si era un po' il mio discorso alevia io ad esempio lo installo e lo uso da pulito quindi niente account o preferiti o impostazioni particolari se fosse così le spiegherei un modo per pulirlo del tutto.
 
Uso email Yahoo, da diversi anni,lo uso soltanto io ed in un solo computer,non ho alcuna condivisione e le impostazioni sono quelle normali.
 
Vuoi ripulirlo del tutto perdendo tutti i dati configurandolo come nuovo ?
 
Non centra niente l'account, quello è un problema di codice della pagina

Se tutto funziona, fregatene di quelle scritte al fondo della pagina
 
Non ho avuto nessun problema o blocco fino ad oggi nell'uso del computer.Tutte le scansioni fatte non hanno rilevato alcun intoppo,grazie dei Vostri suggerimenti.
 
Indietro
Alto Basso