9602 shaares
232 private links
232 private links
63 results
tagged
webbrowser
Having the tabs of a webbrowser into the filesystem !
Seems to be a funny experiment for now.
This gives you a ton of power, because now you can apply all the existing tools on your computer that already know how to deal with files -- terminal commands, scripting languages, point-and-click explorers, etc -- and use them to control and communicate with your browser.
window.navigator.languages[0]
gets the first language (locale) preferred by the browser; works well with toLocaleDateString
😀
Such as : aRandomDate.toLocaleDateString(window.navigator.languages[0])