Skip to content

Hides all support session indicators for 10 seconds, so you can take a nice screenshot without confusing our customers

Notifications You must be signed in to change notification settings

mxhassani/Hide-Support-Session-Indicators

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

WHAT DOES THIS CSS/JAVASCRIPT DO

  • adds a button at the bottom right of the screen when you're in a Support Session
  • selecting the button will make the screen "normal" for 10 seconds (remove the orange bar and all buttons that are part of the support session), so you can take a clean screenshot for the customer

REQUIREMENTS:

Stylus

Tampermonkey

With Stylus, you can add your own custom CSS code to any site, to modify the look/feel. Tampermonkey does the same, but for Javascript, to modify functionality.

INSTALLATION:

  1. Install Stylus extension
  2. Add a new style, with name "Hide Support Session Indicators"
  3. Paste the contents of stylus.css into the code field
  4. Ensure that "Applies to" is set to "URLS starting with" / https://wordpress.com/
  5. SAVE
  6. Install Tampermonkey
  7. Create a new script, with name "Hide Support Session Indicators"
  8. Paste the contents of hide-session-indicators.user.js into the code field
  9. SAVE

MORE INFORMATION:

https://heinvestigations.wordpress.com/2019/01/14/happy-suite-of-happiness-hacks/

About

Hides all support session indicators for 10 seconds, so you can take a nice screenshot without confusing our customers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.3%
  • CSS 19.7%