What's new

Edit a webpage

Create a bookmark... Any we page will do.

Then go into bookmarks go to edit and copy this to the page link...

javascript:(function(){var a=window.open('about:blank').document;a.write('<!DOCTYPE html><html><head><title>Source of '+location.href+'</title><meta name="viewport" content="width=device-width" /></head><body></body></html>');a.close();var b=a.body.appendChild(a.createElement('pre'));b.style.overflow='auto';b.style.whiteSpace='pre-wrap';b.appendChild(a.createTextNode(document.documentElement.innerHTML))})();

Rename book mark something like "view source"

Job done
 
iLloyd said:
Create a bookmark... Any we page will do.

Then go into bookmarks go to edit and copy this to the page link...

javascript:(function(){var a=window.open('about:blank').document;a.write('<!DOCTYPE html><html><head><title>Source of '+location.href+'</title><meta name="viewport" content="width=device-width" /></head><body></body></html>');a.close();var b=a.body.appendChild(a.createElement('pre'));b.style.overflow='auto';b.style.whiteSpace='pre-wrap';b.appendChild(a.createTextNode(document.documentElement.innerHTML))})();

Rename book mark something like "view source"

Job done

javascript:(function(){var a=window...ode(document.documentElement.innerHTML))})(); .... Can't get rid of the smiley sorry
 
Create a bookmark... Any we page will do.

Then go into bookmarks go to edit and copy this to the page link...

javascript:(function(){var a=window.open('about:blank').document;a.write('<!DOCTYPE html><html><head><title>Source of '+location.href+'</title><meta name="viewport" content="width=device-width" /></head><body></body></html>');a.close();var b=a.body.appendChild(a.createElement('pre'));b.style.overflow='auto';b.style.whiteSpace='pre-wrap';b.appendChild(a.createTextNode(document.documentElement.innerHTML))})();

Rename book mark something like "view source"

Job done
Perfect
Tanks
 

Most reactions

Latest posts

Back
Top