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
alert('Hello World!'); |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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 |
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
// 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', { |
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
@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"] { |
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
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_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 | |
vim.g.neovide_refresh_rate = 165 -- This setting is only effective when not using vsync, for example by passing --no-vsync on the commandline. |
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
[38;2;130;90;81;48;2;115;85;75m▄[38;2;130;90;79;48;2;119;83;70m▄[38;2;131;91;80;48;2;119;82;72m▄[38;2;130;92;80;48;2;120;82;73m▄[38;2;130;91;80;48;2;120;82;73m▄[38;2;132;92;81;48;2;120;82;73m▄[38;2;132;94;81;48;2;121;83;73m▄[38;2;133;95;82;48;2;121;83;74m▄[38;2;135;95;83;48;2;122;85;75m▄[38;2;134;97;84;48;2;124;86;76m▄[38;2;137;96;84;48;2;125;87;77m▄[38;2;139;98;85;48;2;126;89;79m▄[38;2;141;101;87;48;2;127;89;80m▄[38;2;142;102;89;48;2;128;90;80m▄[38;2;143;103;91;48;2;131;91;80m▄[38;2;146;106;93;48;2;134;94;83m▄[38;2;150;110;96;48;2;138;97;86m▄[38;2;151;111;98;48;2;139;98;87m▄[38;2;154;114;100;48;2;140;100;89m▄[38;2;155;115;102;48;2;141;101;90m▄[38;2;156;116;103;48;2;143;102;91m▄[38;2;158;118;105;48;2;144;104;92m▄[38;2;158;119;107;48;2;146;106;93m▄[38;2;160;120;109;48;2;146;106;94m▄[38;2;162;122;112;48;2;147;107;94m▄[38;2;163;123;114;48;2;147;107;95m▄[38;2;162;123;113;48;2;148;108;95m▄[38;2;160;121;107;48;2;148;108;96m▄[38;2;159;120;107;48;2;149;109;97m▄[38;2;159;120;106;48;2;150; |