Skip to content

Instantly share code, notes, and snippets.

View pg07codes's full-sized avatar
📑
probably reading

Pranav Gupta pg07codes

📑
probably reading
View GitHub Profile
@pg07codes
pg07codes / githubCustomFeedShow.js
Created June 28, 2020 02:59
If you end up wasting time on scrolling through your github feed everytime , use and injector to inject this script.
function toggle() {
let news = document.querySelector(".news");
news = news.firstChild;
let newsStatus = document.querySelector(".news").style.visibility;
document.querySelector(".news").style.visibility = (newsStatus==="hidden") ? "visible" : "hidden"
}
function restyle(){
document.querySelector("aside[aria-label='Explore']").innerHTML="" // removed as i find it useless