This file contains hidden or 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 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 |
This file contains hidden or 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 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== |
This file contains hidden or 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 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== |