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.

86 questions
0
votes
1 answer

Can't echo code correctly. CSS dissapears

I want to make an email-signature page with Elementor and then generate the HTML-code like the code when you that appears when you "View Source" of a page, but code gets not exactly correct. I am using a Custom post type and a Elementor template…
codesid
  • 21
0
votes
1 answer

How to fix infinite loading of view-source after using Angular Universal?

I am currently trying to instaure Google Adsense on the website http://sightmess.com . It was made with Angular, that is why I used Angular Universal in order to display the HTML view-source and hopefuly be accepted by Google Adsense bot. The…
0
votes
0 answers

IE11 Closes when attempting to view source or use F12

We have a set of users who cannot view source or use developer tools in IE11 on Windows 10. right clicking to view source closes the browser with no errors being displayed or found in event viewer. If you hit F12 it will open briefly and then will…
0
votes
1 answer

Viewing the source code of a specific URI

I m trying to view the source code of this particular page in naaptol. but unfortunately its been redirected to failure or some other page. How can i stop this redirection and view the source code. Link…
0
votes
1 answer

Page Source vs Inspect

I'm trying to convert YouTube videos to mp3 (for personal use) and for that, I'm using the following converter https://www.yt2mp3s.me The problem is that I cannot get generated download link as the HTML output doesn't contain this links but when…
Petros Mosoyan
  • 159
  • 1
  • 11
0
votes
0 answers

Google Scripts - Retreive UrlFetchApp.fetch after javascript edited the page

I am trying to fetch a page (rotoql.com) using Google App Script's UrlFetchApp.fetch, but the rotoql.com is different in the 'Inspect Element' of a browser than it is in the 'View Source'. Unfortunately, UrlFetchApp.fetch grabs the 'View Source'…
0
votes
0 answers

How to see final html when http requesting

I call a http request to get the html of a url. The same also happens, for example, when doing "view source" in Firefox. As you know, the html is different than the final html of the site as it is seen in the browser itself. Is there a way to call…
Amos
  • 1,181
  • 2
  • 21
  • 39
0
votes
0 answers

How to get full html sourcecode after page dynamically loaded

I need to save my .php file as an .html for backup with using PHP whenever page called (I am going to use ob_start() for it). But the page content is not static. I am using AJAX to load the content. That's why view-source: does not show the dynamic…
0
votes
1 answer

Node.js View Source Breaks Filesystem Module

I am trying to create a web server in node.js, but I have run into a weird problem. The server responds correctly to a request to view the page, but when I view the page source on some browsers, the node server throws the error fs.js:379 …
forthe
  • 358
  • 3
  • 14
0
votes
1 answer

ViewController or ViewSource?

I have an iOS app where two of my Tabs are following a same View with just a bit of change in the logic.Rather than that everything else is the same. But now the problem is occurring when i Rotate the app it misbehaves sometime. So i wanted to know…
UserID0908
  • 88
  • 1
  • 14
0
votes
4 answers

How does IE7's "View Source" button interact with javascript?

I'm debugging someone else's code for a web page that is made with ASP.NET with some javascript effects. It's a form that we are pre-populating with edit-able data, and one of the text boxes is getting populated with an incorrect value. I know that…
Ryan
  • 9,742
  • 7
  • 40
  • 56
0
votes
0 answers

Angular Universal + Https - Home page view-source

I have strange problem with Angular 5 + Angular Universal + Https protocal. I can check view-source in browser on every page except home page with /:lang route. I did AuthGuard for home page like that : import { Injectable } from…
Patryk Panek
  • 365
  • 2
  • 20
0
votes
0 answers

How to show a file download link in my website if the visitor is logged in with Firebase authentication?

How to show a file download link in my website if the visitor is logged in with Firebase authentication? I can use the JavaScript if (user) for checking if the user is signed in. But if I use if…
0
votes
1 answer

Why doesn't select2 container show in view source?

Trying to understand how this "select2" Jquery plugin works. I know it hides the regular select element and add it's own elements to provide some kind of a dropdown with search experience and when using "inspect element" i see the select2 container…
Nori
  • 121
  • 8
0
votes
1 answer

get whole html source of webpage with c# or get data of jquery code with c#

Accourding to this reply we can just see HTML codes which was sent by server to browser. The "View Source" only shows the source the server sent at the time the browser requested the particular webpage from the server. Therefore, since these…
S.Hoseinpoor
  • 351
  • 1
  • 8
  • 18