Skip to content

Alternative Bookmarklet [Recommened]

Latest
Compare
Choose a tag to compare
@DeroXP DeroXP released this 17 May 21:10
· 70 commits to main since this release
9c1e027
javascript:(async function() {   const scriptUrl = 'https://raw.githubusercontent.com/DeroXP/gfy/main/custom.js';   try {     const response = await fetch(scriptUrl);     if (!response.ok) {       throw new Error(`Failed to fetch script from ${scriptUrl}`);     }     const scriptText = await response.text();     if (scriptText.trim()) {       try {         eval(scriptText);       } catch (executionError) {         console.error('Execution error:', executionError.message);       }     } else {       throw new Error('Fetched script is empty');     }   } catch (error) {     console.error('Error:', error.message);   } })();

hearts and love to the newest update ppl ❤️