π§
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
from colorama import init, Fore, Back, Style | |
from emoji import emojize | |
# init | |
init() # this is for terminal colors, yes | |
player = { | |
1: Fore.RED + "X" + Style.RESET_ALL, | |
2: Fore.YELLOW + "O" + Style.RESET_ALL, | |
} | |
board = { |
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
addEventListener('fetch', (event) => { | |
event.respondWith( | |
handleRequest(event.request).catch( | |
(err) => new Response(err.stack, { status: 500 }) | |
) | |
); | |
}); | |
async function handleRequest(request) { | |
const { pathname } = new URL(request.url); |
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
test |
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
JSX 1 hr 16 mins βββββββββββββββββββββ 43.1% | |
JSON 39 mins βββββββββββββββββββββ 22.3% | |
JavaScript 36 mins βββββββββββββββββββββ 20.7% | |
SCSS 19 mins βββββββββββββββββββββ 11.3% | |
Markdown 4 mins βββββββββββββββββββββ 2.5% |
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
myanimelist.net##.js-scrollfix-bottom-rel > div:nth-of-type(1) > .mal-ad-unit > table > tbody > tr:nth-of-type(1) > td | |
myanimelist.net##.js-scrollfix-bottom-rel > div:nth-of-type(1) > .mal-ad-unit > table > tbody > tr:nth-of-type(2) > td | |
myanimelist.net##.js-scrollfix-bottom-rel > div:nth-of-type(1) > .mal-ad-unit > table > tbody > tr:nth-of-type(3) > td | |
myanimelist.net##.border_top > div:nth-of-type(2) | |
myanimelist.net##.border_top > div:nth-of-type(1) | |
myanimelist.net##.mt16.mauto.clearfix > .mal-ad-unit > table > tbody > tr:nth-of-type(1) > td | |
myanimelist.net##.mt16.mauto.clearfix > .mal-ad-unit > table > tbody > tr:nth-of-type(2) > td | |
myanimelist.net##.mt16.mauto.clearfix > .mal-ad-unit > table > tbody > tr:nth-of-type(3) > td | |
myanimelist.net##.js-scrollfix-bottom-rel > div:nth-of-type(1) > .mal-ad-unit > table | |
myanimelist.net##.mal-ad-unit > table > tbody > tr:nth-of-type(1) > td |
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
/* Created by ohlookitsderpy, credit if used! */ | |
/* FIXES */ | |
.footer-links { | |
cursor: pointer !important; /* fix dark theme slider */ | |
} | |
/* fixing weird text colour */ | |
.botname, |
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
discordbots.org###doublevoting | |
discordbots.org###medal | |
discordbots.org###bots > div.container.is-fullhd:first-child > div.bot-list-section:last-child > ul.columns.is-tablet:last-child > li.column.bot-card.is-one-fourth:last-child | |
discordbots.org###bots > div.container.is-fullhd:first-child > div.bot-list-section:last-child > ul.columns.is-tablet:first-child > li.column.bot-card.is-one-fourth:first-child | |
discordbots.org###bots > div.container.is-fullhd:nth-child(3) > div.bot-list-section:last-child > ul.columns.is-tablet:first-child > li.column.bot-card.is-one-fourth:first-child | |
discordbots.org###bots > div.container.is-fullhd:last-child > div.bot-list-section:last-child > ul.columns.is-tablet:first-child > li.column.bot-card.is-one-fourth:first-child | |
discordbots.org###bots > div.container.is-fullhd:last-child > div.bot-list-section:last-child > ul.columns.is-tablet:last-child > li.column.bot-card.is-one-fourth:last-child | |
discordbots.org###bot-list > div.bot-list-section > ul.columns.is-multiline.is-tablet > l |