Extension for tiqdr.com

A new extension

Size

304 B

Version

1.0.0

Created

Dec 18, 2025

Updated

about 2 months ago

1// ==UserScript==
2// @name          Extension for tiqdr.com
3// @description   A new extension
4// @version       1.0.0
5// @match         https://*.tiqdr.com/*
6// @icon          https://tiqdr.com/assets/website/images/logo/fav.ico
7// ==/UserScript==
8
9(function() {
10  'use strict';
11  // Your code here
12})();
Extension for tiqdr.com | Robomonkey