Skip to content

Instantly share code, notes, and snippets.

View wolfposd's full-sized avatar

Wolf wolfposd

  • University of Hamburg, DE
View GitHub Profile
@wolfposd
wolfposd / gitlab-show-path.user.js
Created June 22, 2023 11:00
Always show full path on gitlab instead of breadcrump button, need to adjust your gitlab instance
// ==UserScript==
// @name GitLab Always Show Path Remove Breadcrumbs
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Click on the Show Path Breadcrumb button to always display the full path
// @author wolfposd
// @match https://gitlab.com/*
// @icon https://about.gitlab.com/ico/favicon.ico?cache=2022041
// @grant none
// @run-at document-end
@wolfposd
wolfposd / clockintime.js
Created October 30, 2023 11:45
Scriptable: Clock In Time
// Scriptable script
// Execute Widget to create a one-time reminder for your sheduled workshift
// change the amounts of minutes to your work-duration
// 8 hours = 480
// 8 hours work + 30 min break = 510
// etc
let minutes = 460
let titleFontSize = 22
let reminderCategory = "Worktime"