furycd001

firefox

alt text

Did you know that you can use javascript to automatically scroll to the bottom or top of any webpage. All you need is the code below & firefox..

var scroll = setInterval(function(){ window.scrollBy(0,8000); }, 2000);

To use this piece of javascript I simply opened up the browsers inspector window by pressing “CTRL+SHIFT+C”, clicked on “CONSOLE” & then pasted in the javascript to the box at the bottom. With the code pasted into the box I then pressed enter & left the browser to do it thing. When finshed I closed the inspector & began looking for what it was I wanted to find.

With the above javascript you can change the numbers at the end to scroll further or less & up or down....


#web #webpage #html #javascript #webrowser #firefox #inspector #console

alt text

Firefox Send is a new file sharing service by Mozilla. It's totally free and has end to end encryption. Out of the box without signing up you'll be able to share up to 1 GB, but if you do sign up or log in with a Firefox account that will instantly increase to 2.5 GB. Files that you choose to upload will never be stuck in the cloud or be easily accessible by anonymous people because when you upload a file you have a choice between three options.

  1. Set an expiration date....
  2. Limit the number of downloads....
  3. Set a password....

Using Firefox Send is actually pretty straight forward.

  • Simply drag and drop any files or click on the “select files to upload” button to select files manually....
  • Once you've selected some files change the expiry date to your liking and choose a password if you like....
  • Finally click the upload button....
  • Done.. Copy that shareable link and go share those files....

#firefox #mozilla #www #web #filesharing