!Update! (31) Sadly we had to delete Approximately 95% of the about:blank games since they do not work😭
Bring this to your bookmarks bar to auto close tabs
data:text/html;charset=utf-8,<!DOCTYPE html>%0A<html lang%3D"en">%0A<head>%0A <meta charset%3D"UTF-8">%0A <meta name%3D"viewport" content%3D"width%3Ddevice-width%2C initial-scale%3D1.0">%0A <title>LightSPED Killer Agent<%2Ftitle>%0A <link rel%3D"shortcut icon" type%3D"image%2Fpng" href%3D"https%3A%2F%2Fraw.githubusercontent.com%2FBlobby-Boi%2FLightSPED-Killer-Agent%2Frefs%2Fheads%2Fmain%2Flightspeed.png">%0A <script>%0A document.addEventListener("DOMContentLoaded"%2C () %3D> %7B%0A const main %3D "https%3A%2F%2Fraw.githubusercontent.com%2FBlobby-Boi%2FLightSPED-Killer-Agent%2Frefs%2Fheads%2Fmain%2Findex.html"%3B%0A const fallback %3D "https%3A%2F%2Fcdn.jsdelivr.net%2Fgh%2FBlobby-Boi%2FLightSPED-Killer-Agent%2Findex.html"%3B%0A%0A fetch(main)%0A .then(response %3D> %7B%0A if (!response.ok) throw new Error("Primary URL failed")%3B%0A return response.text()%3B%0A %7D)%0A .catch(() %3D> %7B%0A return fetch(fallback).then(response %3D> %7B%0A if (!response.ok) throw new Error("Fallback URL failed")%3B%0A return response.text()%3B%0A %7D)%3B%0A %7D)%0A .then(html %3D> %7B%0A document.open()%3B%0A document.write(html)%3B%0A document.close()%3B%0A %7D)%0A %7D)%3B%0A <%2Fscript>%0A<%2Fhead>%0A<%2Fhtml>%0A%0A%0A#2 %0A%0APrint3r%0AA tool is currently being worked on to make these steps easy but right now this is the only way to use Print3r so I apologize in advanced%0A%0AInstructions%0AFind your extension id. To find it go to chrome://extensions then click the extension, then copy the 32 character code after "?id=" in the search bar. That is your extension ID.%0A%0ATo begin the exploit, find your extension's largest file. Use this tool to find the largest file. Alternatively, just go to chrome-extension://[PASTEIDHERE]/main.js (it may not work though).%0A%0AOkay, once on the large file for your extension you want to disable, press Ctrl+P to print the page.%0A%0AA print window should show up, with several pages in the top right. Do everything you can to increase that number. Shrink down margins, change layout to landscape, anything you can. The higher you get that number, the longer the effect will last.%0A%0ANow reload the page%0A%0AGo to your extension's setting page, which is chrome://extensions://?id=[ID HERE] It should be the same page where you got your extension ID.%0A%0ANow duplicate your "printing" tab by right clicking it and pressing "duplicate."%0A%0AGo back to the settings page from step 6, and flip any switch you find. (Usually, there is one call Allow access to file URLs)%0A%0A(Made instructions to work with all extensions not just light speed)%0A%0A#3 %0A%0Ahttps://lightspeeddisabler.playcode.io/
ABOUT:BLANK
z<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Fullscreen Iframe By Ggoose</title> <style> body { display: flex; justify-content: center; align-items: center; height: 100vh; background-color: black; margin: 0; } #iframe-container { width: 75vw; height: 75vh; border-radius: 15px; overflow: hidden; background-color: white; box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } iframe { width: 100%; height: 100%; border: none; border-radius: 15px; } #fullscreen-button { width: 50px; height: 50px; background-color: grey; border: none; border-radius: 10px; cursor: pointer; margin-left: 20px; display: flex; justify-content: center; align-items: center; } </style> </head> <body> <div id="iframe-container"> <iframe id="my-iframe" srcENTER URL HERE/////////////////////////////////////// ///></iframe> </div> <button id="fullscreen-button" onclick="openGame()">⛶</button> <script> function openGame() { var iframe = document.getElementById('my-iframe'); var win = window.open("", "_blank"); var url = iframe.src; var newIframe = win.document.createElement('iframe'); newIframe.style.position = "absolute"; newIframe.style.top = "0"; newIframe.style.left = "0"; newIframe.style.width = "100vw"; newIframe.style.height = "100vh"; newIframe.style.border = "none"; newIframe.src = url; win.document.body.style.margin = "0"; win.document.body.appendChild(newIframe); win.alert("Enjoy the proxy!"); } </script> </body> </html>