Advertisement
Guest User

Tampermonkey script for UDM=14

a guest
Jul 20th, 2024
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JavaScript 10.63 KB | Source Code | 0 0
  1. // ==UserScript==
  2. // @name         Google Search UDM 14 Parameter
  3. // @namespace    http://tampermonkey.net/
  4. // @version      0.2
  5. // @description  Append &udm=14 and &tbs=li:0 to Google search URLs, remove unnecessary parameters
  6. // @match        *://*.google.com/search*
  7. // @match        *://*.google.ad/search*
  8. // @match        *://*.google.ae/search*
  9. // @match        *://*.google.com.af/search*
  10. // @match        *://*.google.com.ag/search*
  11. // @match        *://*.google.al/search*
  12. // @match        *://*.google.am/search*
  13. // @match        *://*.google.co.ao/search*
  14. // @match        *://*.google.com.ar/search*
  15. // @match        *://*.google.as/search*
  16. // @match        *://*.google.at/search*
  17. // @match        *://*.google.com.au/search*
  18. // @match        *://*.google.az/search*
  19. // @match        *://*.google.ba/search*
  20. // @match        *://*.google.com.bd/search*
  21. // @match        *://*.google.be/search*
  22. // @match        *://*.google.bf/search*
  23. // @match        *://*.google.bg/search*
  24. // @match        *://*.google.com.bh/search*
  25. // @match        *://*.google.bi/search*
  26. // @match        *://*.google.bj/search*
  27. // @match        *://*.google.com.bn/search*
  28. // @match        *://*.google.com.bo/search*
  29. // @match        *://*.google.com.br/search*
  30. // @match        *://*.google.bs/search*
  31. // @match        *://*.google.bt/search*
  32. // @match        *://*.google.co.bw/search*
  33. // @match        *://*.google.by/search*
  34. // @match        *://*.google.com.bz/search*
  35. // @match        *://*.google.ca/search*
  36. // @match        *://*.google.cd/search*
  37. // @match        *://*.google.cf/search*
  38. // @match        *://*.google.cg/search*
  39. // @match        *://*.google.ch/search*
  40. // @match        *://*.google.ci/search*
  41. // @match        *://*.google.co.ck/search*
  42. // @match        *://*.google.cl/search*
  43. // @match        *://*.google.cm/search*
  44. // @match        *://*.google.cn/search*
  45. // @match        *://*.google.com.co/search*
  46. // @match        *://*.google.co.cr/search*
  47. // @match        *://*.google.com.cu/search*
  48. // @match        *://*.google.cv/search*
  49. // @match        *://*.google.com.cy/search*
  50. // @match        *://*.google.cz/search*
  51. // @match        *://*.google.de/search*
  52. // @match        *://*.google.dj/search*
  53. // @match        *://*.google.dk/search*
  54. // @match        *://*.google.dm/search*
  55. // @match        *://*.google.com.do/search*
  56. // @match        *://*.google.dz/search*
  57. // @match        *://*.google.com.ec/search*
  58. // @match        *://*.google.ee/search*
  59. // @match        *://*.google.com.eg/search*
  60. // @match        *://*.google.es/search*
  61. // @match        *://*.google.com.et/search*
  62. // @match        *://*.google.fi/search*
  63. // @match        *://*.google.com.fj/search*
  64. // @match        *://*.google.fm/search*
  65. // @match        *://*.google.fr/search*
  66. // @match        *://*.google.ga/search*
  67. // @match        *://*.google.ge/search*
  68. // @match        *://*.google.gg/search*
  69. // @match        *://*.google.com.gh/search*
  70. // @match        *://*.google.com.gi/search*
  71. // @match        *://*.google.gl/search*
  72. // @match        *://*.google.gm/search*
  73. // @match        *://*.google.gr/search*
  74. // @match        *://*.google.com.gt/search*
  75. // @match        *://*.google.gy/search*
  76. // @match        *://*.google.com.hk/search*
  77. // @match        *://*.google.hn/search*
  78. // @match        *://*.google.hr/search*
  79. // @match        *://*.google.ht/search*
  80. // @match        *://*.google.hu/search*
  81. // @match        *://*.google.co.id/search*
  82. // @match        *://*.google.ie/search*
  83. // @match        *://*.google.co.il/search*
  84. // @match        *://*.google.im/search*
  85. // @match        *://*.google.co.in/search*
  86. // @match        *://*.google.iq/search*
  87. // @match        *://*.google.is/search*
  88. // @match        *://*.google.it/search*
  89. // @match        *://*.google.je/search*
  90. // @match        *://*.google.com.jm/search*
  91. // @match        *://*.google.jo/search*
  92. // @match        *://*.google.co.jp/search*
  93. // @match        *://*.google.co.ke/search*
  94. // @match        *://*.google.com.kh/search*
  95. // @match        *://*.google.ki/search*
  96. // @match        *://*.google.kg/search*
  97. // @match        *://*.google.co.kr/search*
  98. // @match        *://*.google.com.kw/search*
  99. // @match        *://*.google.kz/search*
  100. // @match        *://*.google.la/search*
  101. // @match        *://*.google.com.lb/search*
  102. // @match        *://*.google.li/search*
  103. // @match        *://*.google.lk/search*
  104. // @match        *://*.google.co.ls/search*
  105. // @match        *://*.google.lt/search*
  106. // @match        *://*.google.lu/search*
  107. // @match        *://*.google.lv/search*
  108. // @match        *://*.google.com.ly/search*
  109. // @match        *://*.google.co.ma/search*
  110. // @match        *://*.google.md/search*
  111. // @match        *://*.google.me/search*
  112. // @match        *://*.google.mg/search*
  113. // @match        *://*.google.mk/search*
  114. // @match        *://*.google.ml/search*
  115. // @match        *://*.google.com.mm/search*
  116. // @match        *://*.google.mn/search*
  117. // @match        *://*.google.com.mt/search*
  118. // @match        *://*.google.mu/search*
  119. // @match        *://*.google.mv/search*
  120. // @match        *://*.google.mw/search*
  121. // @match        *://*.google.com.mx/search*
  122. // @match        *://*.google.com.my/search*
  123. // @match        *://*.google.co.mz/search*
  124. // @match        *://*.google.com.na/search*
  125. // @match        *://*.google.com.ng/search*
  126. // @match        *://*.google.com.ni/search*
  127. // @match        *://*.google.ne/search*
  128. // @match        *://*.google.nl/search*
  129. // @match        *://*.google.no/search*
  130. // @match        *://*.google.com.np/search*
  131. // @match        *://*.google.nr/search*
  132. // @match        *://*.google.nu/search*
  133. // @match        *://*.google.co.nz/search*
  134. // @match        *://*.google.com.om/search*
  135. // @match        *://*.google.com.pa/search*
  136. // @match        *://*.google.com.pe/search*
  137. // @match        *://*.google.com.pg/search*
  138. // @match        *://*.google.com.ph/search*
  139. // @match        *://*.google.com.pk/search*
  140. // @match        *://*.google.pl/search*
  141. // @match        *://*.google.pn/search*
  142. // @match        *://*.google.com.pr/search*
  143. // @match        *://*.google.ps/search*
  144. // @match        *://*.google.pt/search*
  145. // @match        *://*.google.com.py/search*
  146. // @match        *://*.google.com.qa/search*
  147. // @match        *://*.google.ro/search*
  148. // @match        *://*.google.ru/search*
  149. // @match        *://*.google.rw/search*
  150. // @match        *://*.google.com.sa/search*
  151. // @match        *://*.google.com.sb/search*
  152. // @match        *://*.google.sc/search*
  153. // @match        *://*.google.se/search*
  154. // @match        *://*.google.com.sg/search*
  155. // @match        *://*.google.sh/search*
  156. // @match        *://*.google.si/search*
  157. // @match        *://*.google.sk/search*
  158. // @match        *://*.google.com.sl/search*
  159. // @match        *://*.google.sn/search*
  160. // @match        *://*.google.so/search*
  161. // @match        *://*.google.sm/search*
  162. // @match        *://*.google.sr/search*
  163. // @match        *://*.google.st/search*
  164. // @match        *://*.google.com.sv/search*
  165. // @match        *://*.google.td/search*
  166. // @match        *://*.google.tg/search*
  167. // @match        *://*.google.co.th/search*
  168. // @match        *://*.google.com.tj/search*
  169. // @match        *://*.google.tl/search*
  170. // @match        *://*.google.tm/search*
  171. // @match        *://*.google.tn/search*
  172. // @match        *://*.google.to/search*
  173. // @match        *://*.google.com.tr/search*
  174. // @match        *://*.google.tt/search*
  175. // @match        *://*.google.com.tw/search*
  176. // @match        *://*.google.co.tz/search*
  177. // @match        *://*.google.com.ua/search*
  178. // @match        *://*.google.co.ug/search*
  179. // @match        *://*.google.co.uk/search*
  180. // @match        *://*.google.com.uy/search*
  181. // @match        *://*.google.co.uz/search*
  182. // @match        *://*.google.com.vc/search*
  183. // @match        *://*.google.co.ve/search*
  184. // @match        *://*.google.co.vi/search*
  185. // @match        *://*.google.com.vn/search*
  186. // @match        *://*.google.vu/search*
  187. // @match        *://*.google.ws/search*
  188. // @match        *://*.google.rs/search*
  189. // @match        *://*.google.co.za/search*
  190. // @match        *://*.google.co.zm/search*
  191. // @match        *://*.google.co.zw/search*
  192. // @match        *://*.google.cat/search*
  193. // @icon         https://www.google.com/s2/favicons?sz=64&domain=google.com
  194. // @grant        none
  195. // ==/UserScript==
  196.  
  197. (function() {
  198.     'use strict';
  199.  
  200.     // Constants for parameter names and values
  201.     const PARAM_UDM = 'udm';
  202.     const VALUE_UDM = '14';
  203.     const PARAM_TBS = 'tbs';
  204.     const VALUE_TBS = 'li:0';
  205.  
  206.     // Parameters to be removed if present
  207.     const PARAMS_TO_REMOVE = ['client', 'ei', 'fbs', 'gs_l', 'gs_lp', 'gs_ssp', 'iflsig', 'lqi', 'oq', 'prmd', 'sca_esv', 'sclient', 'source', 'uact', 'ved', 'uds'];
  208.  
  209.     /**
  210.      * Updates the search parameters if necessary and returns the new URL.
  211.      * @param {URLSearchParams} searchParams - The URL search parameters.
  212.      * @returns {string|null} - The updated URL string if parameters are changed, otherwise null.
  213.      */
  214.     const updateSearchParams = (searchParams) => {
  215.         let paramsChanged = false;
  216.  
  217.         // Add 'udm=14' parameter if not present
  218.         if (!searchParams.has(PARAM_UDM)) {
  219.             searchParams.set(PARAM_UDM, VALUE_UDM);
  220.             paramsChanged = true;
  221.         }
  222.  
  223.         // Add 'tbs=li:1' parameter if 'tbs' parameter is not present at all
  224.         if (!searchParams.has(PARAM_TBS)) {
  225.             searchParams.set(PARAM_TBS, VALUE_TBS);
  226.             paramsChanged = true;
  227.         }
  228.  
  229.         // Remove unnecessary parameters if present
  230.         PARAMS_TO_REMOVE.forEach(param => {
  231.             if (searchParams.has(param)) {
  232.                 searchParams.delete(param);
  233.                 paramsChanged = true;
  234.             }
  235.         });
  236.  
  237.         // Return the new URL string if parameters were changed
  238.         return paramsChanged ? `${location.origin}${location.pathname}?${searchParams.toString()}` : null;
  239.     };
  240.  
  241.     /**
  242.      * Appends necessary parameters to the URL and redirects if needed.
  243.      */
  244.     const appendParameters = () => {
  245.         try {
  246.             const searchParams = new URLSearchParams(location.search);
  247.             const newUrl = updateSearchParams(searchParams);
  248.  
  249.             // Redirect to the new URL if any parameters were changed
  250.             if (newUrl) {
  251.                 console.log(`Redirecting to updated URL: ${newUrl}`);
  252.                 location.replace(newUrl);
  253.             }
  254.         } catch (error) {
  255.             console.error('Error appending URL parameters:', error);
  256.         }
  257.     };
  258.  
  259.     // Ensure the script runs after the page loads
  260.     window.addEventListener('load', appendParameters);
  261. })();
  262.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement