From 003bd449a2be20d0d0effb5847bbf9505fa5aebe Mon Sep 17 00:00:00 2001 From: Oxore Date: Fri, 1 Nov 2024 10:37:14 +0300 Subject: various: Add tip about vk.com without js --- source/index.rst | 1 + source/various-tips.rst | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 source/various-tips.rst 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 `_ -- cgit v1.2.3