Skip to content

Instantly share code, notes, and snippets.

View T1ckbase's full-sized avatar
🤡

T1ckbase T1ckbase

🤡
View GitHub Profile
@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 / alert.js
Last active October 30, 2024 05:44
alert
alert('Hello World!');