✨✨✨ Turbobrowse 2 ✨✨✨ Designed to run smoothly on Scratch, TurboBrowse 2 is much improved version of TurboBrowse, featuring caching, an extensive CSS library and a completely new engine. Oh, btw there's Dev Tools & Javascript now :) IT WILL LOOK BLURRY IF YOU RUN IT IN FULLSCREEN!! (Run it on turbowarp if you want FS) ❌❌❌❌ If you don’t know how to do something, keep reading, it’s most likely explained ❌❌❌❌ ✅✅✅✅[ TABLE OF CONTENTS ]✅✅✅✅ 1. How2Use 2. What websites will work 3. How to add your website to THIS project 4. Dev Tools (How to use) 5. HTML 6. CSS 7. Javascript First what happened (if you have already seen this project): I had to reshare since ST took this project down due to the internet access part. I have disabled internet access in the project so it should be fine. Other then that everything is the same. [1] Press the URL bar to type a URL, press the home button to go to the homepage of the browser, press the 3 lines to open up settings. If you want to skip the intro, press the home button or use the URL bar. If you want to make a website go to https://scratch.mit.edu/discuss/topic/767288/ [2] You can no longer use the internet with this project directly - a list of files/websites (and their contents) can be found in the parser sprite, down from where you will start at in the code. [3] If you want to make your own blog or showcase/ad in HTML, remix this project, go to the parser sprite and add your own websites! Then share and I’ll add your websites. More info/tutorial: https://scratch.mit.edu/discuss/topic/767288/ [4] To reload press r and . To open Dev Tools press d and . To move between the different sections of the dev tools: Elements (defualt): e + . Console: c + . Network/Urls (default): n + . Audio: a + . ⬇️SCROLL DOWN FOR DEV / CREDIT STUFF⬇️ ⬇️⬇️⬇️⬇️⬇️⬇️⬇️⬇️⬇️⬇️⬇️⬇️⬇️⬇️⬇️⬇️⬇️ Commands: r + . Reload d + . Dev Tools Python source code is in the project, the 'Hello' sprite How to use the Dev Tools: HTML inspect element When you scroll, you scroll the HTML code, to scroll the webpage, press '.' whilst scrolling. Use e,c,n,a + . to open Elements, Console, Network and Audio in the Dev tools. HTML elements: Headings: H1 - H6 Text: p,span Stylers: b,strong Misc: style,script Supported CSS: color background-color font-family font-size font-weight align-text display Supported Javascript: delay(ms); // delay(1000) is wait(1) whatever = getElementByID("id"); whatever = getElementsByTagNames("names"); whatever.innerHTML = "whatever"; whatever.style.color = "whatever"; whatever.style.backgroundColor = "whatever"; whatever.style.fontFamily = "whatever"; I had to disabled cloud connectivity. Credit: for music You can play the music by running the javascript command audio.start("song-name")