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
| // THIS SCRIPT ALLOW YOU TO ACCEPT ALL THE CONNECTION REQUESTION IN ONE GO. ON LINKEIND | |
| // USE IT AT YOUR OWN RISK. THIS MAY CAUSE ACCOUNT BAN :) | |
| // BY RUNNING THIS SCRIPT YOU AGREED TO - FUCK AROUND AND FIND OUT. | |
| // TERMS AND CONDITION APPLIED | |
| (async () => { | |
| const sleep = ms => new Promise(r => setTimeout(r, ms)); | |
| const norm = el => (el.textContent || "").replace(/\s+/g, " ").trim(); | |
| const clickAccept = () => { | |
| const buttons = [...document.querySelectorAll("button")] |
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
| <symbol id="work" viewBox="0 0 24 24"> | |
| <path | |
| fillRule="evenodd" | |
| clipRule="evenodd" | |
| d="M4 5.78571C4 4.80909 4.78639 4 5.77778 4H18.2222C19.2136 4 20 4.80909 20 5.78571V15H4V5.78571ZM12 12c0-.5523.4477-1 1-1h2c.5523 0 1 .4477 1 1s-.4477 1-1 1h-2c-.5523 0-1-.4477-1-1ZM8.27586 6.31035c.38089-.39993 1.01387-.41537 1.4138-.03449l2.62504 2.5c.1981.18875.3103.45047.3103.72414 0 .27368-.1122.5354-.3103.7241l-2.62504 2.5c-.39993.3809-1.03291.3655-1.4138-.0344-.38088-.4-.36544-1.033.03449-1.4138L10.175 9.5 8.31035 7.72414c-.39993-.38089-.41537-1.01386-.03449-1.41379Z" | |
| fill="currentColor" | |
| /> | |
| <path | |
| d="M2 17v1c0 1.1046.89543 2 2 2h16c1.1046 0 2-.8954 2-2v-1H2Z" | |
| fill="currentColor" |
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
| function BentoGrid() { | |
| return ( | |
| <section className="flex flex-col justify-center min-h-screen text-white items-center pt-20 lg:pt-0"> | |
| <div className="grid grid-cols-1 md:grid-cols-2 gap-4 w-full max-w-screen-lg h-full p-4 md:p-8"> | |
| {/* Task Management */} | |
| <div className="bg-background text-center text-background rounded-3xl shadow-lg flex flex-col justify-left items-left"> | |
| <img src="/bento-1.png" alt="Task Management Image" className="rounded-lg" /> | |
| <div className="p-4 mb-4"> | |
| <h2 className="text-lg md:text-xl font-bold mt-4 text-left"> | |
| Task Management |