Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to check View Source in Mobile Browsers (Both Android && Feature Phone)

I need to check the view source of the page from mobile / tablet browsers ( Android Phones/Tablets and Feature Phones).

I tried some of the methods but is not feasible like in desktop. I feels difficult to check it.

JS

javascript: alert(document.getElementsByTagName('html')[0].innerHTML); 

Chrome && Firefox (Android)

view-source:http://domain.com 

Is it there any other method to check in other browsers and in featured phone browsers

like image 208
Raaga Avatar asked Jul 23 '14 08:07

Raaga


People also ask

How do I view page source side by side?

Inspect Source Using Developer ToolsOpen Chrome and head to the page you want to inspect; then press Ctrl + Shift + i. A docked pane will open alongside the webpage you're viewing.


1 Answers

Now, adding view-source: before the site-address.com works on Chrome - Android. Source: https://www.quora.com/How-can-I-view-a-webpage-source-code-in-Google-chrome-mobile-version

like image 172
Marian07 Avatar answered Sep 24 '22 07:09

Marian07