JavaScript for Inspect Element
JavaScript:
javascript:(function () {
var script = document.createElement('script');
script.src="//cdn.jsdelivr.net/npm/eruda";
document.body.appendChild(script);
script.onload = function () {
eruda.init()
}
})();
Link of this code if you want to share with anyone where this JavaScript can't be copied:
Note:::
# U can get inspect element in mobile chrome or any browser just copy this JavaScript and make a bookmark in chrome and go to edit option, clear it's default link paste this JavaScript.
And it's enabled. Just visit any website and if you want to enable it, simply in search option search "Inspect Element " and little black ball like button will be shown in the bottom corner, click on that and that's the thing u were wanting.