Advertisement
Se8870

[Android] Script

Aug 6th, 2020 (edited)
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.69 KB | None | 0 0
  1. /*
  2.     Some Boing Boing cringe
  3.     Work for android for some reason
  4.  
  5.     Image by: polsche
  6.  
  7.     - Se8870
  8. */
  9.  
  10. /* Remove the text "images" from the Google Images home page. */
  11. #hplogoo{
  12.     text-indent: -9000px !important;
  13.     white-space: nowrap !important;
  14. }
  15.  
  16. #hplogoo {
  17.     background: url("https://i.imgur.com/gEKiPvi.gif") center no-repeat;  
  18.     width: 400px !important;
  19.     bottom: -20px !important; /* Change the value if the animation is shifted up/down. Default : 240px or 200px */
  20.     position: relative !important;
  21.     padding-bottom: 300px !important; /* Spacing Margin*/
  22.     /*padding-top: 60px !important;*/
  23.     margin: auto !important;
  24. }
  25.  
  26. /* Search Bar */
  27. .v6U7rf img {
  28.     visibility: hidden;
  29. }
  30.  
  31. .v6U7rf {
  32.     background: url("https://i.imgur.com/gEKiPvi.gif") center no-repeat;  
  33.     background-size: contain !important;
  34.     padding-bottom: 80px !important;
  35. }
  36.  
  37. .SR3ZX {
  38.     padding-bottom: 100px !important;
  39.     padding-left: 25px !important;
  40. }
  41.  
  42. .gb_8d .gb_ed {
  43.     padding: 60px;
  44.     padding-right: 10px;
  45. }
  46.  
  47. /*light theme fix i guess*/
  48. .HK0d3e {
  49.     visibility: hidden;
  50. }
  51.  
  52. /* image search */
  53. .TYpZOd path, ellipse{
  54.     visibility: hidden;
  55. }
  56.  
  57. .TYpZOd {
  58.     background: url("https://i.imgur.com/gEKiPvi.gif") center no-repeat;  
  59.     background-size: contain !important;
  60.     padding-bottom: 80px !important;
  61. }
  62.  
  63. .wQnou {
  64.     padding-bottom: 80px;
  65. }
  66.  
  67. .LBH5L {
  68.     padding-bottom: 80px;
  69. }
  70.  
  71.  
  72. /* Inject location string, blame google for tracking you dummy */
  73. .GNm3Qb #Wprf1b {  
  74.     visibility: hidden;
  75.     position: relative;
  76. }
  77.  
  78. #Wprf1b:after {  
  79.     visibility: visible;
  80.     position: absolute;
  81.     top: 0;
  82.     left: 0;
  83.     content: "Near Void, Jupiter";
  84. }
  85.  
  86.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement