Skip to content

Instantly share code, notes, and snippets.

View pjpscriv's full-sized avatar
🌱

Peter Scriven pjpscriv

🌱
View GitHub Profile
// ==UserScript==
// @name Github Profile StackOverflow Icon
// @namespace http://pjpscriv.com/
// @version 2025-03
// @description Prettify StackOverflow links on Github Profiles, as is done for other social media platforms.
// @author @pjpscriv
// @match https://github.com/*
// @match https://gist.github.com/*
// @exclude https://github.com/*/.*
// @icon https://upload.wikimedia.org/wikipedia/commons/thumb/c/c2/GitHub_Invertocat_Logo.svg/240px-GitHub_Invertocat_Logo.svg.png
// ==UserScript==
// @name LinkedIn Feed Ads Remover
// @namespace https://pjpscriv.com/
// @version 2024-21
// @description Remove Promoted and Suggested posts on LinkedIn.
// @author @pjpscriv
// @match https://www.linkedin.com/*
// @icon https://upload.wikimedia.org/wikipedia/commons/thumb/8/81/LinkedIn_icon.svg/72px-LinkedIn_icon.svg.png
// @grant none
// ==/UserScript==
@pjpscriv
pjpscriv / instanbul_regex_filter.user.js
Last active December 21, 2024 18:39
Userscript to add regex capability to the Istanbul HTML report search function. Specifically targeting reports generated from GitLab pipelines, but can be modified to run anywhere.
// ==UserScript==
// @name Instanbul HTML Report RegEx Search
// @namespace https://pjpscriv.com/
// @version 2024-08-25
// @description Add regex capability to the Istanbul HTML report search function
// @author pjpscriv
// @match https://*.gitlab.io/-/*/-/jobs/*/artifacts/*/coverage/*/index.html
// @icon https://avatars.githubusercontent.com/u/13523395?s=48&v=4
// @grant none
// ==/UserScript==