diff options
author | Oxore <oxore@protonmail.com> | 2024-11-01 10:37:14 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2024-11-01 10:37:45 +0300 |
commit | 003bd449a2be20d0d0effb5847bbf9505fa5aebe (patch) | |
tree | a1f335ecac465d979f8202d14b5c3ac72770252c | |
parent | 342d50fcf002be57f64e51ddd9f5cdde448925c3 (diff) |
various: Add tip about vk.com without js
-rw-r--r-- | source/index.rst | 1 | ||||
-rw-r--r-- | source/various-tips.rst | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/source/index.rst b/source/index.rst index ad8221e..4cb154a 100644 --- a/source/index.rst +++ b/source/index.rst @@ -14,4 +14,5 @@ that's why this site exist. c-calling-conventions radare2-tips qemu + various-tips wg_shadowsocks diff --git a/source/various-tips.rst b/source/various-tips.rst new file mode 100644 index 0000000..f1a4a1d --- /dev/null +++ b/source/various-tips.rst @@ -0,0 +1,14 @@ +############ +Various tips +############ + +Read vk.com without javascript on Firefox +----------------------------------------- + +In ``about:config`` the ``accessibility.blockautorefresh``` setting should be +set 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>`_ |