Best of FirefoxOctober 2022

  1. 1
    Article
    Avatar of logrocketLogRocket·4y

    Using CSS to hide scrollbars without impacting scrolling

    The scrollbar in the browser allows the user to scroll up and down on the page without having to take their hands off the keyboard or trackpad. Hiding the scrollbar will create a smoother scrolling experience and remove some distractions from your site’s overall layout. In IE (Internet Explorer) and Edge, the syntax for hiding a scrollbar is a bit different from WebKit-based browsers like Opera, Chrome and Safari. The syntax for hide a scroll bar is a little different.

  2. 2
    Article
    Avatar of itsfossIt's Foss·4y

    Watch Netflix in Full HD on Firefox Browser

    Netflix streaming services like Netflix do not stream full HD content in the Firefox browser. Netflix plays full HD on Edge in Windows but not in Linux or other operating systems.

  3. 3
    Article
    Avatar of logrocketLogRocket·4y

    Testing a website with Selenium and Docker

    Selenium is a popular browser automating tool that is primarily used for automating web applications for testing purposes. In this tutorial, you will learn why and how to use Selenium and Docker to test a website. Use the following Docker command to create a container with the image you have just pulled.