Project

General

Profile

Download (745 Bytes) Statistics
| Branch: | Revision:

hydrilla-fixes-bundle / src / rgs-org-fix-exhibitions / royal_geographical_society.js @ ecc6c218

1
/**
2
 * SPDX-License-Identifier: CC0-1.0
3
 *
4
 * Unhide RGS exhibitions page after it loads without nonfree js.
5
 *
6
 * Copyright (C) 2021 Wojtek Kosior <koszko@koszko.org>
7
 *
8
 * This program is free software: you can redistribute it and/or modify
9
 * it under the terms of the CC0 1.0 Universal License as published by
10
 * the Creative Commons Corporation.
11
 *
12
 * This program is distributed in the hope that it will be useful,
13
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15
 * CC0 1.0 Universal License for more details.
16
 */
17

    
18
const unhide_style = "visibility: visible !important; opacity: 1 !important;";
19
document.documentElement.setAttribute("style", unhide_style);
(2-2/2)