blob: a48161c6bdf1e329ed6c08ab69657a08439232ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
############
Various tips
############
Read vk.com without javascript on Firefox
-----------------------------------------
When javascript is disabled, vk.com automagcally redirects you to a page saying
"Your browser is out of date" instead of rendering the actual content, which it
able to do even without javascript.
To prevent the redirect, go to ``about:config`` and set the
``accessibility.blockautorefresh`` setting to ``true``.
[#superuser.com-1]_
Footnotes
---------
.. [#superuser.com-1] `Prevent automatic redirects in Firefox / superuser.com <https://superuser.com/questions/874819/prevent-automatic-redirects-in-firefox>`_
|