クリックがずれて鬱陶しいので

形式
JavaScript
投稿日時
2018-07-29 04:39
公開期間
無期限
  1. // ==UserScript==
  2. // @name 他の人はこちらも検索 を消す
  3. // @version 1
  4. // @include https://www.google.co.jp/search?*
  5. // @include https://www.google.com/search?*
  6. // @grant none
  7. // ==/UserScript==
  8. (()=>{
  9. let csse = document.createElement("style");
  10. document.head.appendChild(csse);
  11. csse.sheet.insertRule(`
  12. .AUiS2 {
  13. margin: 0 !important;
  14. border: 0 !important;
  15. height: 0;
  16. overflow: hidden;
  17. }
  18. `);
  19. csse.sheet.insertRule(`
  20. .exp-outline{
  21. display: none;
  22. }
  23. `);
  24. csse.sheet.insertRule(`
  25. .XCKyNd{
  26. display: none;
  27. }
  28. `);
  29. })();
ダウンロード 印刷用表示

このコピペの URL

JavaScript での埋め込み

iframe での埋め込み

元のテキスト