question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Is there a way to remove "Connected to Browser Sync" and "Injected: style.css"

See original GitHub issue

It pops up over nav bars and such and is just really in the way. I didn’t see an option for removing it and it ducks out of the way before I can find it’s selector to display: none it.

Issue Analytics

  • State:closed
  • Created 9 years ago
  • Reactions:6
  • Comments:15 (4 by maintainers)

github_iconTop GitHub Comments

34reactions
shakyShanecommented, Nov 26, 2014

notify: false

or if you’re using it from the command line

--no-notify

Hope that helps 😃

http://www.browsersync.io/docs/options/#option-notify

30reactions
shakyShanecommented, Dec 7, 2015

also you can style individual properties now

notify: {
    styles: {
        top: 'auto',
        bottom: '0'
    }
}
Read more comments on GitHub >

github_iconTop Results From Across the Web

Browsersync options
Browsersync options. These are all the options that you can configure when using Browsersync. Create a single object and pass it as the...
Read more >
Browser-sync not injecting CSS for remote site - Stack Overflow
Use rewrite rule if your local directory structure isn't the same as the remote site. match parameter should be the path to the...
Read more >
Browsersync not injecting CSS or JS files [#3086572] - Drupal
But when I try to Browsersync with a "live" website, the changed/generated CSS and JS is not being injected into the browser.
Read more >
HOW TO: CSS streaming/injection with Browsersync
The full source for our Browsersync set up with CSS injection is as follows; To adapt this for use with Gulp, simply wrap...
Read more >
Cross Browser CSS Injection
Browser -sync is a tool that gives you cross-browser CSS injecting. It will watch over your files and the moment you make a...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found