FTool

开发工具快捷链接集合

当前为 2021-03-08 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name FTool
  3. // @namespace http://www.theoft.cn/
  4. // @version 0.1
  5. // @description 开发工具快捷链接集合
  6. // @author Theo Ft
  7. // @match *://*/*
  8. // @grant none
  9. // ==/UserScript==
  10.  
  11. (function() {
  12. 'use strict';
  13.  
  14. var div = document.createElement("div");
  15. div.innerHTML =
  16. '<div style="position: fixed;right: 0;top: 50%;margin-top: -50px;width: 100px;background-color: #e4f7ce;text-align: center;border: solid 1px #ccc;border-bottom-left-radius: 8px;border-top-left-radius: 8px;z-index: 999999;">'+
  17. '<a style="color: #755a19; text-decoration: none;display:block" href="https://tool.chinaz.com/tools/unixtime.aspx" target="timestamp">时间戳</a></div>'
  18. document.body.appendChild(div)
  19. })();

QingJ © 2025

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