Skip to content

Instantly share code, notes, and snippets.

Avatar
💻
Learning Java

barraIhsan barraIhsan

💻
Learning Java
View GitHub Profile
@barraIhsan
barraIhsan / README.md
Last active November 19, 2021 13:01
Hypixel Bedwars Item
View README.md

Hypixel Bedwars Item

This gist will cover all the item in the bedwars item + shop, including the tag (Lore), item name in the api (player.stats.Bedwars.favourites_2), and the price of the item

Categories

GUI
@barraIhsan
barraIhsan / script.js
Last active February 27, 2023 05:47
Changes YouTube Logo To Premium (Tampermonkey Script)
View script.js
// ==UserScript==
// @name Youtube premium text
// @version 1.0.2
// @description Change YouTube logo to premium
// @author AxoCode
// @match https://www.youtube.com/*
// @icon https://www.youtube.com/s/desktop/0bcbb234/img/favicon_144x144.png
// @run-at document-end
// @license MIT
// ==/UserScript==