Skip to main content

Questions tagged [browser]

A browser is a software application for surfing hypertext markup; created for surfing the world wide web, they can be utilized for consuming information in private networks also, as well as local environments.

Filter by
Sorted by
Tagged with
1 vote
2 answers
237 views

Bands and Bonds is a browser clicker game about delving in a dungeon. It has the particularity that only one of the actions you may take can be auto-repeated at the same time: You may start several ...
Themoonisacheese's user avatar
2 votes
1 answer
375 views

Introduction This problem is a challenge that has to do with DOM manipulation at scale and overcoming some issues that may be inherent in dealing with the DOM. This challenge is interesting because ...
Dodzi Dzakuma's user avatar
-1 votes
1 answer
199 views

Background Many people visit webpages, which require special browsers because of lack of compatibility. So you have to write a script (client sided or server sided), which just prints the name of the ...
univalence's user avatar
  • 1,669
11 votes
5 answers
2k views

In the beginning there was NCSA Mosaic, and Mosaic called itself NCSA_Mosaic/2.0 (Windows 3.1), and Mosaic displayed pictures along with text, and there was much ...
Oliver Ni's user avatar
  • 10.7k
36 votes
50 answers
12k views

Your job is to open a browser window of the default browser to http://codegolf.stackexchange.com. Your code must open the browser itself, and cannot rely on an open one. This is code-golf, so the ...
noɥʇʎԀʎzɐɹƆ's user avatar
8 votes
0 answers
2k views

Trick the user that StackExchange is broken: It can be done in several ways: Your program starts a browser in some certain way (with a proxy server, for example); Your program shows static picture; ...
Vi.'s user avatar
  • 2,727
2 votes
2 answers
360 views

I have a problem when posting an answer to a question that already have several answers and/or several comments: The "post your answer" form sits on bottom, the answer is on top. There is an awful ...
Mindwin Remember Monica's user avatar
5 votes
10 answers
6k views

Your task today is to create a HTML page. This page, when opened in a browser, behaves as if the browser has a problem (hanging, crashing, network error, virus, etc.) You can use all the HTML(5), CSS(...
xem's user avatar
  • 5,823
19 votes
1 answer
2k views

This is going to be relatively challenging code-golf challenge. Input: Any URL, must have the protocol attached, e.g. http://codegolf.stackexchange.com (which will be our test case) Output: A ...
Eliseo D'Annunzio's user avatar