Skip to content

Instantly share code, notes, and snippets.

View Soitora's full-sized avatar
:electron:
Patching leaks

Soitora

:electron:
Patching leaks
View GitHub Profile
@Soitora
Soitora / byggahus.user.styl
Last active August 11, 2024 13:08
A userstyle to fix some Byggahus annoyances.
/* ==UserStyle==
@name Byggahus Tweaker
@namespace byggahus-tweaker
@version 1.0.1
@description A userstyle to fix some Byggahus annoyances.
@author Soitora
@homepageURL https://gist.github.com/Soitora/1dd3f95c9b8f7ba69e90c960114dc947#file-byggahus-user-styl
@updateURL https://gist.githubusercontent.com/Soitora/1dd3f95c9b8f7ba69e90c960114dc947/raw/byggahus.user.styl
@preprocessor stylus
==/UserStyle== */
@Soitora
Soitora / plex-guid-grabber.user.js
Last active September 5, 2024 07:47
Grab the GUID of a Plex entry
// ==UserScript==
// @name Plex GUID Grabber
// @namespace plex-guid-grabber
// @include http://plex.*/*
// @include https://plex.*/*
// @include *:32400/*
// @version 1.2.0
// @description Grab the GUID of a Plex entry on demand
// @icon https://app.plex.tv/desktop/favicon.ico
// @homepageURL https://gist.github.com/Soitora/26eebf4cf388dc496eca4b29a227973b#file-plex-guid-grabber-user-js
@Soitora
Soitora / tv-order-reference.user.js
Last active August 2, 2024 07:19
Custom scripts to get the correct order reference
// ==UserScript==
// @name Team Verkstad Order Reference
// @namespace tv-order-reference
// @include *securedata.volvo.com/partsstore/*
// @version 1.0.2
// @description Custom script for Veho SAP by Simon Mattila
// @icon https://cdn.sweclockers.com/avatar/172128
// @homepageURL https://gist.github.com/Soitora/087d356f7d0b06dd1e524ec10a6172e9#file-tv-order-reference-user-js
// @downloadURL https://gist.githubusercontent.com/Soitora/087d356f7d0b06dd1e524ec10a6172e9/raw/tv-order-reference-user-js
// @require https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js
@Soitora
Soitora / busdoc-tweaker-special.user.styl
Last active August 13, 2024 10:38
Custom userscripts/userstyles for Omniplus and BusDoc
/* ==UserStyle==
@name BusDoc Tweaker Special
@namespace busdoc-tweaker-special
@version 1.2.0
@author Soitora
@description Special tweaks for the BusDoc parts catalogue.
@homepageURL https://gist.github.com/Soitora/155b4b19d06fb41b6dfd6be791d032c7#file-busdoc-tweaker-special-user-styl
@updateURL https://gist.githubusercontent.com/Soitora/155b4b19d06fb41b6dfd6be791d032c7/raw/busdoc-tweaker-special.user.styl
@preprocessor stylus
@var select numbers "Numbers" ["clickable:Clickable", "hidden:Hidden"]
@Soitora
Soitora / mb-datacard.js
Last active May 23, 2024 10:58
Tweak the datacard for Mercedes-Benz vehicles.
// ==UserScript==
// @name Mercedes-Benz Datacard
// @namespace mb-datacard
// @version 1.0.2
// @include /^.*[\/]xhpi[\/]datacard[\/]chassis[\/](.*)[\/].*/
// @author Soitora
// @description Tweak the datacard for Mercedes-Benz vehicles.
// @icon data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjxzdmcgeG1sbnM6aT0iaHR0cDovL25zLmFkb2JlLmNvbS9BZG9iZUlsbHVzdHJhdG9yLzEwLjAvIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEiIGlkPSJtYi1zdGVybl94NUZfMTAiIHg9IjAiIHk9IjAiIHdpZHRoPSI2NCIgaGVpZ2h0PSI2NCIgdmlld0JveD0iMCAwIDY0IDY0IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2NCA2NCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN3aXRjaD48Zm9yZWlnbk9iamVjdCByZXF1aXJlZEV4dGVuc2lvbnM9Imh0dHA6Ly9ucy5hZG9iZS5jb20vQWRvYmVJbGx1c3RyYXRvci8xMC4wLyIgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSI+PC9mb3JlaWduT2JqZWN0PjxnIGk6ZXh0cmFuZW91cz0ic2VsZiI+PGxpbmVhckdyYWRpZW50IGlkPSJvdXRlcl8xXyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSI4IiB5MT0iMTEuOSIgeDI9IjU2IiB5Mj0iNTIuMSI
@Soitora
Soitora / xentry-tweaker.user.styl
Last active August 11, 2024 13:07
A userstyle to tweak the Xentry interface.
/* ==UserStyle==
@name Xentry Tweaker
@namespace xentry-tweaker
@version 1.0.3
@description A userstyle to tweak the Xentry interface.
@author Soitora
@homepageURL https://gist.github.com/Soitora/624ef16e4bad6e74b875f58bcbf51d85
@updateURL https://gist.githubusercontent.com/Soitora/624ef16e4bad6e74b875f58bcbf51d85/raw/xentry-tweaker.user.styl
@preprocessor stylus
/*
@Soitora
Soitora / ouo-skipper.js
Last active May 23, 2024 10:18
Skip OUO and HikariNoAkari ads.
// ==UserScript==
// @name OUO Skipper
// @namespace ouo-skipper
// @include *ouo.io/*
// @include *ouo.press/*
// @include *hikarinoakari.com/*
// @version 1.0.1
// @author Soitora
// @description Skip OUO and HikariNoAkari ads.
// @icon https://m.media-amazon.com/images/I/617nhPmUb5L.png
@Soitora
Soitora / gdrive-download-skipper.js
Last active May 23, 2024 10:19
Skip Google Drive download page and start download directly.
// ==UserScript==
// @name Google Drive Download Skipper
// @namespace gdrive-download-skipper
// @include *://drive.google.com/file/d/*
// @version 1.0.0
// @author Soitora
// @description Skip Google Drive download page and start download directly.
// @icon https://ssl.gstatic.com/images/branding/product/1x/drive_2020q4_48dp.png
// @homepageURL https://gist.github.com/Soitora/809d10f5a79d222f1ac47d95ba577c1e
// @downloadURL https://gist.githubusercontent.com/Soitora/809d10f5a79d222f1ac47d95ba577c1e/raw/gdrive-download-skipper.js
@Soitora
Soitora / biluppgifter.user.js
Last active July 2, 2024 09:25
Script to improve the experience on Biluppgifter.
// ==UserScript==
// @name Biluppgifter-Tweaker
// @namespace biluppgifter-tweaker
// @include https://biluppgifter.se/*
// @version 1.0.6
// @description Script to improve the experience on Biluppgifter.
// @icon https://biluppgifter.se/favicon.ico
// @homepageURL https://gist.github.com/Soitora/cc7e24f464a94c9417dc694818915ae3
// @downloadURL https://gist.githubusercontent.com/Soitora/cc7e24f464a94c9417dc694818915ae3/raw/biluppgifter.user.js
// @require https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js
@Soitora
Soitora / vehosap.js
Last active May 23, 2024 10:26
Veho SAP Tweaker.
// ==UserScript==
// @name Veho SAP Tweaker
// @namespace veho-tweaker
// @include *fiori.veho.fi/ndp/shells/abap/FioriLaunchpad.html*
// @version 1.0.1
// @author Soitora
// @description Veho SAP Tweaker.
// @icon https://i.imgur.com/SdkOPKZ.png
// @homepageURL https://gist.github.com/Soitora/e6d0de0b96f05318bda1162b05bfd2aa
// @downloadURL https://gist.githubusercontent.com/Soitora/e6d0de0b96f05318bda1162b05bfd2aa/raw/vehosap.js