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

Format
JavaScript
Post date
2018-07-29 04:39
Période de publication
Illimité
  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. })();
Télécharger Printable view

URL of this paste

Embed with JavaScript

Embed with iframe

Raw text