Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 855 Bytes

README.md

File metadata and controls

45 lines (29 loc) · 855 Bytes

ShutHub

ShutHub
ShutHub = Shut up + GitHub 😁

This package will hide the GitHub warn about U.S. trade controls law restrictions.

Chrome

Install

  1. Clone this repo:
cd folder/to/clone-into/
git clone https://github.com/MohamadKh75/ShutHub.git
  1. Navigate to chrome://extensions/
  2. Turn Developer mode on
  3. Click on the Load unpacked button and load the extension
  4. Enjoy!

Firefox

Find it here!

Stylus

Usage

  1. Add code below to your stylus:
div[class*="flash flash-full js-notice flash-warn"] {
  display: none;
}
  1. We're all set, just enjoy!