Last active
January 26, 2023 04:58
-
-
Save Tymotex/4ab485feb814642b60c590c7508bac5f to your computer and use it in GitHub Desktop.
My personal shortcuts for the Redirector Chrome extension: https://chrome.google.com/webstore/detail/ocgpenflpmgnfapjedencafcfakcekcd.
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
{ | |
"createdBy": "Redirector v3.5.3", | |
"createdAt": "2023-01-26T04:58:41.860Z", | |
"redirects": [ | |
{ | |
"description": "Redirector extension options page (this page)", | |
"exampleUrl": "https://red", | |
"exampleResult": "chrome-extension://ocgpenflpmgnfapjedencafcfakcekcd/redirector.html", | |
"error": null, | |
"includePattern": "^(http|https)://red/?$", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "chrome-extension://ocgpenflpmgnfapjedencafcfakcekcd/redirector.html", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "Gist page", | |
"exampleUrl": "https://gist", | |
"exampleResult": "https://gist.github.com/Tymotex/4ab485feb814642b60c590c7508bac5f", | |
"error": null, | |
"includePattern": "^(http|https)://gist/?$", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://gist.github.com/Tymotex/4ab485feb814642b60c590c7508bac5f", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "localhost:3000", | |
"exampleUrl": "https://fe", | |
"exampleResult": "http://localhost:3000", | |
"error": null, | |
"includePattern": "^(http|https)://fe/?$", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "http://localhost:3000", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "localhost:6006", | |
"exampleUrl": "https://sb", | |
"exampleResult": "http://localhost:6006", | |
"error": null, | |
"includePattern": "^(http|https)://sb/?$", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "http://localhost:6006", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "localhost:1313", | |
"exampleUrl": "https://wiki", | |
"exampleResult": "http://localhost:1313", | |
"error": null, | |
"includePattern": "^(http|https)://wiki/?$", | |
"excludePattern": "", | |
"patternDesc": "Local wiki server", | |
"redirectUrl": "http://localhost:1313", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "Brown Noise", | |
"exampleUrl": "https://brown", | |
"exampleResult": "https://www.youtube.com/watch?v=P48QELwruQs&ab_channel=JasonLewis-MindAmend", | |
"error": null, | |
"includePattern": "^(http|https)://brown/?$", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://www.youtube.com/watch?v=P48QELwruQs&ab_channel=JasonLewis-MindAmend", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "Google Calendar shortcut", | |
"exampleUrl": "https://cs", | |
"exampleResult": "https://calendar.google.com/calendar/u/0/r", | |
"error": null, | |
"includePattern": "^(http|https)://cs/?$", | |
"excludePattern": "", | |
"patternDesc": "Simulates the cs/ shortcut in Google Corporate laptops", | |
"redirectUrl": "https://calendar.google.com/calendar/u/0/r", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "Gmail shortcut", | |
"exampleUrl": "https://m", | |
"exampleResult": "https://mail.google.com/mail/u/0/#advanced-search/exclude_promos=true&exclude_social=true&query=is%3Aunread&isrefinement=true", | |
"error": null, | |
"includePattern": "^(http|https)://m/?$", | |
"excludePattern": "", | |
"patternDesc": "Gmail shortcut", | |
"redirectUrl": "https://mail.google.com/mail/u/0/#advanced-search/exclude_promos=true&exclude_social=true&query=is%3Aunread&isrefinement=true", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "Google Sheets shortcut", | |
"exampleUrl": "https://sheets", | |
"exampleResult": "https://docs.google.com/spreadsheets/u/0/", | |
"error": null, | |
"includePattern": "^(http|https)://sheets/?$", | |
"excludePattern": "", | |
"patternDesc": "Sheets shortcut", | |
"redirectUrl": "https://docs.google.com/spreadsheets/u/0/", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "Google drive", | |
"exampleUrl": "https://drive", | |
"exampleResult": "https://drive.google.com/drive/my-drive", | |
"error": null, | |
"includePattern": "^(http|https)://drive/?$", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://drive.google.com/drive/my-drive", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "Google Docs", | |
"exampleUrl": "https://docs", | |
"exampleResult": "https://docs.google.com/", | |
"error": null, | |
"includePattern": "^(http|https)://docs/?$", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://docs.google.com/", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "Calendar", | |
"exampleUrl": "c/", | |
"exampleResult": "https://calendar.google.com/", | |
"error": null, | |
"includePattern": "^(https?://)?c(\\/.*)?$", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://calendar.google.com/", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "Competitive Programming Spreadsheet", | |
"exampleUrl": "cp/", | |
"exampleResult": "https://docs.google.com/spreadsheets/d/11OcpjvAEIDi32tdIa5SbdtII3HdzummYNou32lisVU4/", | |
"error": null, | |
"includePattern": "^(https?://)?cp(\\/.*)?$", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://docs.google.com/spreadsheets/d/11OcpjvAEIDi32tdIa5SbdtII3HdzummYNou32lisVU4/", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "Job Application Tracker Spreadsheet", | |
"exampleUrl": "jobs/", | |
"exampleResult": "https://docs.google.com/spreadsheets/d/1oGGT8gi15NwKTgNaoZgJS2UhoNz3JrGoAMRqbT_M1wI/edit#gid=0", | |
"error": null, | |
"includePattern": "^(https?://)?jobs(\\/.*)?$", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://docs.google.com/spreadsheets/d/1oGGT8gi15NwKTgNaoZgJS2UhoNz3JrGoAMRqbT_M1wI/edit#gid=0", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "Cracking the Coding Interview", | |
"exampleUrl": "ctci/", | |
"exampleResult": "https://www.notion.so/tymz/Cracking-the-Coding-Interview-336002ac22384ff59e83b8b4f45781b3", | |
"error": null, | |
"includePattern": "^(https?://)?ctci(\\/.*)?$", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://www.notion.so/tymz/Cracking-the-Coding-Interview-336002ac22384ff59e83b8b4f45781b3", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "LeetCode", | |
"exampleUrl": "lc/", | |
"exampleResult": "https://leetcode.com/problemset/all/?difficulty=MEDIUM&page=1&listId=wpwgkgt", | |
"error": null, | |
"includePattern": "^(https?://)?lc(\\/.*)?$", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://leetcode.com/problemset/all/?difficulty=MEDIUM&page=1&listId=wpwgkgt", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "HackerRank", | |
"exampleUrl": "hr/", | |
"exampleResult": "https://www.hackerrank.com/dashboard", | |
"error": null, | |
"includePattern": "^(https?://)?hr(\\/.*)?$", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://www.hackerrank.com/dashboard", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "Reading List", | |
"exampleUrl": "read/", | |
"exampleResult": "https://www.notion.so/tymz/Reading-Listening-List-af352576fcdb4356a02a043c66069f9a", | |
"error": null, | |
"includePattern": "^(https?://)?read(ing)?(\\/.*)?$", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://www.notion.so/tymz/Reading-Listening-List-af352576fcdb4356a02a043c66069f9a", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "Ideas and Goals", | |
"exampleUrl": "ideas/", | |
"exampleResult": "https://www.notion.so/tymz/Ideas-Goals-813c4a86051e49b9be9218d391359436", | |
"error": null, | |
"includePattern": "^(https?://)?idea(s?)(\\/.*)?$", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://www.notion.so/tymz/Ideas-Goals-813c4a86051e49b9be9218d391359436", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "Journal (Notion)", | |
"exampleUrl": "journal/", | |
"exampleResult": "https://www.notion.so/tymz/Journal-56743e735b714ab2b93280e6d31f9cbe", | |
"error": null, | |
"includePattern": "^(https?://)?journal(\\/.*)?$", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://www.notion.so/tymz/Journal-56743e735b714ab2b93280e6d31f9cbe", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "Pages (Notion)", | |
"exampleUrl": "pages/", | |
"exampleResult": "https://www.notion.so/tymz/Pages-bcb2f18a5ece4d38b36d87920418b791", | |
"error": null, | |
"includePattern": "^(https?://)?pages(\\/.*)?$", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://www.notion.so/tymz/Pages-bcb2f18a5ece4d38b36d87920418b791", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "Technical Interview", | |
"exampleUrl": "interview/", | |
"exampleResult": "https://www.notion.so/tymz/Technical-Coding-Interviews-Competitive-Programming-002aacdf20dc424989ad4b9eded12d04", | |
"error": null, | |
"includePattern": "^(https?://)?interview(\\/.*)?$", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://www.notion.so/tymz/Technical-Coding-Interviews-Competitive-Programming-002aacdf20dc424989ad4b9eded12d04", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "Tasks", | |
"exampleUrl": "https://tasks", | |
"exampleResult": "https://www.notion.so/tymz/Tasks-cd7c0df8d2e9455aa05b2438818ff840", | |
"error": null, | |
"includePattern": "^(https?://)?tasks(\\/.*)?$", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://www.notion.so/tymz/Tasks-cd7c0df8d2e9455aa05b2438818ff840", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "Home", | |
"exampleUrl": "https://home", | |
"exampleResult": "https://www.notion.so/tymz/Home-6186b98cf0d94b8bb724ad07fa297590", | |
"error": null, | |
"includePattern": "^(https?://)?home(\\/.*)?$", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://www.notion.so/tymz/Home-6186b98cf0d94b8bb724ad07fa297590", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "Debug", | |
"exampleUrl": "https://debug", | |
"exampleResult": "https://www.notion.so/tymz/Debugging-da95a626dc7d4a7fba2e599d31d91d24", | |
"error": null, | |
"includePattern": "^(https?://)?debug(\\/.*)?$", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://www.notion.so/tymz/Debugging-da95a626dc7d4a7fba2e599d31d91d24", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "Finance Notes", | |
"exampleUrl": "https://finance", | |
"exampleResult": "https://docs.google.com/spreadsheets/d/1R8GGRw79IDWe-zw48mkj9pyuLZIcAOZbo1kOgSkUF-w/edit#gid=1379312497", | |
"error": null, | |
"includePattern": "^(https?://)?finance(s?)(\\/.*)?$", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://docs.google.com/spreadsheets/d/1R8GGRw79IDWe-zw48mkj9pyuLZIcAOZbo1kOgSkUF-w/edit#gid=1379312497", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "CTF", | |
"exampleUrl": "https://ctf", | |
"exampleResult": "https://www.notion.so/tymz/CTFs-64113ed7e78a48ec8d6cab207d777160", | |
"error": null, | |
"includePattern": "^(https?://)?ctf(\\/.*)?$", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://www.notion.so/tymz/CTFs-64113ed7e78a48ec8d6cab207d777160", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "DevOps Notes", | |
"exampleUrl": "https://devops", | |
"exampleResult": "https://www.notion.so/tymz/DevOps-bcea4d6e077d4c22b26bd1924e1022c0", | |
"error": null, | |
"includePattern": "^(https?://)?devops(\\/.*)?$", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://www.notion.so/tymz/DevOps-bcea4d6e077d4c22b26bd1924e1022c0", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "VSCode", | |
"exampleUrl": "https://vscode", | |
"exampleResult": "https://www.notion.so/tymz/VSCode-4323eef2cb794ea4bf0e265f8e040f2f", | |
"error": null, | |
"includePattern": "^(https?://)?vscode(\\/.*)?$", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://www.notion.so/tymz/VSCode-4323eef2cb794ea4bf0e265f8e040f2f", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "Docker", | |
"exampleUrl": "https://docker", | |
"exampleResult": "https://www.notion.so/tymz/Docker-290b541f479c427ca0510d74887de06c", | |
"error": null, | |
"includePattern": "^(https?://)?docker(\\/.*)?$", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://www.notion.so/tymz/Docker-290b541f479c427ca0510d74887de06c", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "C++", | |
"exampleUrl": "https://cpp", | |
"exampleResult": "https://www.notion.so/tymz/C-Reference-32371ebe6b124a1580861bf94812d066", | |
"error": null, | |
"includePattern": "^(https?://)?cpp(\\/.*)?$", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://www.notion.so/tymz/C-Reference-32371ebe6b124a1580861bf94812d066", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "C++ Cheatsheet", | |
"exampleUrl": "https://cppcheat", | |
"exampleResult": "https://www.notion.so/tymz/C-Cheatsheet-1d1f1b8881bf49a7aaee28efe63176a6", | |
"error": null, | |
"includePattern": "^(https?://)?cppcheat(\\/.*)?$", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://www.notion.so/tymz/C-Cheatsheet-1d1f1b8881bf49a7aaee28efe63176a6", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "JavaScript", | |
"exampleUrl": "https://js", | |
"exampleResult": "https://www.notion.so/tymz/JavaScript-and-Node-js-Reference-da609ced2bdd4297ade21e3c200e5498", | |
"error": null, | |
"includePattern": "^(https?://)?js(\\/.*)?$", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://www.notion.so/tymz/JavaScript-and-Node-js-Reference-da609ced2bdd4297ade21e3c200e5498", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "JavaScript Cheatsheet", | |
"exampleUrl": "https://jscheat", | |
"exampleResult": "https://www.notion.so/tymz/JavaScript-Cheatsheet-0b64f63b689546e69a0e9747ed6c5d6d", | |
"error": null, | |
"includePattern": "^(https?://)?jscheat(\\/.*)?$", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://www.notion.so/tymz/JavaScript-Cheatsheet-0b64f63b689546e69a0e9747ed6c5d6d", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "HTML", | |
"exampleUrl": "https://html", | |
"exampleResult": "https://www.notion.so/tymz/HTML-Reference-9fc575b48ea94ef0b2927d8ee0a0a9eb", | |
"error": null, | |
"includePattern": "^(https?://)?html(\\/.*)?$", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://www.notion.so/tymz/HTML-Reference-9fc575b48ea94ef0b2927d8ee0a0a9eb", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "React", | |
"exampleUrl": "https://react", | |
"exampleResult": "https://www.notion.so/tymz/React-b3a6fd2d16244c77a940f1d7a3e51e3f", | |
"error": null, | |
"includePattern": "^(https?://)?react(\\/.*)?$", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://www.notion.so/tymz/React-b3a6fd2d16244c77a940f1d7a3e51e3f", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "React Cheatsheet", | |
"exampleUrl": "https://reactcheat", | |
"exampleResult": "https://www.notion.so/tymz/React-Cheatsheet-759ffed113764f5ba9b03e1a23db4218", | |
"error": null, | |
"includePattern": "^(https?://)?reactcheat(\\/.*)?$", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://www.notion.so/tymz/React-Cheatsheet-759ffed113764f5ba9b03e1a23db4218", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "Next", | |
"exampleUrl": "https://next", | |
"exampleResult": "https://www.notion.so/tymz/Next-js-868325a5cef04d828bf7519925b7f529", | |
"error": null, | |
"includePattern": "^(https?://)?next(\\/.*)?$", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://www.notion.so/tymz/Next-js-868325a5cef04d828bf7519925b7f529", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "TypeScript", | |
"exampleUrl": "https://ts", | |
"exampleResult": "https://www.notion.so/tymz/TypeScript-Reference-7269a77bc09f43eb873b9b612ccdf2cf", | |
"error": null, | |
"includePattern": "^(https?://)?ts(\\/.*)?$", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://www.notion.so/tymz/TypeScript-Reference-7269a77bc09f43eb873b9b612ccdf2cf", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "TypeScript Cheatsheet", | |
"exampleUrl": "https://tscheat", | |
"exampleResult": "https://www.notion.so/tymz/TypeScript-Cheatsheet-e397b713458440b8a0443b07b3e3ccfc", | |
"error": null, | |
"includePattern": "^(https?://)?tscheat(\\/.*)?$", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://www.notion.so/tymz/TypeScript-Cheatsheet-e397b713458440b8a0443b07b3e3ccfc", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "CSS", | |
"exampleUrl": "https://css", | |
"exampleResult": "https://www.notion.so/tymz/CSS-Reference-22e3464a5d304dcda7c1f850beccc03a", | |
"error": null, | |
"includePattern": "^(https?://)?css(\\/.*)?$", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://www.notion.so/tymz/CSS-Reference-22e3464a5d304dcda7c1f850beccc03a", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "Jest", | |
"exampleUrl": "https://jest", | |
"exampleResult": "https://www.notion.so/tymz/Jest-2970505c653a4c93a4144e08228bcec0", | |
"error": null, | |
"includePattern": "^(https?://)?jest(\\/.*)?$", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://www.notion.so/tymz/Jest-2970505c653a4c93a4144e08228bcec0", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "TDD", | |
"exampleUrl": "https://tdd", | |
"exampleResult": "https://www.notion.so/tymz/Software-Testing-TDD-3168a175dd6e44c094934fbffcd35ecc", | |
"error": null, | |
"includePattern": "^(https?://)?tdd(\\/.*)?$", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://www.notion.so/tymz/Software-Testing-TDD-3168a175dd6e44c094934fbffcd35ecc", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "Data Structures and Algorithms", | |
"exampleUrl": "https://dsa", | |
"exampleResult": "https://www.notion.so/tymz/Data-Structures-and-Algorithms-Cheatsheet-6d7b382c52cc47979bd5b40cbdc0c8e3", | |
"error": null, | |
"includePattern": "^(https?://)?dsa(\\/.*)?$", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://www.notion.so/tymz/Data-Structures-and-Algorithms-Cheatsheet-6d7b382c52cc47979bd5b40cbdc0c8e3", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "Linux Commands", | |
"exampleUrl": "https://linux", | |
"exampleResult": "https://www.notion.so/tymz/Linux-Commands-2be67aa1adb34a39928b8a7c7c70747b", | |
"error": null, | |
"includePattern": "^(https?://)?linux(\\/.*)?$", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://www.notion.so/tymz/Linux-Commands-2be67aa1adb34a39928b8a7c7c70747b", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "Bash notes", | |
"exampleUrl": "https://sh", | |
"exampleResult": "https://www.notion.so/tymz/Bash-Shell-Scripting-Referencei-9df017e0684e44d18b63ce5bb289e70c", | |
"error": null, | |
"includePattern": "^(https?://)?sh(\\/.*)?$", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://www.notion.so/tymz/Bash-Shell-Scripting-Referencei-9df017e0684e44d18b63ce5bb289e70c", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "Tmux Notes", | |
"exampleUrl": "https://tmux", | |
"exampleResult": "https://www.notion.so/tymz/Tmux-aed5e84f4d844cec8b82b6b9f472a7e9", | |
"error": null, | |
"includePattern": "^(https?://)?tmux(\\/.*)?$", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://www.notion.so/tymz/Tmux-aed5e84f4d844cec8b82b6b9f472a7e9", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "Vim Notes", | |
"exampleUrl": "https://vim", | |
"exampleResult": "https://www.notion.so/tymz/Vim-86721cb89a8242d0862127fd9fc7a3ba", | |
"error": null, | |
"includePattern": "^(https?://)?vim(\\/.*)?$", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://www.notion.so/tymz/Vim-86721cb89a8242d0862127fd9fc7a3ba", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "UI/UX Notes", | |
"exampleUrl": "https://ui", | |
"exampleResult": "https://www.notion.so/tymz/UI-UX-7fb9a728bfc946fcbe92ff640b371a2d", | |
"error": null, | |
"includePattern": "^(https?://)?ui(\\/.*)?$", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://www.notion.so/tymz/UI-UX-7fb9a728bfc946fcbe92ff640b371a2d", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "Figma Notes", | |
"exampleUrl": "https://figma", | |
"exampleResult": "https://www.notion.so/tymz/Figma-51d78658b98b42ceb6b41aff45c67e71", | |
"error": null, | |
"includePattern": "^(https?://)?figma(\\/.*)?$", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://www.notion.so/tymz/Figma-51d78658b98b42ceb6b41aff45c67e71", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "CS Lexicon", | |
"exampleUrl": "https://lex", | |
"exampleResult": "https://www.notion.so/tymz/CS-Lexicon-d2bc2ee75f9c4faeb163248272f32ff5", | |
"error": null, | |
"includePattern": "^(https?://)?lex(\\/.*)?$", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://www.notion.so/tymz/CS-Lexicon-d2bc2ee75f9c4faeb163248272f32ff5", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "Cooking", | |
"exampleUrl": "https://cooking", | |
"exampleResult": "https://www.notion.so/tymz/Cooking-2e7d04b1526f4a2ca29b37438f70af49", | |
"error": null, | |
"includePattern": "^(https?://)?cooking(\\/.*)?$", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://www.notion.so/tymz/Cooking-2e7d04b1526f4a2ca29b37438f70af49", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "LaTeX", | |
"exampleUrl": "https://latex", | |
"exampleResult": "https://www.notion.so/tymz/TeX-e241eeb23d4146b09a338af36a63c1b8", | |
"error": null, | |
"includePattern": "^(https?://)?latex(\\/.*)?$", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://www.notion.so/tymz/TeX-e241eeb23d4146b09a338af36a63c1b8", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "Git Notes", | |
"exampleUrl": "http://git/", | |
"exampleResult": "https://www.notion.so/tymz/Git-55a50e6e1bf6427f8347f25b4363ad2a", | |
"error": null, | |
"includePattern": "^(https?://)?git(\\/.*)?$", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://www.notion.so/tymz/Git-55a50e6e1bf6427f8347f25b4363ad2a", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "Technical Writing", | |
"exampleUrl": "http://writing/", | |
"exampleResult": "https://www.notion.so/tymz/Technical-Writing-a0c56aecc6aa400e84a512c49f9e60fa", | |
"error": null, | |
"includePattern": "^(https?://)?writing(\\/.*)?$", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://www.notion.so/tymz/Technical-Writing-a0c56aecc6aa400e84a512c49f9e60fa", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "Dating", | |
"exampleUrl": "http://dating/", | |
"exampleResult": "https://www.notion.so/tymz/Dating-d11bc43397e24f8292168732a369b6e0", | |
"error": null, | |
"includePattern": "^(https?://)?dating(\\/.*)?$", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://www.notion.so/tymz/Dating-d11bc43397e24f8292168732a369b6e0", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "ECON1102", | |
"exampleUrl": "http://econ", | |
"exampleResult": "https://www.notion.so/tymz/ECON1102-Macroeconomics-4030ee64b5074e099a624b061885d94f", | |
"error": null, | |
"includePattern": "^(https?://)?econ(\\/.*)?$", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://www.notion.so/tymz/ECON1102-Macroeconomics-4030ee64b5074e099a624b061885d94f", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "Exercise", | |
"exampleUrl": "http://exercise", | |
"exampleResult": "https://docs.google.com/spreadsheets/d/1kueNOCPV2rQBVaAKyTeSM4ormWsebpuy6cTrqYxJ0Yc/edit#gid=0", | |
"error": null, | |
"includePattern": "^(https?://)?exercise(\\/.*)?$", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://docs.google.com/spreadsheets/d/1kueNOCPV2rQBVaAKyTeSM4ormWsebpuy6cTrqYxJ0Yc/edit#gid=0", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "Arch Linux", | |
"exampleUrl": "http://arch", | |
"exampleResult": "https://www.notion.so/tymz/Arch-Linux-449e196d496d421d8597a22ce796fe73", | |
"error": null, | |
"includePattern": "^(https?://)?arch(\\/.*)?$", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://www.notion.so/tymz/Arch-Linux-449e196d496d421d8597a22ce796fe73", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "i3", | |
"exampleUrl": "http://i3", | |
"exampleResult": "https://www.notion.so/tymz/i3-5712ef79541c44a586ab5dd37490378f", | |
"error": null, | |
"includePattern": "^(https?://)?i3(\\/.*)?$", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://www.notion.so/tymz/i3-5712ef79541c44a586ab5dd37490378f", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "Health", | |
"exampleUrl": "http://health", | |
"exampleResult": "https://www.notion.so/tymz/Health-2c52e26820464522afdcc56079abfeda", | |
"error": null, | |
"includePattern": "^(https?://)?health(\\/.*)?$", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://www.notion.so/tymz/Health-2c52e26820464522afdcc56079abfeda", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "gh", | |
"exampleUrl": "http://gh", | |
"exampleResult": "https://github.com/Tymotex?tab=repositories", | |
"error": null, | |
"includePattern": "^(https?://)?gh(\\/.*)?$", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://github.com/Tymotex?tab=repositories", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "ING Bank", | |
"exampleUrl": "http://ing", | |
"exampleResult": "https://www.ing.com.au/securebanking/", | |
"error": null, | |
"includePattern": "^(https?://)?ing(\\/.*)?$", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://www.ing.com.au/securebanking/", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "40Hz", | |
"exampleUrl": "http://40hz/", | |
"exampleResult": "https://www.youtube.com/watch?v=1_G60OdEzXs", | |
"error": null, | |
"includePattern": "^(https?://)?40hz(\\/.*)?$", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://www.youtube.com/watch?v=1_G60OdEzXs", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "Music (Light Coding I)", | |
"exampleUrl": "http://music1/", | |
"exampleResult": "https://www.youtube.com/playlist?list=PLMlCy-yoWeGH4JbI8vbUVJTxCOzTkiHZw", | |
"error": null, | |
"includePattern": "^(https?://)?music1(\\/.*)?$", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://www.youtube.com/playlist?list=PLMlCy-yoWeGH4JbI8vbUVJTxCOzTkiHZw", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "Music (Light Coding II)", | |
"exampleUrl": "http://music2/", | |
"exampleResult": "https://www.youtube.com/playlist?list=PLMlCy-yoWeGH-L9UJ7VmL0g2QaZn0e5HY", | |
"error": null, | |
"includePattern": "^(https?://)?music2(\\/.*)?$", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://www.youtube.com/playlist?list=PLMlCy-yoWeGH-L9UJ7VmL0g2QaZn0e5HY", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "Powerlifting Program", | |
"exampleUrl": "http://lift/", | |
"exampleResult": "https://docs.google.com/spreadsheets/d/1kueNOCPV2rQBVaAKyTeSM4ormWsebpuy6cTrqYxJ0Yc/edit#gid=0", | |
"error": null, | |
"includePattern": "^(https?://)?lift(\\/.*)?$", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://docs.google.com/spreadsheets/d/1kueNOCPV2rQBVaAKyTeSM4ormWsebpuy6cTrqYxJ0Yc/edit#gid=0", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment