跳至主要內容
  • Hostloc 空間訪問刷分
  • 售賣場
  • 廣告位
  • 賣站?

4563博客

全新的繁體中文 WordPress 網站
  • 首頁
  • 谷歌搜索全部显示在左边的解决方法
未分類
23 9 月 2021

谷歌搜索全部显示在左边的解决方法

fujitsuki 大佬有话说 :

谷歌搜索全部显示在左边的解决方法

之前看到帖子说信息都跑到左侧。原帖没找到。方法查了下,强迫症的人可以参考下
https://www.reddit.com/r/chrome/comments/mr4ned/google_search_shifted_all_the_way_to_the_left/

tampermonkey

—————————–

// ==UserScript==
// @name         faster google left margin
// @namespace    http://tampermonkey.net/
// @version      0.1
// @descriptionadds left margin to google.com search results
// @author       You
// @match      https://www.google.com/search*
// @exclude      https://www.google.com/search*&tbm=nws*
// @icon         https://www.google.com/s2/favicons?domain=google.com
// @grant      none
// ==/UserScript==

    /*globals $*/
    var top_nav = document.getElementById("top_nav"); top_nav.setAttribute("style", "margin-left:152px;");
    var slim_appbar = document.getElementById("slim_appbar"); slim_appbar.setAttribute("style", "margin-left:332px;");
    var center_col = document.getElementById("center_col"); center_col.setAttribute("style", "margin-left:332px;");
    var rhs = document.getElementById("rhs"); rhs.setAttribute("style", "margin-left:1047px;");

—————————–

文章導覽

上一篇文章
下一篇文章

AD

其他操作

  • 登入
  • 訂閱網站內容的資訊提供
  • 訂閱留言的資訊提供
  • WordPress.org 台灣繁體中文

51la

4563博客

全新的繁體中文 WordPress 網站
返回頂端
本站採用 WordPress 建置 | 佈景主題採用 GretaThemes 所設計的 Memory
4563博客
  • Hostloc 空間訪問刷分
  • 售賣場
  • 廣告位
  • 賣站?
在這裡新增小工具