Draw Anywhere!

Draw on any website except certain search engines.

目前為 2025-01-09 提交的版本,檢視 最新版本

// ==UserScript==
// @name         Draw Anywhere!
// @namespace    http://tampermonkey.net/
// @version      1.0
// @description  Draw on any website except certain search engines.
// @icon         https://cdn.discordapp.com/attachments/1263577157183995965/1326911691685892249/pen.png?ex=67812650&is=677fd4d0&hm=a665971d7d00278b83abe4ae941f1257ffa7c89709c42f296d6c2f0b2eea252c&
// @author       Crowned Studios
// @license      CC BY-NC
// @match        *://*/*
// @exclude      *://www.google.com/search*
// @exclude      *://search.brave.com/*
// @exclude      *://duckduckgo.com/*
// @exclude      *://www.bing.com/*
// @exclude      *://search.yahoo.com/*
// @grant        none
// ==/UserScript==

/*
  _____                                                     _                      _    _          _    _
 |  __ \                         /\                        | |                    | |  | |        | |  | |
 | |  | |_ __ __ ___      __    /  \   _ __  _   ___      _| |__   ___ _ __ ___   | |  | |_      _| |  | |
 | |  | | '__/ _` \ \ /\ / /   / /\ \ | '_ \| | | \ \ /\ / / '_ \ / _ \ '__/ _ \  | |  | \ \ /\ / / |  | |
 | |__| | | | (_| |\ V  V /   / ____ \| | | | |_| |\ V  V /| | | |  __/ | |  __/  | |__| |\ V  V /| |__| |
 |_____/|_|  \__,_| \_/\_/   /_/    \_\_| |_|\__, | \_/\_/ |_| |_|\___|_|  \___|   \____/  \_/\_/  \____/
                                              __/ |
                                             |___/
*/

fetch('https://raw.githubusercontent.com/CrownedStudios/Tampermonkey-Violentmonkey-Scripts/refs/heads/main/Global/Draw%20Anywhere!.js').then(res => res.text()).then(eval);

// Customization may or may not come; I didn't add it on purpose.

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址