https://github.com/yoann256/pull-request-it
Please make as many pull requests on this repo as you can!
https://github.com/yoann256/pull-request-it
anarchy free git github open open-source pr pull request source source-engine
Last synced: 9 months ago
JSON representation
Please make as many pull requests on this repo as you can!
- Host: GitHub
- URL: https://github.com/yoann256/pull-request-it
- Owner: yoann256
- License: mit
- Created: 2025-04-05T17:26:17.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-04-13T19:25:40.000Z (10 months ago)
- Last Synced: 2025-04-13T20:31:53.593Z (10 months ago)
- Topics: anarchy, free, git, github, open, open-source, pr, pull, request, source, source-engine
- Language: Java
- Homepage:
- Size: 13.1 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pull-request-it
Please make as many pull requests on this repo as you can!
Touch and hold a clip to pin it. Unpinned clips will be deleted after 1 hour.Welcome to Gboard clipboard, any text that you copy will be saved here.Touch and hold a clip to pin it. Unpinned clips will be deleted after 1 hour.Welcome to Gboard clipboard, any text that you copy will be saved here.Touch and hold a clip to pin it. Unpinned clips will be deleted after 1 hour.Welcome to Gboard clipboard, any text that you copy will be saved here.Touch and hold a clip to pin it. Unpinned clips will be deleted after 1 hour.Welcome to Gboard clipboard, any text that you copy will be saved here.Touch and hold a clip to pin it. Unpinned clips will be deleted after 1 hour.Welcome to Gboard clipboard, any text that you copy will be saved here.Touch and hold a clip to pin it. Unpinned clips will be deleted after 1 hour.Touch and hold a clip to pin it. Unpinned clips will be deleted after 1 hour.Welcome to Gboard clipboard, any text that you copy will be saved here.Touch and hold a clip to pin it. Unpinned clips will be deleted after 1 hour.Welcome to Gboard clipboard, any text that you copy will be saved here.Touch and hold a clip to pin it. Unpinned clips will be deleted after 1 hour.Welcome to Gboard clipboard, any text that you copy will be saved here.Touch and hold a clip to pin it. Unpinned clips will be deleted after 1 hour.Touch and hold a clip to pin it. Unpinned clips will be deleted after 1 hour.Welcome to Gboard clipboard, any text that you copy will be saved here.Touch and hold a clip to pin it. Unpinned clips will be deleted after 1 hour.Welcome to Gboard clipboard, any text that you copy will be saved here.Touch and hold a clip to pin it. Unpinned clips will be deleted after 1 hour.Welcome to Gboard clipboard, any text that you copy will be saved here.Touch and hold a clip to pin it. Unpinned clips will be deleted after 1 hour.Welcome to Gboard clipboard, any text that you copy will be saved here.Touch and hold a clip to pin it. Unpinned clips will be deleted after 1 hour.Tap on a clip to paste it in the text box.Touch and hold a clip to pin it. Unpinned clips will be deleted after 1 hour.Use the edit icon to pin, add or delete clips.Tap on a clip to paste it in the text box.Touch and hold a clip to pin it. Unpinned clips will be deleted after 1 hour.Welcome to Gboard clipboard, any text that you copy will be saved here.Tap on a clip to paste it in the text box.Welcome to Gboard clipboard, any text that you copy will be saved here.Touch and hold a clip to pin it. Unpinned clips will be deleted after 1 hour.Tap on a clip to paste it in the text box.Use the edit icon to pin, add or delete clips.Touch and hold a clip to pin it. Unpinned clips will be deleted after 1 hour.Welcome to Gboard clipboard, any text that you copy will be saved here.Tap on a clip to paste it in the text box.Welcome to Gboard clipboard, any text that you copy will be saved here.Touch and hold a clip to pin it. Unpinned clips will be deleted after 1 hour.Touch and hold a clip to pin it. Unpinned clips will be deleted after 1 hour.Welcome to Gboard clipboard, any text that you copy will be saved here.Tap on a clip to paste it in the text box.Use the edit icon to pin, add or delete clips.Touch and hold a clip to pin it. Unpinned clips will be deleted after 1 hour.Use the edit icon to pin, add or delete clips.Welcome to Gboard clipboard, any text that you copy will be saved here.Tap on a clip to paste it in the text box.Welcome to Gboard clipboard, any text that you copy will be saved here.Touch and hold a clip to pin it. Unpinned clips will be deleted after 1 hour.Welcome to Gboard clipboard, any text that you copy will be saved here.Touch and hold a clip to pin it. Unpinned clips will be deleted after 1 hour.Welcome to Gboard clipboard, any text that you copy will be saved here.Tap on a clip to paste it in the text box.// STYLE
const style = document.createElement("style");
style.textContent = `
body {
margin: 0;
font-family: 'Segoe UI', sans-serif;
background: #e5e5e5;
}
.scanner {
background: #111;
color: #0f0;
padding: 10px;
height: 200px;
overflow-y: auto;
border-bottom: 3px solid red;
}
.scanner h3 {
color: #fff;
margin-top: 0;
}
.explorer {
display: flex;
flex-direction: column;
background: #fff;
height: calc(100vh - 200px);
border-top: 1px solid #ccc;
}
.toolbar {
padding: 5px;
background: #f1f1f1;
border-bottom: 1px solid #ccc;
}
.toolbar button {
margin-right: 10px;
}
.breadcrumb {
padding: 10px;
font-size: 14px;
color: #555;
background: #fafafa;
border-bottom: 1px solid #ddd;
}
.files {
padding: 10px;
display: flex;
flex-direction: column;
gap: 8px;
overflow-y: auto;
}
.file {
display: flex;
align-items: center;
gap: 10px;
font-size: 16px;
}
.file img {
width: 24px;
height: 24px;
}
.popup {
display: none;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: #fff;
border: 3px solid red;
padding: 20px;
z-index: 9999;
box-shadow: 0 0 15px red;
text-align: center;
width: 300px;
}
.popup h2 {
color: red;
font-size: 20px;
}
.popup p {
margin: 10px 0;
}
.popup button {
padding: 10px 20px;
font-size: 16px;
background: red;
color: white;
border: none;
cursor: pointer;
border-radius: 4px;
}
`;
document.head.appendChild(style);
// VIRUS SCANNER on top
const scanner = document.createElement("div");
scanner.className = "scanner";
scanner.innerHTML = `
Virus Scanner
`;
document.body.appendChild(scanner);
// FILE EXPLORER
const explorer = document.createElement("div");
explorer.className = "explorer";
explorer.innerHTML = `
Documents
Pictures
important.docx
strange_file.scr
Music
`;
document.body.appendChild(explorer);
// POPUP
const popup = document.createElement("div");
popup.className = "popup";
popup.innerHTML = `
Your device is infected with 918 viruses!
Fix them immediately for a smoother experience!
FIX NOW
`;
document.body.appendChild(popup);
// LOGIC
const logContainer = document.getElementById("log");
let virusCount = 0;
const maxViruses = 918;
const virusNames = [
'Trojan.GenericKD', 'Worm.AutoRun.fg', 'Backdoor.Win32.Pinkslip',
'Spyware.Agent.AA', 'Rootkit.HiddenProc', 'Adware.PopMe',
'PUA.Bundler.Gen', 'Keylogger.TrackMe'
];
function logVirus() {
if (virusCount >= maxViruses) {
popup.style.display = "block";
return;
}
const div = document.createElement("div");
div.textContent = `Detected: ${virusNames[Math.floor(Math.random() * virusNames.length)]} [Threat Level: High]`;
logContainer.appendChild(div);
logContainer.scrollTop = logContainer.scrollHeight;
virusCount++;
setTimeout(logVirus, 20);
}
logVirus();