Posts

Showing posts from June, 2022

Stay safe on WhatsApp

Image
WhatsApp is one of the must-have apps on every phone. You might have used it to chat with people, send pictures, share location, or to just share few hyperlinks. WhatsApp is convenient for any of these purposes. Obviously, there will be some loopholes or some tricky techniques that emerge every day that someone can use to hack you. Nothing is 100% perfect. Among all, there are certain aspects of WhatsApp that everyone needs to know that help one to understand how good or bad the things can go. Here's an article that I have prepared recently, covering most of the topics about this idea. Read it from the link given below.  https://sites.google.com/view/rahuldocs/basic/whatsapp/stay-safe-on-whatsapp

Dark theme | Customise your Wikipedia colour-theme on desktop

Hi everyone, follow these steps to customise your Wikipedia color-theme. Log in to your Wikipedia account. Go to en.wikipedia.org/wiki/Special:Preferences#mw-prefsection-gadgets Under Appearance, check the " Dark mode toggle: Enable a toggle for using a light text on dark background color scheme " and save the changes. If you do not find this option, go to Beta page and turn on all beta options and save changes. Go to en.wikipedia.org/wiki/Special:MyPage/common.js and click on create common.js Then paste this custom code into the code area and publish. The following code makes Wikipedia color theme to adapt to your system settings. window .wpDarkModeAutoToggle = true ; Then go to en.wikipedia.org/wiki/Special:MyPage/common.css and click on create common.css Then paste this custom code into the code area and publish. The following code makes basic HTML elements turn into a dark color theme. This is necessary because the default dark theme available on Wikipedia does not ma...