meetDeveloper
meetDeveloper
@ratssam I am fixing this today.
@HubKing I will implement global language setting this weekend. And whereas the setting to show radio button in popup, I have to think about that.
@HubKing Added language selection, currently language available other than English are, Spanish, German, French. Check if that works for you.
@HubKing The drop down is actually shown correctly, I have tried it, can you try again?
@HubKing Your point about the language is correct, I will add these soon.
@nadesco I did a preliminary analysis, it looks like they stop the click event to bubble up, and so my extension is unable to capture that some click happened, and...
I have to look more into it, I tried capturing event even that does not work, somehow.
@chriscz How would I know that person has clicked somewhere if that event is not bubbled up?
@chriscz Sorry for delay in reply, life got me busy these months.
So found the issue, the comment section of zerohedge is in an iframe and my javasript runs in context of the page and so it does not catch click events...