Steam小红车解除锁区

Steam解除锁区

  1. // ==UserScript==
  2. // @name Steam小红车解除锁区
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.1
  5. // @description Steam解除锁区
  6. // @description try to take over the world!
  7. // @author 初唐四杰
  8. // @match https://store.steampowered.com/account/preferences/
  9. // @icon https://www.google.com/s2/favicons?sz=64&domain=steampowered.com
  10. // @grant none
  11. // @license MIT
  12. // ==/UserScript==
  13.  
  14. (function() {
  15. 'use strict';
  16.  
  17. // 获取所有具有特定class名称的元素
  18. var g1 = document.getElementsByClassName("preference_row account_setting_not_customer_facing ");
  19. /*g1[0].innerHTML = `<div class="store_pref_desc">
  20. <label class="account_manage_checkbox">
  21. 被屏蔽内容1&nbsp;
  22. </label>
  23. <span class="account_setting_parenthetical">
  24. 被屏蔽内容1
  25. <br>
  26. <a href="javascript:ViewTitlesWithDescriptors( 4 );">查看示例产品 </a>
  27. </span>
  28. </div>
  29. <div class="store_pref_col">
  30. <input type="checkbox" id="descriptor_4_store" class="content_descriptor_checkbox store" value="4">
  31. </div>
  32. <div class="community_pref_col">
  33. <input type="checkbox" id="descriptor_4_community" class="content_descriptor_checkbox community" value="4">
  34. </div>`;*/
  35. g1[0].className = "preference_row ";
  36. /*g1[0].innerHTML = `<div class="store_pref_desc">
  37. <label class="account_manage_checkbox">
  38. 被屏蔽内容2&nbsp;
  39. </label>
  40. <span class="account_setting_parenthetical">
  41. 被屏蔽内容2
  42. <br>
  43. <a href="javascript:ViewTitlesWithDescriptors( 3 );">查看示例产品 </a>
  44. </span>
  45. </div>
  46. <div class="store_pref_col">
  47. <input type="checkbox" id="descriptor_3_store" class="content_descriptor_checkbox store" value="3">
  48. </div>
  49. <div class="community_pref_col">
  50. <input type="checkbox" id="descriptor_3_community" class="content_descriptor_checkbox community" value="3">
  51. </div>`;*/
  52. g1[0].className = "preference_row ";
  53.  
  54.  
  55. })();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址