DORSETRIGS
Home

tampermonkey (19 post)


posts by category not found!

Including NPM package into tampermonkey script

Including NPM Packages in Tampermonkey Scripts A Comprehensive Guide Tampermonkey is a popular browser extension that lets users install and manage user scripts

2 min read 06-10-2024 43
Including NPM package into tampermonkey script
Including NPM package into tampermonkey script

Regex to exclude an entire line match if certain characters found

Mastering Regex Excluding Entire Lines Based on Character Presence Regular expressions regex are powerful tools for text manipulation and pattern matching But s

2 min read 06-10-2024 42
Regex to exclude an entire line match if certain characters found
Regex to exclude an entire line match if certain characters found

How to track outgoing requests and their response of a website with a Tampermonkey script?

Unveiling Website Secrets Tracking Outgoing Requests with Tampermonkey Have you ever wondered what data your favorite websites send to their servers behind the

3 min read 06-10-2024 54
How to track outgoing requests and their response of a website with a Tampermonkey script?
How to track outgoing requests and their response of a website with a Tampermonkey script?

Why doesn't window.onhashchange work in tampermonkey?

Why window onhashchange Doesnt Work in Tampermonkey Tampermonkey a popular browser extension for user scripts can sometimes present unexpected behavior when dea

2 min read 05-10-2024 41
Why doesn't window.onhashchange work in tampermonkey?
Why doesn't window.onhashchange work in tampermonkey?

How to make userscript auto update from private domain/github?

Auto Updating Your Userscripts A Guide to Seamless Updates from Private Domains and Git Hub Userscripts those handy little scripts that enhance your web browsin

3 min read 05-10-2024 47
How to make userscript auto update from private domain/github?
How to make userscript auto update from private domain/github?

Filter out $0.00 values on Google Play order history

Filtering Out Those Pesky 0 00 Entries in Google Play Order History Ever feel like your Google Play order history is cluttered with those annoying 0 00 entries

2 min read 05-10-2024 42
Filter out $0.00 values on Google Play order history
Filter out $0.00 values on Google Play order history

Automation of joining groups in telegram channels giving FCFS links

Automating Group Joins in Telegram Channels with FCFS Links In todays digital landscape Telegram has become an essential platform for communication community en

3 min read 21-09-2024 53
Automation of joining groups in telegram channels giving FCFS links
Automation of joining groups in telegram channels giving FCFS links

Greasemonkey: Listening on if table gets "refreshed"

Greasemonkey Listening for Table Refresh Events Greasemonkey is a powerful tool for customizing web pages using Java Script One common scenario that many develo

2 min read 21-09-2024 47
Greasemonkey: Listening on if table gets "refreshed"
Greasemonkey: Listening on if table gets "refreshed"

Tampermonkey paste from clipboard

How to Use Tampermonkey to Paste from Clipboard A Simple Guide If you re looking to enhance your web browsing experience with custom scripts Tampermonkey is a p

2 min read 21-09-2024 46
Tampermonkey paste from clipboard
Tampermonkey paste from clipboard

How to insert text into a Discord search bar using JavaScript?

How to Insert Text into a Discord Search Bar Using Java Script If you are looking to automate actions on Discord such as inserting text into the search bar you

2 min read 21-09-2024 59
How to insert text into a Discord search bar using JavaScript?
How to insert text into a Discord search bar using JavaScript?

Creating a custom shortcut for Google Docs (Alt + P download as pdf)

Creating a Custom Shortcut for Google Docs Download as PDF with Alt P When using Google Docs efficiently managing your workflow can significantly enhance produc

3 min read 20-09-2024 43
Creating a custom shortcut for Google Docs (Alt + P download as pdf)
Creating a custom shortcut for Google Docs (Alt + P download as pdf)

TamperMonkey script to add products to cart

Automating Your Shopping A Guide to Tamper Monkey Scripts for Adding Products to Cart In the world of online shopping convenience is key Have you ever found you

2 min read 14-09-2024 40
TamperMonkey script to add products to cart
TamperMonkey script to add products to cart

TamperMonkey userscript doesn't fire DOMContentLoaded event

Why Your Tamper Monkey Userscript Isnt Firing the DOM Content Loaded Event Tamper Monkey is a powerful tool for customizing web pages but sometimes your userscr

2 min read 06-09-2024 47
TamperMonkey userscript doesn't fire DOMContentLoaded event
TamperMonkey userscript doesn't fire DOMContentLoaded event

How to wait until element present in javascript?

Waiting for Elements to Appear in Java Script A Comprehensive Guide In web development its common to encounter scenarios where you need to interact with element

3 min read 05-09-2024 58
How to wait until element present in javascript?
How to wait until element present in javascript?

Why doesn't my Tampermonkey script run on some particular websites

Why Your Tampermonkey Script Might Not Run on Certain Websites A Guide Tampermonkey is a powerful tool for automating tasks on websites but sometimes scripts ca

3 min read 04-09-2024 58
Why doesn't my Tampermonkey script run on some particular websites
Why doesn't my Tampermonkey script run on some particular websites

How to Implement Advanced Content Refresh Logic on YouTube's Homepage with a Userscript?

Implementing Advanced Content Refresh Logic on You Tubes Homepage with a Userscript Introduction You Tube is a treasure trove of content but sometimes users wan

3 min read 02-09-2024 51
How to Implement Advanced Content Refresh Logic on YouTube's Homepage with a Userscript?
How to Implement Advanced Content Refresh Logic on YouTube's Homepage with a Userscript?

Edit the behavior of a button using Tampermonkey

Tweaking Website Buttons with Tampermonkey A Step by Step Guide Have you ever stumbled upon a website where a button just didnt quite behave the way you wanted

2 min read 31-08-2024 45
Edit the behavior of a button using Tampermonkey
Edit the behavior of a button using Tampermonkey

How to automatically open web push notifications in a new tab without clicking on them

Automating Web Push Notifications Opening Them in New Tabs Without Clicking Tired of manually clicking on web push notifications every time you receive one Woul

2 min read 29-08-2024 60
How to automatically open web push notifications in a new tab without clicking on them
How to automatically open web push notifications in a new tab without clicking on them

How do I scroll to the bottom of the page using tampermonkey?

How to Scroll to the Bottom of the Page Using Tampermonkey Tampermonkey is a browser extension that allows you to run custom Java Script code on websites This c

2 min read 27-08-2024 49
How do I scroll to the bottom of the page using tampermonkey?
How do I scroll to the bottom of the page using tampermonkey?