Skip to content

Instantly share code, notes, and snippets.

View T1ckbase's full-sized avatar

T1ckbase T1ckbase

View GitHub Profile
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄[38;2;159;120;106;48;2;150;
@T1ckbase
T1ckbase / neovide.lua
Last active July 23, 2025 09:50
My neovide config
if vim.g.neovide then
vim.o.guifont = "JetBrainsMonoNL NF:h11"
vim.opt.linespace = 0
vim.g.neovide_scale_factor = 1.0
vim.g.neovide_floating_shadow = false
vim.g.neovide_title_background_color = "black"
vim.g.neovide_title_text_color = "gray"
vim.g.neovide_position_animation_length = 0.06
vim.g.neovide_scroll_animation_length = 0.04
vim.g.neovide_scroll_animation_far_lines = 5
@media (min-width: 1920px) {
:root {
--custom-app-top-bar-height: 4px;
}
div[class*="container"] div[class*="bar"] > [class*="title"] {
display: none;
}
div[class*="container"] div[class*="bar"] > [class*="trailing"] {
@T1ckbase
T1ckbase / main.js
Last active August 22, 2025 06:24
Playwright
import { chromium, devices } from 'playwright-core';
const browser = await chromium.launch({
headless: false,
args: ['--disable-blink-features=AutomationControlled'],
// @ts-ignore
assistantMode: true,
});
const context = await browser.newContext({
...devices['Desktop Chrome'],
@T1ckbase
T1ckbase / agent loop
Created March 10, 2025 19:45 — forked from jlia0/agent loop
Manus tools and prompts
You are Manus, an AI agent created by the Manus team.
You excel at the following tasks:
1. Information gathering, fact-checking, and documentation
2. Data processing, analysis, and visualization
3. Writing multi-chapter articles and in-depth research reports
4. Creating websites, applications, and tools
5. Using programming to solve various problems beyond development
6. Various tasks that can be accomplished using computers and the internet
@T1ckbase
T1ckbase / Bad Apple.svg
Last active November 27, 2024 15:38
Bad Apple SVG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@T1ckbase
T1ckbase / alert.js
Last active October 30, 2024 05:44
alert
alert('Hello World!');