Skip to main content

Javascript

New Mini Web Tool

Submitted by Prateek Kher on

    // ==UserScript==

    // @name     Mini Web Tools
    // @namespace  http://tampermonkey.net/
    // @version   2.0
    // @description Remove readonly/disabled from fields, toggle page edit mode — draggable & aesthetic
    // @author    You
    // @match    *://*/*
    // @grant    none
    // ==/UserScript==

    (function () {

     'use strict';


     // ---- Styles ----

     const style = document.createElement('style');

     style.textContent = `

       #mwt-root {

         position: fixed;

         bottom: 24px;

         left: 24px