index.html 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1" />
  6. <link rel="stylesheet" href="../style.css#" type="text/css" />
  7. <title>浏览器标识使用技巧</title>
  8. <script type="text/javascript">
  9. function findLang(){
  10. let href = location.href;
  11. for(let i=href.length-1;i>0;i--){
  12. if('/'==href.charAt(i) && '/'==href.charAt(i-3))
  13. return i;
  14. }
  15. return 0;
  16. }
  17. function nav2(page){
  18. let i = findLang();
  19. location.href = location.href.substring(0,i+1)+page;
  20. }
  21. function nav2Lang(lang){
  22. let i = findLang();
  23. let href = location.href;
  24. location.href = location.href.substring(0,i-2)+lang+location.href.substring(i);
  25. }
  26. </script>
  27. </head>
  28. <body>
  29. <header class='header'>
  30. <a class="logo" href="javascript:void(0)" onclick="return nav2('index.html#')">Home</a> <a class="logo" href="javascript:void(0)" onclick="return nav2('tags/index.html#')">Tags</a>
  31. <nav>
  32. </nav>
  33. </header>
  34. <br />
  35. <div class="container">
  36. <h1 class="title">浏览器标识使用技巧
  37. <br>
  38. <span class="subtitle"></span>
  39. </h1>
  40. <ul class="tags">
  41. </ul>
  42. <p><a href="../index.html#">超微浏览器</a>下点击配置链接可自动添加浏览器标识,强制清空后台重启后可用。<br>
  43. <a href="i:02EdgeAndroid:Mozilla/5.0 (Linux; Android 13; KB2000) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Mobile Safari/537.36 EdgA/127.0.2610.80">Edge for android</a><br>
  44. <a href="i:02EdgeWin:Mozilla/5.0 (Windows NT 11.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Mobile Safari/537.36 Edg/127.0.2610.80">Edge for windows</a></p>
  45. <p><a href="https://lemon399.gitee.io/user-agent-share-page/">更多标识</a></p>
  46. </div>
  47. <p>Last Modified: 5 June 2024<br>
  48. fix edge useragents<br>
  49. <pre></pre>
  50. </p>
  51. <script id='jsgiscus'
  52. src='https://giscus.app/client.js'
  53. data-repo="torappinfo/uweb"
  54. data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
  55. data-category="Announcements"
  56. data-category-id="DIC_kwDOEgNLGc4CQjsh"
  57. data-mapping="title"
  58. data-strict="0"
  59. data-reactions-enabled="1"
  60. data-emit-metadata="0"
  61. data-input-position="top"
  62. data-theme="light"
  63. data-lang="en"
  64. data-loading="lazy"
  65. crossorigin="anonymous" async>
  66. </script>
  67. <footer class="site-footer">
  68. <div class="container">
  69. &copy; 2018-2024 Richard H. Cao
  70. </div>
  71. </footer>
  72. <!-- This document is licensed under the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is available at <https://www.gnu.org/licenses/>. -->
  73. </body>
  74. </html>