// ==UserScript== // @name "Free" Roblox Items // @version 2025-5-30 // @description Trick your friends into thinking you can get anything for free! // @author Agent Sam // @match https://www.roblox.com/bundles/* // @match https://www.roblox.com/catalog/* // @match https://www.roblox.com/users/* // @match https://www.roblox.com/games/* // @match https://web.roblox.com/bundles/* // @match https://web.roblox.com/catalog/* // @match https://web.roblox.com/users/* // @match https://web.roblox.com/games/* // @grant none // @license GNU GPLv2 // @run-at document-body // @namespace https://greasyfork.org/users/1476253 // @downloadURL https://update.greasyfork.icu/scripts/537605/%22Free%22%20Roblox%20Items.user.js // @updateURL https://update.greasyfork.icu/scripts/537605/%22Free%22%20Roblox%20Items.meta.js // ==/UserScript== (function() { 'use strict'; document.addEventListener("DOMContentLoaded", () => { const urlParams = new URLSearchParams(window.location.search); const scriptSkip = urlParams.get('1'); if (scriptSkip) return; if (location.pathname.includes('bundles') || location.pathname.includes('catalog')) { const loop = setInterval(() => { if (document.querySelector('[class="price-row-container"]')) clearInterval(loop); document.querySelector('[class="price-row-container"]').innerHTML = '