Questions tagged [view-source]

view-source is an URL scheme that will display the source code of an url.

In FireFox, Sea Monkey, Google Chrome and up to Internet Explorer 6, prepending an url with view-source: will show the source code of the url. Due to security issues in Internet Explorer, the support for this URL Scheme was dropped with the release of Windows XP SP2.

93 questions
1
vote
1 answer

How to execute content script in view-scource scheme?

I want to excecute content script in view-scource scheme. As in the content script match patter they didn't specified it. Anyone know how to do that?
1
vote
0 answers

Does the URI scheme "View Source" cause the browser to load the content of the page?

Would the URI Scheme "View source" cause the content of a page to be loaded by the browser? For example, typing in the address bar of Chrome view-source:https://www.google.com would show you the source code for google.com where as typing in…
user92592
  • 233
  • 1
  • 2
  • 9
1
vote
1 answer

Windows 10 bootmgr Help: viewing the source code

I am in a process of learning things in reverse order for fun, and I have decided to dissect Windows 10, bit-by-bit, and learn what makes a great OS function. And I also suppose that my question will be geared in other ways as well. My question is,…
1
vote
0 answers

View Source Button - Not working anymore

Why does the primitive method no longer work on this page (in Chrome)? I use the same functionality on my website and it has stopped working as well. https://css-tricks.com/examples/ViewSourceButton/# Here is the line:
bprend
  • 15
  • 4
1
vote
0 answers

html/php content not rendering on view source until page refresh

I'm integrating an iframe with dynamic php content in its src on a checkout congratulations page. When the process is complete the iframe with code shows in Firebug, but not on view source in the browser. If I refresh the page the content shows in…
Naterade
  • 2,635
  • 8
  • 34
  • 54
1
vote
1 answer

How to download a Java applet from webpage?

I'm trying to figure out a way to download this one java class from a programming site, but I seem to be getting error when I try accessing the link after I viewed the source? Can anyone show me how to do this correctly? Or be willing to do a step…
ddonahoe
  • 11
  • 1
1
vote
2 answers

Get the raw page content with PhantomJS

Is it possible to get the raw html from a webpage using PhantomJS, before any javascript is executed. The following script is returning the html after all scripts are loaded and executed. var webPage = require('webpage'); var page =…
Tamás Pap
  • 17,777
  • 15
  • 70
  • 102
1
vote
1 answer

How can view jquery appended data using browsers view page source option?

Iam appending some data to a table in my php page. Data is shown in web page. That's ok. Then I opened the view page source in my web browser. But I didn't see that data in page source. Is there any method to show that data in page source? This is…
Nithin Mohan
  • 750
  • 16
  • 34
1
vote
4 answers

inject text from javascript to html "View source"

When I change text using JavaScript The text does not appear in the HTML "View source". Is it possible to inject information to the HTML "View source". (When I write View source I mean to While you pressing on the right mouse button in the browser…
Danny
  • 161
  • 1
  • 2
  • 7
1
vote
0 answers

Chrome Form Submit POST Data View Source Not Working

See these Code and debug in chrome "; } else { echo "You Can't view the source of THIS LINE using Chrome."; } ?> When i…
Yaser Ranjha
  • 107
  • 2
  • 9
1
vote
2 answers

Why do some websites take longer to load when clicking "view source"?

I'm trying to figure out how the sublime text community package list works over at http://wbond.net/sublime_packages/community The page itself displays after about a second and seems fine to use. You can inspect element too, and that also works…
Lars
  • 7,908
  • 11
  • 52
  • 70
1
vote
1 answer

when can a page source has contents but not displayed on web page?

I'm developing a fb web app. I have got a situation in which view-source of web page shows contents but not displayed on actual page. But when I refresh the page it displays. Can anyone explain why it happens? I've used may redirections before…
nbbk
  • 1,102
  • 2
  • 14
  • 32
0
votes
1 answer

Why does my favicon revert to a server icon when I call "View Source"?

This website has a favicon: link rel="shortcut icon" href="http://www.pathfolios.com/sites/default/files/Untitled-1%20copy%20%281%29.png" type="image/png" The favicon appears normally when accessing pages within the site. When using admin pages…
0
votes
1 answer

Does the large number of page `view source` lines make sense?

Many times when I view source my page.aspx, I find lots of lines (HTML, styles, java script, view states, etc) maybe thousands of lines. On the other side when I view the source of more complicated pages of others' sites like (SOF), I find small…
Anyname Donotcare
  • 11,113
  • 66
  • 219
  • 392
0
votes
1 answer

Is there a way to disable table row blur ( tr.blur ) from a 3rd party website using DOM editor?

Is it possible to diable tr.blur using DOM filters ? I tried using ublock origins extension. I could diable the whole row or entry but not the blur only. I want to know if it is possible from a browser to remove tr.blue from a website. I tried…
Good Boy
  • 21
  • 1
  • 1
  • 3