Skip to content

Instantly share code, notes, and snippets.

View tobimori's full-sized avatar

Tobias Möritz tobimori

View GitHub Profile
@tobimori
tobimori / GitHubMetaRepository.user.js
Last active June 6, 2020 07:59
📝 Userscript to enable profile READMEs on GitHub 🌈 Requires Tampermonkey
// ==UserScript==
// @name GitHub Meta Repository
// @namespace https://moeritz.io
// @version 1.1.0
// @description Enables profile READMEs on GitHub
// @author Tobias Möritz
// @match *://github.com/*
// ==/UserScript==
(() => {
@tobimori
tobimori / BetterLinguistColors.user.js
Last active June 7, 2020 10:05
🌈 Makes GitHub language tags funky! ✨ User script to replace the text color with the corresponding language color
// ==UserScript==
// @name BetterLinguistColors
// @namespace https://moeritz.io/
// @version 1.4.5
// @description Replaces the text color with the corresponding language color
// @author Tobias Möritz
// @match *://github.com/*
// @run-at document-start
// ==/UserScript==
@tobimori
tobimori / GitHubSquareProfilePictures.user.css
Last active June 25, 2020 15:34
:octocat: Reverts GitHub to use Square Profile Pictures again 🟥🟧🟨🟩🟦🟪
/* ==UserStyle==
@name GitHub Square Profile Pictures
@namespace https://moeritz.io
@updateURL https://gist.githubusercontent.com/tobimori/86386b6fccee1ba94b4d660f2b86708d/raw
@version 1.1.0
@license The Unlicense
@author Tobias Möritz
==/UserStyle== */
@-moz-document regexp("^https?://((education|gist|graphql|guides|help|raw|resources|status|developer|support|vscode-auth)\\.)?github\\.com/((?!generated_pages/preview).)*$"), domain("githubusercontent.com"), domain("www.githubstatus.com") {
We couldn’t find that file to show.
@tobimori
tobimori / LinkedIn im Stil von DIE LINKE.svg
Last active April 13, 2021 13:51
LinkedIn im Stil von DIE LINKE.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
293 Games played | 151 Games won | 👑 139 WPM | ø 87 WPM
―― Recent races (Average ø 93 WPM)
█████████████████████▊░░░░░░░░░░░░░ 87 WPM
███████████████████████▉░░░░░░░░░░░ 95 WPM
██████████████████████▉░░░░░░░░░░░░ 91 WPM
██████████████████████▊░░░░░░░░░░░░ 91 WPM
███████████████████████▋░░░░░░░░░░░ 94 WPM
███████████████████▎░░░░░░░░░░░░░░░ 77 WPM
████████████████████████████▎░░░░░░ 113 WPM
██████████████████████▎░░░░░░░░░░░░ 89 WPM
title:
de: Häufig gestellte Fragen
en: Frequently asked questions
icon: question
preview: fields
wysiwyg: true
tabs:
content:
label:
import { tsParticles } from 'tsparticles-engine'
import { loadFull } from 'tsparticles'
export const confetti = async () => {
await loadFull(tsParticles)
await tsParticles.load('egg', {
emitters: [
{
position: {
@tobimori
tobimori / _app.jsx
Created February 15, 2022 13:50
Ackee Analytics with Next.js
import { useEffect } from 'react'
import Router from 'next/router'
import * as ackeeTracker from 'ackee-tracker'
// global styles (css reset, fonts)
import 'assets/styles/global.css'
const PersonalApp = ({ Component, pageProps, router }) => {
useEffect(() => {
if (typeof window !== 'undefined') {
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.