Advertisement
Guest User

Untitled

a guest
Sep 26th, 2021
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2.     document.head.appendChild(function(style){
  3.         style.textContent = [
  4.             '#rcnt, #appbar, #hdtb {',
  5.             '    margin-left: 0 !important;',
  6.             '}',
  7.             'form#tsf > div > div[jsaction] {',
  8.             '    margin-left: 133px !important;',
  9.             '}',
  10.             // "ダークモードをご利用いただけます。"
  11.             '#appbar + div[data-spl^="/setprefs?"] > div {',
  12.             '    margin-left: 180px !important;',
  13.             '}',
  14.         ].join("\n");
  15.         return style;
  16.     }(document.createElement("style")));
  17.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement