Skip to content

Home ▶ Tampermonkey

Helpful Tampermonkey Scripts

Warning

Malicious scripts can violate your privacy and act on your behalf! You should only install scripts from sources that you trust. All scripts in this repo are provided in two versions: updates and no updates controlled by the @downloadURL tag in the script header.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

The trademarks and logos are property of their respective owners (mostly available in the @match directive or @icon directive (except when it's loaded from DuckDuckGo)) and no affiliation, association or endorsement is intended, implied or given by the author.

Works with Tampermonkey extension on Firefox, Chrome etc.

Also compatible for Safari on iOS. It needs the Userscripts app. Just placing the script in the Userscripts app's folder and permitting it in Safari is enough.


Income tax portal allow paste

Home ▶ Tampermonkey ▶ Helpful Tampermonkey Scripts

Install latest with possible future updates OR Install fixed script with no updates

// ==UserScript==
// @name         Income tax portal allow paste
// @version      0.1
// @description  Allow paste on income tax eportal IEC
// @author       https://github.com/z-aki
// @namespace    https://github.com/z-aki
// @match        https://eportal.incometax.gov.in/*
// @icon         https://external-content.duckduckgo.com/ip3/www.incometax.gov.in.ico
// @grant        none
// @require      https://github.com/adamhotep/nofus.js/raw/refs/heads/main/nofus.js

EPFO allow password OTP paste

Home ▶ Tampermonkey ▶ Helpful Tampermonkey Scripts

Install latest with possible future updates OR Install fixed script with no updates

// ==UserScript==
// @name         EPFO allow password OTP paste
// @version      0.1
// @description  Allow pasting password and OTP in EPFO portal
// @author       https://github.com/z-aki
// @namespace    https://github.com/z-aki
// @match        https://unifiedportal-mem.epfindia.gov.in/*
// @match        https://unifiedportal-emp.epfindia.gov.in/*
// @icon         https://www.epfindia.gov.in/images/EPFOlogo.ico
// @grant        none

Indian bank CGRS autofill complaint from URL

Home ▶ Tampermonkey ▶ Helpful Tampermonkey Scripts

Install latest with possible future updates OR Install fixed script with no updates

// ==UserScript==
// @name         Indian bank CGRS autofill complaint from URL
// @version      0.1
// @description  Autofills the complaint number using the OPT parameter in the URL.
// @author       https://github.com/z-aki
// @namespace    https://github.com/z-aki
// @match        https://apps.indianbank.in/cgrc*
// @icon         https://apps.indianbank.in/cgrc/assets/images/logo.png
// @grant        none
// @require      https://github.com/adamhotep/nofus.js/raw/refs/heads/main/nofus.js

India Post Captcha bypass consignment search and autofill consignment from URL

Home ▶ Tampermonkey ▶ Helpful Tampermonkey Scripts

Install latest with possible future updates OR Install fixed script with no updates

// ==UserScript==
// @name         India Post Captcha bypass consignment search and autofill consignment from URL
// @version      0.1
// @description  Tracks the consignment or money order or complaint without any captcha solution. Also autofills the consignment number using the con parameter in the URL.
// @author       https://github.com/z-aki
// @namespace    https://github.com/z-aki
// @match        https://www.indiapost.gov.in/*
// @icon         https://external-content.duckduckgo.com/ip3/www.indiapost.gov.in.ico
// @grant        none
// @require      https://github.com/adamhotep/nofus.js/raw/refs/heads/main/nofus.js

Google Maps DIGIPIN converter

Home ▶ Tampermonkey ▶ Helpful Tampermonkey Scripts

Install latest with possible future updates OR Install fixed script with no updates

// ==UserScript==
// @name         Google Maps DIGIPIN converter
// @version      0.1
// @description  Add DIGIPON row to google maps right click menu
// @author       https://github.com/z-aki
// @namespace    https://github.com/z-aki
// @match        https://www.google.com/maps/*
// @icon         https://www.google.com/images/branding/product/ico/maps15_bnuw3a_32dp.ico
// @grant        none
// @require      https://github.com/adamhotep/nofus.js/raw/refs/heads/main/nofus.js

Zerodha Coin Holdings Add PNL percentage

Home ▶ Tampermonkey ▶ Helpful Tampermonkey Scripts

Install latest with possible future updates OR Install fixed script with no updates

// ==UserScript==
// @name         Zerodha Coin Holdings Add PNL percentage
// @version      0.1
// @description  Zerodha Coin Holdings Add percentage Profile and loss P&L data
// @author       https://github.com/z-aki
// @namespace    https://github.com/z-aki
// @match        https://coin.zerodha.com/dashboard/mf/portfolio*
// @icon         https://external-content.duckduckgo.com/ip3/www.zerodha.com.ico
// @grant        none
// @require      https://github.com/adamhotep/nofus.js/raw/refs/heads/main/nofus.js

PGportal allow password paste and reveal OTP

Home ▶ Tampermonkey ▶ Helpful Tampermonkey Scripts

Install latest with possible future updates OR Install fixed script with no updates

// ==UserScript==
// @name         PGportal allow password paste and reveal OTP
// @version      0.1
// @description  Allow pasting password and reveal OTP in CPGrams PGportal.gov.in
// @author       https://github.com/z-aki
// @namespace    https://github.com/z-aki
// @match        https://pgportal.gov.in/Signin
// @icon         https://pgportal.gov.in/Images/favicon.ico
// @grant        none
// @require      https://github.com/adamhotep/nofus.js/raw/refs/heads/main/nofus.js

BSNL autofill username password

Home ▶ Tampermonkey ▶ Helpful Tampermonkey Scripts

Install latest with possible future updates OR Install fixed script with no updates

// ==UserScript==
// @name         BSNL autofill username password
// @version      0.1
// @description  Set username and password autocomplete attributes
// @author       https://github.com/z-aki
// @namespace    https://github.com/z-aki
// @match        https://selfcare.bsnl.co.in/tungsten/UI/facelets/login.xhtml*
// @icon         https://portal.bsnl.in/favicon.ico
// @grant        none
// @require      https://github.com/adamhotep/nofus.js/raw/refs/heads/main/nofus.js

ECI voters autofill username password

Home ▶ Tampermonkey ▶ Helpful Tampermonkey Scripts

Install latest with possible future updates OR Install fixed script with no updates

// ==UserScript==
// @name         ECI voters autofill username password
// @version      0.1
// @description  Set username and password autocomplete attributes
// @author       https://github.com/z-aki
// @namespace    https://github.com/z-aki
// @match        https://voters.eci.gov.in/*
// @grant        none
// @icon         https://voters.eci.gov.in/favicon.ico
// @require      https://github.com/adamhotep/nofus.js/raw/refs/heads/main/nofus.js

Facebook messenger autofill PIN code

Home ▶ Tampermonkey ▶ Helpful Tampermonkey Scripts

Install latest with possible future updates OR Install fixed script with no updates

// ==UserScript==
// @name         Facebook messenger autofill PIN code
// @version      0.1
// @description  Set password autocomplete attribute
// @author       https://github.com/z-aki
// @namespace    https://github.com/z-aki
// @match        https://www.messenger.com/*
// @match        https://www.facebook.com/*
// @grant        none
// @icon         https://external-content.duckduckgo.com/ip3/www.messenger.com.ico

HDFC pension remove waiting GIF

Home ▶ Tampermonkey ▶ Helpful Tampermonkey Scripts

Install latest with possible future updates OR Install fixed script with no updates

// ==UserScript==
// @name         HDFC pension remove waiting GIF
// @version      0.1
// @description  emove preloader div
// @author       https://github.com/z-aki
// @namespace    https://github.com/z-aki
// @match        https://www.hdfcpension.com/*
// @icon         https://external-content.duckduckgo.com/ip3/www.hdfclife.com.ico
// @grant        none
// @require      https://github.com/adamhotep/nofus.js/raw/refs/heads/main/nofus.js

IPGRS karnataka remove waiting GIF

Home ▶ Tampermonkey ▶ Helpful Tampermonkey Scripts

Install latest with possible future updates OR Install fixed script with no updates

// ==UserScript==
// @name         IPGRS karnataka remove waiting GIF
// @version      0.1
// @description  Remove preloader div
// @author       https://github.com/z-aki
// @namespace    https://github.com/z-aki
// @match        https://ipgrs.karnataka.gov.in/*
// @icon         https://ipgrs.karnataka.gov.in/Content/img/new_logo%20(2).png
// @grant        none
// @require      https://github.com/adamhotep/nofus.js/raw/refs/heads/main/nofus.js

Indian bank Credit Card expand terms and conditions

Home ▶ Tampermonkey ▶ Helpful Tampermonkey Scripts

Install latest with possible future updates OR Install fixed script with no updates

// ==UserScript==
// @name         Indian bank Credit Card expand terms and conditions
// @version      0.1
// @description  Removes the height style from the parent div of country1/2/3/4.
// @author       https://github.com/z-aki
// @namespace    https://github.com/z-aki
// @match        https://www.indianbankcreditcard.in/indbcreditcustomer/*
// @icon         https://www.indianbankcreditcard.in/indbcreditcustomer/html/favicons/android-icon-192x192.png
// @grant        none
// @require      https://github.com/adamhotep/nofus.js/raw/refs/heads/main/nofus.js

Indian bank allow paste

Home ▶ Tampermonkey ▶ Helpful Tampermonkey Scripts

Install latest with possible future updates OR Install fixed script with no updates

// ==UserScript==
// @name         Indian bank allow paste
// @version      0.1
// @description  allow paste on CGRS CGRC
// @author       https://github.com/z-aki
// @namespace    https://github.com/z-aki
// @match        https://apps.indianbank.in/cgrc*
// @icon         https://apps.indianbank.in/cgrc/assets/images/logo.png
// @grant        none
// @require      https://github.com/adamhotep/nofus.js/raw/refs/heads/main/nofus.js

Mediassist autofill username password

Home ▶ Tampermonkey ▶ Helpful Tampermonkey Scripts

Install latest with possible future updates OR Install fixed script with no updates

// ==UserScript==
// @name         Mediassist autofill username password
// @version      0.1
// @description  Set username and password autocomplete attributes
// @author       https://github.com/z-aki
// @namespace    https://github.com/z-aki
// @match        https://*.mediassist.in/*
// @match        https://*.medibuddy.in/*
// @grant        none
// @icon         https://external-content.duckduckgo.com/ip3/www.mediassist.in.ico

RTIonline Karnataka captcha and credential autofill

Home ▶ Tampermonkey ▶ Helpful Tampermonkey Scripts

Install latest with possible future updates OR Install fixed script with no updates

// ==UserScript==
// @name         RTIonline Karnataka captcha and credential autofill
// @version      0.1
// @description  Autofill using password manager for email, phonenumber. Auto solve captcha for RTI karnataka portal
// @author       https://github.com/z-aki
// @namespace    https://github.com/z-aki
// @match        https://rtionline.karnataka.gov.in/request/status_history.php*
// @icon         https://rtionline.karnataka.gov.in/images/logo/rti-logo.png
// @grant        none
// @require      https://github.com/adamhotep/nofus.js/raw/refs/heads/main/nofus.js

RTIonline allow paste

Home ▶ Tampermonkey ▶ Helpful Tampermonkey Scripts

Install latest with possible future updates OR Install fixed script with no updates

// ==UserScript==
// @name         RTIonline allow paste
// @version      0.1
// @description  Allow pasting in the OTP field of the RTI portal
// @author       https://github.com/z-aki
// @namespace    https://github.com/z-aki
// @match        https://rtionline.gov.in/*
// @icon         https://rtionline.gov.in/images/rti-header.png
// @grant        none
// @require      https://github.com/adamhotep/nofus.js/raw/refs/heads/main/nofus.js

RTIonline autofill username password

Home ▶ Tampermonkey ▶ Helpful Tampermonkey Scripts

Install latest with possible future updates OR Install fixed script with no updates

// ==UserScript==
// @name         RTIonline autofill username password
// @version      0.1
// @description  Set username and password autocomplete attributes
// @author       https://github.com/z-aki
// @namespace    https://github.com/z-aki
// @match        https://rtionline.gov.in/request/status.php
// @icon         https://rtionline.gov.in/images/rti-header.png
// @grant        none
// @require      https://github.com/adamhotep/nofus.js/raw/refs/heads/main/nofus.js

Reddit old click over 18

Home ▶ Tampermonkey ▶ Helpful Tampermonkey Scripts

Install latest with possible future updates OR Install fixed script with no updates

// ==UserScript==
// @name         Reddit old click over 18
// @version      0.1
// @description  Automatically clicks the "yes" button on Reddit's age confirmation page
// @author       https://github.com/z-aki
// @namespace    https://github.com/z-aki
// @match        https://old.reddit.com/over18*
// @icon         https://www.reddit.com/favicon.ico
// @grant        none
// @require      https://github.com/adamhotep/nofus.js/raw/refs/heads/main/nofus.js

Reddit old expand all posts

Home ▶ Tampermonkey ▶ Helpful Tampermonkey Scripts

Install latest with possible future updates OR Install fixed script with no updates

// ==UserScript==
// @name         Reddit old expand all posts
// @version      0.1
// @description  Expand all posts
// @author       https://github.com/z-aki
// @namespace    https://github.com/z-aki
// @match        https://old.reddit.com*
// @match        https://old.reddit.com/*
// @icon         https://external-content.duckduckgo.com/ip3/www.reddit.com.ico
// @grant        none

SBI autofill login

Home ▶ Tampermonkey ▶ Helpful Tampermonkey Scripts

Install latest with possible future updates OR Install fixed script with no updates

// ==UserScript==
// @name         SBI autofill login
// @version      0.1
// @description  State Bank of India login autocomplete credentials
// @author       https://github.com/z-aki
// @namespace    https://github.com/z-aki
// @match        https://retail.onlinesbi.sbi/retail/login*
// @icon         https://icons.duckduckgo.com/ip2/retail.onlinesbi.sbi.ico
// @grant        none
// @require      https://github.com/adamhotep/nofus.js/raw/refs/heads/main/nofus.js

Home ▶ Tampermonkey ▶ Helpful Tampermonkey Scripts

Install latest with possible future updates OR Install fixed script with no updates

// ==UserScript==
// @name         Twitter full links in tweets
// @version      0.1
// @description  Replace twitter short t.co urls with full links in tweets
// @author       https://github.com/z-aki
// @namespace    https://github.com/z-aki
// @match        https://twitter.com/*
// @match        https://twitter.com/*
// @match        https://x.com/*
// @match        https://x.com/*

Zerodha Tradebook Add Total Amount Column

Home ▶ Tampermonkey ▶ Helpful Tampermonkey Scripts

Install latest with possible future updates OR Install fixed script with no updates

// ==UserScript==
// @name         Zerodha Tradebook Add Total Amount Column
// @version      0.1
// @description  Zerodha Tradebook Add Total Amount Column
// @author       https://github.com/z-aki
// @namespace    https://github.com/z-aki
// @match        https://console.zerodha.com/reports/tradebook*
// @icon         https://external-content.duckduckgo.com/ip3/www.zerodha.com.ico
// @grant        none
// @require      https://github.com/adamhotep/nofus.js/raw/refs/heads/main/nofus.js