Wednesday, July 20, 2016

Web shot in Firefox


Open command window

shift+F2

Execute:

screentshot --fullpage [filename.png]





No comments:

Javascript DEBUG functions

    Object . entries ( obj ) const obj = { foo : "bar" , baz : 42 } ; console . log ( Object . entries ( obj ) ) ; // [ [...