tl;dr; The concept of session memory is not valid anymore in today’s browsers. Even sessionStorage is not cleared after closing the tab. It’s easily revived when clicking on “Reopen closed tab”. That might seem as a bug – not if you look at the spec which is rather »
tl;dr; I’ve created mechanism that will leverage the secure nature of the browser sessionStorage or memoryStorage for authentication and will still allow the user to open multiple tabs without having to re-login every time. A refresher about relevant browser storage mechanism localStorage ~5MB, saved for infinity or until »
TL;DR; This script will leech all the files from a folder in an FTP. It’s especially appropriate for dealing with enormous amount of files – hundreds of thousands or even millions. My FTP issues I have set up an IP security camera to save an image to my shared »
tl;dr; Although it’s not supposed to be supported – it’s possible to know whether the Chrome console is opened or not. Check it out. Reddit discussion. … Ever wondered if it’s possible to tell whether the browser’s Development-Tools are opened or not. Apparently it’s not possible »
This post was made public on 27.8.2015. It was previously disclosed privately to Google. More info: Webcam spying with Chrome ———————————————————————————————————– Clickjacking and Spoofing the Google Chrome Permission Bar is Too Damn Easy The permission bar in Chrome suffers from a list of bugs that can be combined in »