Oh I got it.

Open your browser and go to "Add bookmarks". Paste this code as URL:

javascript:(function () { var script = document.createElement('script'); script.src="//cdn.jsdelivr.net/npm/eruda"; document.body.appendChild(script); script.onload = function () { eruda.init() } })();

Now open a site and go in search bar. You will end up with this.

Press the bookmark that you recently created, and you will see a floating button press on that and boom!

Answer from user13658312 on Stack Overflow
🌐
Google Support
support.google.com › adsense › answer › 12654
Allow JavaScript in your browser - Google AdSense Help
You can set permissions in Google Chrome for all sites, or for specific sites you choose. Follow these instructions to turn on JavaScript for your computer, Android, and Apple devices.
🌐
AirDroid
airdroid.com › home › quick guides › how to enable javascript in chrome (android)
How to Enable JavaScript in Chrome (Android)
January 29, 2024 - This guide provides two methods to enable JavaScript in the Chrome app on Android devices. Detailed steps with pics are included.
🌐
Stack Overflow
stackoverflow.com › questions › 46672557 › how-to-run-javascript-on-a-mobile-website-with-console
android - How to run javascript on a mobile website with console? - Stack Overflow
You need to connect your device to your computer and access the console VIA the desktop chrome console. In the three little dot menu in the upper right corner, under more tools, there is and Remote devices options, click on it.
🌐
Aboutjavascript
aboutjavascript.com › en › how-to-enable-javascript-in-android.html
How to enable javascript in Android browser
Google Chrome · Internet Explorer ... on your phone. Select the "Browser" option. Click the menu button in the browser. Select "Settings" (located towards the bottom of the menu screen). Select "Advanced" from the Settings screen. Check the box next to "Enable Javascript" to ...
🌐
YouTube
youtube.com › watch
How to Enable JavaScript in Google Chrome on Android - YouTube
In this video I'll show you how to enable sites to try to run JavaScript in the Google Chrome app on your Android device.Timestamps:Introduction: 0:00Steps t...
Published   November 4, 2024
🌐
YouTube
youtube.com › watch
How To Enable Javascript in Chrome on Android - YouTube
Want to enable or disable Javascript on your Google Chrome browser of your android device? Check out this step by step video guide on enabling Javascripts on...
Published   April 21, 2018
Find elsewhere
🌐
Stack Overflow
stackoverflow.com › questions › 34974832 › execute-javascript-in-current-chrome-tab-in-android-without-pc
Execute JavaScript in current Chrome tab in Android (without PC) - Stack Overflow
... Due to the security model of Chrome, there doesn't seem to have a direct way to do this. A solution that works for me is a proxy so-called mitmproxy with a custom rule to add the script tag at the end of the head tag.
🌐
Google Support
support.google.com › chrome › thread › 217141426 › how-do-i-enable-java-script-on-my-phone
How do i enable Java script on my phone? - Google Chrome Community
Skip to main content · Google Chrome Help · Sign in · Google Help · Help Center · Community · Google Chrome · Privacy Policy · Terms of Service · Submit feedback · Send feedback on... This help content & information · General Help Center experience ·
🌐
LambdaTest
lambdatest.com › software-testing-questions › how-to-run-javascript-in-chrome-browser
How to Run JavaScript in Chrome Browser: A Quick Guide
Hit Enter to run the code. The browser will execute the JavaScript code provided after javascript:. For the example above, it will display an alert message with the text "Hello, world!". ... Some modern versions of Chrome might block complex scripts from running via the address bar due to security concerns.
🌐
Chrome Web Store
chromewebstore.google.com › detail › run-javascript › lmilalhkkdhfieeienjbiicclobibjao
Run Javascript - Chrome Web Store
| Feature | This Extension | Others ... execution prevention | ❌ Script conflicts | ## ⚡ Get Started in 60 Seconds: 1. Install the extension 2. Visit any website you want to customize 3. Click the extension icon in your toolbar ...
🌐
Activatejavascript
activatejavascript.org › en › instructions › android
How to activate & enable JavaScript on Android
Step-by-step instructions to activate & enable JavaScript in Chrome, Firefox, Safari, Microsoft Edge & Internet Explorer IE, Opera, iOS, & Android
🌐
Google Support
support.google.com › android › thread › 254759607 › need-to-enable-javascript-on-my-browser-on-my-android-phone
Need to enable javascript on my browser on my android phone - Android Community
Skip to main content · Android Help · Sign in · Google Help · Help Center · Community · Android · Terms of Service · Submit feedback · Send feedback on
🌐
WhatIsMyBrowser.com
whatismybrowser.com › guides › how-to-enable-javascript › chrome-mobile
Enable JavaScript on Chrome Mobile - WhatIsMyBrowser.com
March 24, 2022 - Enable JavaScript in Chrome Mobile to get the most out of it. Customize JavaScript settings including blocking and allowing JavaScript on certain sites.
🌐
EnableJavaScript
enablejavascript.io › en › how-to-enable-javascript-on-an-android-phonetablet
How to enable JavaScript on an Android Phone/Tablet - enablejavascript
So how can you tell if JavaScript is enabled on an Android phone or tablet? Well, there is a handy way to do that. In this guide, we will walk you through basic JavaScript introduction and show you how to turn on or turn off JavaScript on an Android smartphone in no time.
🌐
Google Support
support.google.com › admanager › answer › 12654
Allow JavaScript in your browser - Google Ad Manager Help
You can set permissions in Google Chrome for all sites, or for specific sites you choose. Follow these instructions to turn on JavaScript for your computer, Android, and Apple devices.
🌐
Quora
quora.com › How-do-you-execute-js-Javascript-files-in-Google-Chrome
How to execute .js (Javascript files) in Google Chrome - Quora
Answer (1 of 4): In browsers if you try to open the js file directly, they wont execute it but try to open with mime type of text/plain. This might not be a feature because of security.