You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
<!DOCTYPE html> <!-- saved from url=(0064)chrome-extension://dppcnmibpgmagiigcnfdjpnghplibbna/content.html --> <html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link rel="icon" href="chrome-extension://dppcnmibpgmagiigcnfdjpnghplibbna/%PUBLIC_URL%/favicon.ico"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Tab Switcher</title> <link href="chrome-extension://dppcnmibpgmagiigcnfdjpnghplibbna/static/css/content.css" rel="stylesheet"> <style> /* * 所有滚动条不可见 * */ html::-webkit-scrollbar, body::-webkit-scrollbar, div::-webkit-scrollbar, p::-webkit-scrollbar, button::-webkit-scrollbar { width: 0.01px; background-color: transparent; }
html::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb, div::-webkit-scrollbar-thumb, p::-webkit-scrollbar-thumb, button::-webkit-scrollbar-thumb { background-color: transparent; } </style> </head> <body style="width: 100%;height: 100%; overflow: scroll;background:transparent"> <div id="root"></div> <script src="chrome-extension://dppcnmibpgmagiigcnfdjpnghplibbna/content.js"> </script><div id="CRX-container"><div class="CRX-content"></div></div><script type="text/javascript" src="chrome-extension://dppcnmibpgmagiigcnfdjpnghplibbna/insert.js"></script>
</body></html>
|