This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name GitHub Timeline Handler | |
// @namespace https://gist.github.com/RonanFelipe/25e00769ec45050d74fdec9dbb42c0c4/ | |
// @version 1.0.0 | |
// @description Hide events from GitHub's Pull Request timeline. | |
// @author Eric Ribeiro and Ronan Felipe | |
// @match https://github.com/Genichiro00/blue-experiment/pull/* | |
// @match https://github.com/the-funnel/base-experiment/pull/1 | |
// @grant none | |
// @run-at document-body |