Content deleted Content added
→Hide all images until they are clicked on: faction > fashion ? |
mNo edit summary |
||
Line 1:
{{Wikipedia how to|HELP:NOSEE|HELP:NOIMAGE}}
{{Update|obsolete browser versions}}
Some people do not wish to see some images on Wikipedia for various reasons – images may not be [[NSFW|suitable for a work environment]]; they may wish to [[Wikipedia:Advice for parents|prevent their children from seeing such images]]; their religion may forbid it; and so on.
Wikipedia is [[WP:CENSOR|not censored]], and the community will in general not [[WP:Deletion|remove content]] on grounds of being objectionable to some people. Wikipedia will also [[Wikipedia:No disclaimers in articles|not use specific disclaimers]] within articles warning readers of such content. All articles fall under the site-wide '''[[Wikipedia:Content disclaimer|Content disclaimer]]'''.
Line 11:
Wikipedia readers can influence how Wikipedia content is displayed on their screens in two ways:
#By creating an account and reading Wikipedia while logged in. Logged-in users can use personal [[Help:Cascading Style Sheets|Cascading Style Sheets (CSS)]] to display images selectively (explained below).
#By filtering content locally, either by configuring their [[web browser]] (including the possibility to display no images at all), or by setting up a [[proxy server|proxy]] (such as [[Privoxy]]) (explained below).
Line 93:
: search result images can be turned off by altering the respective common.css for the skin being used and adding a rule to not display background images for spans of the class <code>.wvui-typeahead-suggestion__thumbnail</code>. For example:
<syntaxhighlight lang="css">span.wvui-typeahead-suggestion__thumbnail {
background-image:none !important;
}</syntaxhighlight>
Line 156:
* Note: Opera browser may not hide all the images properly.
====[[Internet Explorer]] 7 and onward====▼
#Click the "Tools" button.▼
#Select "Internet Options".▼
#Click the "Advanced" tab.▼
#Scroll down to "Multimedia" and uncheck "Show pictures".▼
====[[Safari (web browser)|Safari]] 3====
Line 171 ⟶ 165:
====[[lynx (web browser)|Lynx]]====
The use of a text-based web browser such as Lynx will allow you to view Wikipedia without seeing any images at all, unless explicitly downloaded and shown in a separate application.
▲#Click the "Tools" button.
▲#Select "Internet Options".
▲#Click the "Advanced" tab.
▲#Scroll down to "Multimedia" and uncheck "Show pictures".
===Install the Adblock Extension (Firefox)===
|