Skip to content

Instantly share code, notes, and snippets.

@pjpscriv
pjpscriv / taiga-ctrl-enter-save.user.js
Last active September 15, 2025 01:32
Press Ctrl+Enter to save in Taiga WYSIWYG editor for user story descriptions and comments. Basically I wanted it to do the same thing Jira does.
// ==UserScript==
// @name Taiga Ctrl+Enter Save
// @namespace http://pjpscriv.com/
// @version 2025-09-11
// @description Press Ctrl+Enter to save in Taiga WYSIWYG editor
// @author @pjpscriv
// @match https://tree.taiga.io/*
// @icon https://tree.taiga.io/v-1750662897664/images/favicon.png
// @grant none
// ==/UserScript==
// ==UserScript==
// @name Looker Studio Firefox Navigation Fix
// @namespace https://pjpscriv.com/
// @version 2025-08-26
// @description Fix the (insane) issue that Looker Studio's navigation is broken in Firefox
// @author @pjpscriv
// @match https://lookerstudio.google.com/*
// @icon https://www.gstatic.com/analytics-lego/svg/ic_looker_studio.svg
// @grant none
// ==/UserScript==
// ==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==