Skip to content

Instantly share code, notes, and snippets.

View p-raj's full-sized avatar
♾️

PR 花蜜 p-raj

♾️
View GitHub Profile
@p-raj
p-raj / agent loop
Created March 11, 2025 07:10 — 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
@p-raj
p-raj / star-of-my-star
Last active May 23, 2021 06:22
Clone stars from another account
let a = document.getElementsByClassName('btn btn-sm');
let t = a.length * 100 * 3;
const star = (a) => {
console.log(a);
a.click();
}
for (var i=0; i< a.length; i++) {