Skip to content

Instantly share code, notes, and snippets.

View yutamago's full-sized avatar
👻
I may be slow to respond.

Angelo yutamago

👻
I may be slow to respond.
View GitHub Profile
@yutamago
yutamago / personio-teams-links.js
Last active May 10, 2025 16:53
Personio Userscript: Open Teams-Chat with a person when clicking on their Email
@yutamago
yutamago / migrate-bs-2-tw.ts
Last active November 25, 2024 19:51
Deno script to migrate most bootstrap classes to tailwind classes. Angular-compatible
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',
// ==UserScript==
// @name immobilienscout++
// @namespace kch42
// @include https://www.immobilienscout24.de/*
// @version 2
// @grant none
// ==/UserScript==
/*
* Immobilienscout24 Suche verbessern.