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
| OG Keemo ████▊░░░░░░░░░░░░ 37 plays | |
| Troye Sivan ██▌░░░░░░░░░░░░░░ 20 plays | |
| Kraftklub ██▏░░░░░░░░░░░░░░ 17 plays | |
| Oklou █▋░░░░░░░░░░░░░░░ 13 plays | |
| FKA twigs █▏░░░░░░░░░░░░░░░ 9 plays | |
| Skrillex █▏░░░░░░░░░░░░░░░ 9 plays | |
| Casper ▉░░░░░░░░░░░░░░░░ 7 plays | |
| Moe Shop ▉░░░░░░░░░░░░░░░░ 7 plays | |
| Pluko ▉░░░░░░░░░░░░░░░░ 7 plays | |
| Haiyti ▋░░░░░░░░░░░░░░░░ 5 plays |
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
| 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 |
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 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== |
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 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== | |
| (() => { |
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
| /* ==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") { |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 { 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') { |
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
| title: | |
| de: Häufig gestellte Fragen | |
| en: Frequently asked questions | |
| icon: question | |
| preview: fields | |
| wysiwyg: true | |
| tabs: | |
| content: | |
| label: |
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 { tsParticles } from 'tsparticles-engine' | |
| import { loadFull } from 'tsparticles' | |
| export const confetti = async () => { | |
| await loadFull(tsParticles) | |
| await tsParticles.load('egg', { | |
| emitters: [ | |
| { | |
| position: { |
OlderNewer