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
| "use strict"; | |
| // ==UserScript== | |
| // @name Personio: Open Teams-Chat with a person when clicking on their Email in Personio | |
| // @namespace https://github.com/yutamago | |
| // @version 2025-05-10 | |
| // @description Open Teams-Chat with a person when clicking on their Email in Personio | |
| // @author Yutamago | |
| // @match *://*.app.personio.com/* | |
| // @icon https://t1.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=https://www.personio.com&size=64 | |
| // @grant none |
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
| import * as fs from 'node:fs'; | |
| import * as path from 'node:path'; | |
| // TODO: Insert your own breakpoints -> make sure to set tailwind to use the same breakpoints. | |
| // this script will not convert breakpoints to equivalent breakpoints in tailwind! | |
| // ex. d-xxl-flex becomes xxl:tw-flex, not 2xl:tw-flex | |
| const bootstrapScreenSizes = [ | |
| 'sm', | |
| 'md', | |
| 'lg', |
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 immobilienscout++ | |
| // @namespace kch42 | |
| // @include https://www.immobilienscout24.de/* | |
| // @version 2 | |
| // @grant none | |
| // ==/UserScript== | |
| /* | |
| * Immobilienscout24 Suche verbessern. |