
























功能很简单,就是编码解码,支持多轮编码解码,支持一键复制, 使用方法:右键-Tampermonkey-Base64编解码助手,欢迎佬友们继续完善。 // ==UserScript== // @name Base64 编解码助手 // @namespace https://github.com/mikylu // @version 1.0 // @description 选中文字进行 Base64 编码/解码,支持反复再次操作 // @author 城市猎人 // @match *://*/* // @grant GM_registerMenuCommand // @grant GM_setClipboard // @run-at document-start // ==/UserScript== (function () { 'use strict'; const STYLE = ` #b64-overlay{position:fixed;top:0;left:0...
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。