Help:Options to hide an image

From Justapedia, unleashing the power of collective wisdom
Jump to navigation Jump to search

Some people do not wish to see some images on Justapedia for various reasons – images may not be suitable for a work environment; they may wish to prevent their children from seeing such images; their religion may forbid it; and so on.

Justapedia is not censored, and the community will in general not remove content on grounds of being objectionable to some people. Justapedia will also not use specific disclaimers within articles warning readers of such content. All articles fall under the site-wide Content disclaimer. However, readers who do not wish to be exposed to certain content have a number of options to selectively prevent Justapedia content from being displayed on their screen.

This page is more suitable for you if:

  1. you still want to visit Justapedia (rather than creating a fork or simply staying away) and,
  2. you find an image offensive but, apart from your perception of its offensiveness, have nothing more to add, within the premises of Justapedia policies, to the discussions pertaining to replacement or removal of images by building consensus.

Justapedia readers can influence how Justapedia content is displayed on their screens in two ways:

  1. By creating an account and reading Justapedia while logged in. Logged-in users can use personal Cascading Style Sheets to display images selectively (explained below).
  2. 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 (such as Privoxy) (explained below).

Justapedia user preferences

To create an account, visit this page.

People with an account on the Justapedia website are able to use features of the wiki software to disable specific images or sets of images from being displayed:

Hide all images until they are clicked on

All images will be replaced by this Battenburg pattern until you click on them in order to view the image

Once you've created an account, you can hide all images and view them by clicking on the placeholder. To hide images in this faction, you'll first need to install a user script (see User:Anomie/hide-images). To install the required user script, simply follow the directions below:

Instructions for installation

First, copy the following text below to your common.js page:

importScript('User:Anomie/hide-images.js');

Then, copy the following text below to your common.css page:

@import url('//en.wikipedia.org/w/index.php?action=raw&title=User:Anomie/hide-images.css&ctype=text/css');

To reveal and display an individual image on a Justapedia page, simply click on the checkerboard pattern. You can simply reload the page in order to re-hide the images. To turn this entire feature off, simply undo the changes you made when you followed the instructions above.

Disable images on specific pages

Once you've created an account, you can disable the images on a specific page by changing your personal settings at your common.css page. This allows you to avoid viewing images that may offend you, but without affecting images from being displayed as normal on other unrelated pages. To do this, follow the instructions below:

Instructions for installation

To install this script, click on this link here: Special:MyPage/common.css. Create the page if it doesn't exist, and with the following text below added to it:

.page-(page name) img {display: none;}

Where you'll replace (page name) with the actual name of the page you wish to apply the restriction to. For example: To disable images from automatically displaying on the Muhammad article, your script will look like this:

.page-Muhammad img {display: none;}


If the page name includes spaces or punctuation marks, use underscores instead. An example is below:

Incorrect

.page-Muhammad (name) img {display: none;}

Correct

.page-Muhammad_name img {display: none;}

Disable specific images

You can also disable specific images by individual filename. To enable this option, follow the instructions listed below:

Instructions for installation

To install this script, click on this link here: Special:MyPage/common.css. Create the page if it doesn't exist, and with the following text below added to it:

body a[href="/wiki/File:(file name)"] {display: none;}

Where you'll replace (file name) with the actual name of the image's page (including the file extension). For example: To disable this image from automatically being displayed anywhere on Justapedia, your script will look like this:

body a[href="/wiki/File:Silver-service-star.png"] {display: none;}

Remember to replace spaces and punctuation marks within file names with underscores.

If you wish to disable an image on another project from displaying automatically (for example, the Wikimedia Commons), you script will look like this:

body a[href="//commons.wikimedia.org/wiki/File:(file name)"] {display: none;}

Where, again, you'll replace (file name) with the actual name of the image's page (including the file extension).

Remember: Keep in mind that the images included in any given article, and their filenames, can change at ant time, and generally may change over time as the relevant article or page develops.

Here is an example file addressing content preferences with regard to depictions of Muhammad aimed at moderately strict Sunni Muslims. It's an example. Individual content preferences may vary.

Disable all images of the "bad image list"

MediaWiki:Bad image list restricts specified images from being seen except on its image page and certain articles. It is possible to prevent these images from being viewed at all by changing your account's JavaScript page. See User:Mr.Z-man/badimages for details.

Note that this has limited utility as images are added to the bad image list because of concerns about disruptive use and vandalism, not because someone finds the image objectionable. Many images that some readers may find objectionable are not eligible for the list.

Disable images in search widget for certain skins

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 .wvui-typeahead-suggestion__thumbnail. For example:
span.wvui-typeahead-suggestion__thumbnail {
  background-image:none !important;
}

Go to the mobile Justapedia site (en.m.wikipedia.org) and disable all images

This option currently does not work, see T194896 on Phabricator for details
File:Justapedia mobile-view screenshot red.png
At the bottom of an Justapedia article page you click on "mobile view"...

This is a simple workaround for readers that don't want to or cannot change settings or reconfigure their browser.

Every Justapedia article has a link at the bottom of the page to "Mobile view", which brings you to the Justapedia version optimized for mobile devices (only reading, no editing). You can also go there directly: en.m.wikipedia.org (other language versions too). On mobile Justapedia you go to "settings" and choose "images off". Done. All images are disabled (without placeholders) while you browse the site. You can enable images again at the same place.

Configure your browser

How to block images site-wide (all Wikimedia projects)

Mozilla Firefox

Example image

Recent versions (e.g. 39.0)

  1. Right-click on the example image to the right.
  2. Click on View image info from the pop up menu. If this option does not show, click on the icon to left of the address in the address bar (a globe, triangle or padlock icon) and click more information.
  3. Under the media tab, The image should be already selected. If not, select your image from the list underneath the word address.
  4. Check the box that says Block images from....
  5. Close the window

More Information

Google Chrome

  1. Click on the padlock next to the site's URL address. Navigate to Site settings.
  2. Scroll down to Images.
  3. Change setting to Block.

How to set up your browser not to see images at all

User scripts

If your browser supports Greasemonkey user scripts, you can install the "Justapedia Image Hider".

Google Chrome

  1. Click top right icon on Google Chrome browser, then choose "Settings".
  2. Click "Show advanced settings" below, scroll to Privacy column, then click on "Content settings".
  3. On Images, either "Show all images" and click "Manage exceptions", then key in Justapedia, or simply choose "Do not show any images".
  • Note: Most of the android version of Google Chrome doesn't support any option for hiding images.

Mozilla Firefox

With add-on

There are add-ons which provide image hiding functionality https://addons.mozilla.org/en-US/firefox/addon/image-block/

All Mozilla-based browsers

Enter about:config in the location box, and change permissions.default.image to 2 to disable image downloads. To restore the default behavior, change it back to 1.

UC Browser

  1. Click on menu button just below the browser close button.
  2. Go to settings
  3. Click on other, the last item on the settings list.
  4. Under “privacy” item, click on content settings.
  5. Scroll down to images, click on do not show any images.
  • Note: UC Browser and UC Browser mini serves better than Google Chrome, Mozilla Firefox and Opera browser for browsing editing in Justapedia and other Wikimedia projects with hiding images, specially in android versions.

Opera

Settings → websites → images → select "do not show any images."

  • Note: Opera browser may not hide all the images properly.

Internet Explorer 7 and onward

  1. Click the "Tools" button.
  2. Select "Internet Options".
  3. Click the "Advanced" tab.
  4. Scroll down to "Multimedia" and uncheck "Show pictures".

Safari 3

  1. On Mac OSX, select the "Safari" menu.
  2. Click "Preferences".
  3. Click on the "Appearance" button.
  4. Uncheck "Display images when the page opens."

Lynx

The use of a text-based web browser such as Lynx will allow you to view Justapedia without seeing any images at all, unless explicitly downloaded and shown in a separate application.

Install the Adblock Extension (Firefox)

Open Tools and click the "Add-Ons" button in the "Main" Tab. Select and install "Adblock Plus". After restarting your browser, you have a menu labelled with an "ABP" icon in the top right of your browser window. From this menu, you can define precisely what content should be suppressed by your browser.

Do not use a predefined filterset, which may be configured to allow (whitelist) all Wikimedia content. Instead, use the "open blockable items" option to review whitelisted content on the current page, and disable filter rules as desired.

To block a specific image, right-click on it and select "Adblock image" from the context menu. For example, right-clicking on the top image at Penis, you get the option to block "http://upload.wikimedia.org/wikipedia/en/thumb/1/1d/Labelled_bw_flaccid_penis.jpg/*". This will block all scaled-down versions of File:Labelled_bw_flaccid_penis.jpg. If you want to filter all images containing "penis" as part of the filename, use the rule "http://upload.wikimedia.org/*penis*".

Once you have defined a filterset, you can distribute it to interested parties sharing your content preferences.

Use a proxy filter

You can selectively block content by using a web filter program. Freely available examples include Privoxy and DansGuardian. Once you have installed such a program, you can exert fine-grained control over what content is received by your web browser.

See also

Information icon.svg Help desk