Move Telegram Chat Element left

把 Telegram 的聊天框往左边移动

目前为 2023-08-10 提交的版本。查看 最新版本

  1. // ==UserScript==
  2. // @name Move Telegram Chat Element left
  3. // @namespace https://gf.qytechs.cn/zh-CN/users/737511
  4. // @description 把 Telegram 的聊天框往左边移动
  5. // @version 0.1
  6. // @icon https://files.codelife.cc/user-website-icon/20230808/ErvslN5_TO_7idq_Lw1kQ3143.svg
  7. // @author Kaede
  8. // @match https://web.telegram.org/*
  9. // @grant GM_addStyle
  10. // @license MIT
  11. // ==/UserScript==
  12.  
  13. (function() {
  14. 'use strict';
  15. GM_addStyle('.chat-input, .bubbles-date-group { transform: translateX(-120px); }');
  16. })();

QingJ © 2025

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