Skip to content

Instantly share code, notes, and snippets.

View RonanFelipe's full-sized avatar
🌴
On vacation

Ronan Felipe RonanFelipe

🌴
On vacation
View GitHub Profile
// ==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