New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

dont-go

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dont-go

Client-side library to change the title and/or favicon of the page when it is inactive

  • 1.0.8
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Dont go


Do the old favicon switcheroo

GitHub version npm version Bower package Travis Build Downloads Package Quality

Built with ❤︎ by Tiaan du Plessis and contributors

Table of Contents

Table of Contents
  • about
  • Install
  • Usage
  • Demo
  • Examples
  • Contributing
  • License
  • About

    leo

    Dont-go is a small client-side library with zero dependencies to change the title and/or favicon of the page when it is inactive. Minified version weighs in at a whopping 1.47 kB when minified. Note that You must include a default favicon in your webpage.

    Install

    Install with cdn

    <script src="https://cdn.rawgit.com/tiaanduplessis/dont-go/master/lib/dont-go.js"></script>
    <!-- Or -->
    <script src="https://unpkg.com/dont-go/lib/dont-go.js"></script>
    

    Install with Bower

    $ bower install dont-go
    

    Install with npm

    $ npm install dont-go
    

    Install with yarn

    $ yarn add dont-go
    

    Usage

    example

    To use, simply call the function with options.

    
    dontGo({
    	title: 'Alternative title text right here!',
    	faviconSrc: 'path/to/Alternative/favicon.ico',
    	timeout: 5000 //5 seconds
    });
    
    

    The faviconSrc property is optional and will keep the same icon if not set.

    The timeout property is optional, it takes an interval in milliseconds to before title & favicon change.

    Demo

    Check out the demo here.

    examples

    Please see the example directory for more usage examples.

    Contributing

    All Contributions are welcome! Please open up an issue if you would like to help out. :smile:

    License

    Licensed under the MIT License.

    Icons made by Madebyoliver from www.flaticon.com is licensed by CC 3.0 BY.

    Keywords

    FAQs

    Package last updated on 23 Feb 2017

    Did you know?

    Socket

    Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

    Install

    Related posts

    SocketSocket SOC 2 Logo

    Product

    • Package Alerts
    • Integrations
    • Docs
    • Pricing
    • FAQ
    • Roadmap
    • Changelog

    Packages

    npm

    Stay in touch

    Get open source security insights delivered straight into your inbox.


    • Terms
    • Privacy
    • Security

    Made with ⚡️ by Socket Inc