Skip to main content

All Questions

Tagged with
0 votes
3 answers
1k views

Capture text from website that's disabled copy-paste, printing and viewing source

I'd like to capture text from a website (for personal usage, not business) but unfortunately they have disabled copy-paste, printing and viewing the source. Is there another way of capturing the text?
intrigued_66's user avatar
2 votes
1 answer
117 views

Pure HTML document apparently has some JavaScript running in the background in Firefox

I had to make asimple Pure HTML Document with no CSS and no JavaScript, to see how some Unicode Characters look like. While viewing this Document in Mozilla FireFox, it showed the Unicode Characters ...
Prem's user avatar
  • 1,300
0 votes
3 answers
1k views

Web site does not show ads - GoogleSyndication.com Server not found [closed]

I put a Google Ad in a MOST BASIC web page. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> &...
IceCold's user avatar
  • 2,101
1 vote
1 answer
1k views

How to POST HTTP data into a 'disabled' input field in HTTP form?

I need to post data into a box that is showed to me but I am unable to click on it. After inspecting the element in Firefox, I noticed that the input field says 'disabled'=disabled in the tags and ...
learnerX's user avatar
  • 394
8 votes
3 answers
10k views

Advertisement suddenly appearing on top of almost every page

Since this morning strange advertisement is appearing on top of many pages I open in webbrowser (see screenshot at the end). It's happening in any browser (tested FF, IE and Chrome), on any of three ...
Martin Prikryl's user avatar
0 votes
1 answer
4k views

How to Open/Close An HTML Select Using JavaScript in Internet Explorer, FireFox and Chrome

How to open an HTML select using the JavaScript that ... I - Have good aesthetics (preserves layout); II - Be compatible with Internet Explorer, FireFox and Chrome; III - Use the select itself; ...
Eduardo Lucio's user avatar
2 votes
3 answers
12k views

How to view a page's source when a javascript modal popup loads first?

Scenario: You go to a page. Before loading, a javascript modal popup loads. Firebug has yet to pick up on the source. However, this code is obviously living in your browser. How can you view the ...
Chris's user avatar
  • 583