diff options
Diffstat (limited to 'source')
-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>`_ |