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 / anti-bot-detection.js
Created March 26, 2025 06:31
Anti bot detection for playwright
// https://bot.sannysoft.com
// https://www.browserscan.net/bot-detection
// https://fingerprintjs.github.io/BotD/main/
// Webdriver
const defaultGetter = Object.getOwnPropertyDescriptor(Navigator.prototype, 'webdriver').get;
// defaultGetter.apply(navigator); // true
// defaultGetter.toString(); // 'function get webdriver() { [native code] }'
Object.defineProperty(Navigator.prototype, 'webdriver', {
@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!');