@downdetector
I runned a script (JS) on -tweeter blocks the page link- and it worked!
the script is:

function close(){
document.querySelectorAll(‘.btn-dark’)[0].click()
console.log(‘close’)
}

function open(){
document.querySelectorAll(‘.top-indicator-button’)[0].click()
setTimeout(close,100)
console.log(‘open’)
}

interval = setInterval(open, 100)

it basically keeps clicking on ‘server conexion’ and closing the pop up (100 ms)

It’s not clear exactly what you are reporting here. Is this a problem with the Twitter API, or with embedded Tweets or embedded Timelines? How is Down Detector involved?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.