📜 ⬆️ ⬇️

How to remove the stub on wikipedia

Everyone has already seen that there is a stub on ru.wikipedia.org and the material is not available. But if you really want it all is possible.
Open Chromium, go to the right page of Wikipedia, we see there is a stub. Open firebug, in the Elements tab for the id = “blackout” block, add the display style: none; as a result, the stub should disappear. Next, for the id = “bodyContent” block, remove the display property: none; - just in styles, uncheck against this property.
Profit: we see the content that interests us.
This trick can be done in any firebug
Ps. Do not forget to support Wikipedia, otherwise you will be left without a valuable resource.

')

Source: https://habr.com/ru/post/147513/


All Articles