You can edit almost every page by Creating an account. Otherwise, see the FAQ.

PopUpOff

From EverybodyWiki Bios & Wiki








PopUpOFF
Written inJavaScript, HTML, CSS
Engine
    TypeMozilla extension
    LicenseApache License 2.0

    Search PopUpOff on Amazon.

    PopUpOFF is an open-source[1] and non-commercial[2] extension for Chromium browsers(Chrome, Edge, Brave, etc.) and Firefox that allows the user to remove overlays, pop-up ads and other restrictions from the screen while browsing the internet.

    When activated, extension can work in 3 different modes:[3]

    - remove and block every overlay for current website

    - remove and block every overlay except headers and footers for current website

    - remove and block everything for current page

    History

    PopUpOFF had become popular after it was reviewed in one Spanish speaking internet portal. [4] [5] [6] [7] [8] [9] [10]

    Mechanics [11]

    - Remove

    Once you activate any mode, script find all DOM current elements for position fixed/sticky/absolute(only in 1 mode) - adds to them unique attribute if they not hidden, then hides them all. It also check body and html tags to "overflow: hidden" - this style blocking you from scrolling while popup opened - and resets.

    - Prevent

    A lot of sites don't show you popups with spam from start. So part of popups can be appended to DOM, or styles can be changed dynamically. So there is MutationObserver API here. It allows you to track all DOM changes, including changing styles, new elements, event text change.

    Cons and pros [1]

    - Ultra-lightweight. Ultra-simple. Open source. Non-commercial.

    - PopUpOFF blocks all stuck to screen elements, not only popups.

    - It's still in development, so there are could be new futures and bugs.

    - It does not block content ad.

    References[edit]

    1. 1.0 1.1 RomanistHere. "PopUpOFF Github". RomanistHere. Retrieved August 14, 2020.
    2. RomanistHere. "PopUpOFF description". RomanistHere. Retrieved August 14, 2020.
    3. RomanistHere. "PopUpOFF Three modes". RomanistHere. Retrieved August 14, 2020.
    4. GABRIELA GONZÁLEZ. "PopUpOFF, una extensión para Chrome que bloquea molestias al navegar como las ventanas emergentes y los overlays". Genbera. Retrieved August 14, 2020.
    5. "PopUpOFF, расширение для Chrome, которое блокирует дискомфорт при просмотре". tehnografi. Retrieved August 14, 2020.
    6. "PopUpOFF, ett tillägg för Chrome som blockerar olägenheter vid surfning". tutomoviles. Retrieved August 14, 2020.
    7. "I-PopUpOFF, isandiso se-Chrome esivimba ukungaphatheki kahle ngenkathi upheqa". nwsr.net. Retrieved August 14, 2020.
    8. Doriann Marquez. "Deshazte de todos los elementos emergentes al navegar con PopUpOFF". TekCrispy. Retrieved August 14, 2020.
    9. GABRIELA GONZÁLEZ. "12 aplicaciones y extensiones para mejorar la concentración en Windows y macOS". genbeta. Retrieved August 14, 2020.
    10. GABRIELA GONZÁLEZ. "Las mejores extensiones para Chrome y Firefox de 2019". nwsr.net. Retrieved August 14, 2020.
    11. RomanistHere. "PopUpOFF Github". RomanistHere. Retrieved August 14, 2020.


    This article "PopUpOff" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:PopUpOff. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.