mirror of
https://github.com/anatolykopyl/vk-mute.git
synced 2026-03-26 12:55:13 +00:00
Заменил изображение кнопки
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.2 KiB |
36
extension/dist/dom.js
vendored
36
extension/dist/dom.js
vendored
File diff suppressed because one or more lines are too long
43
extension/dist/donate.html
vendored
Normal file
43
extension/dist/donate.html
vendored
Normal file
@@ -0,0 +1,43 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Пожертвовать</title>
|
||||
<style>
|
||||
* {
|
||||
color: rgb(44, 44, 44);
|
||||
}
|
||||
|
||||
body {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.container {
|
||||
background-color: rgb(230, 241, 243);
|
||||
max-width: 700px;
|
||||
margin: auto;
|
||||
padding: 2rem;
|
||||
border-radius: 14px;
|
||||
margin-top: 2rem;
|
||||
}
|
||||
|
||||
.wallet {
|
||||
margin: .5rem 0 .5rem 0;
|
||||
word-wrap: break-word;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Спасибо, что думаете о пожертвовании</h1>
|
||||
Это расширение разрабатывается и распространяется абсолютно бесплатно, не имеет никакой рекламы и не собирает данные о своих пользователях.
|
||||
<div class="container">
|
||||
<span class="wallet"><strong>XMR:</strong> 86mauNmQjTyjWJYrMyeTKpSLZ1FpZoziE278HJL7YmCL1rWQtsuz5xU3EmMNFsAwgJK4qoQPNQf9X91YqXvzJxvJ8bBSBrE</span>
|
||||
<span class="wallet"><strong>ETH:</strong> 0xfb2a2c470d75f6fc1cb85a592840d960c000e94c</span>
|
||||
<span class="wallet"><strong>BTC:</strong> bc1qf4wtp636m6pqcfz0c42t4fdutqrs4unkdpt5r8</span>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
5
extension/dist/popup.html
vendored
5
extension/dist/popup.html
vendored
@@ -5,7 +5,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<div class="header">
|
||||
<h3 align="center" id="status"></h3>
|
||||
<h3 align="center">Vk Mute</h3>
|
||||
</div>
|
||||
<!--<button id="disableButton">Toggle</button>-->
|
||||
<div style="text-align: center;">
|
||||
@@ -16,5 +16,8 @@
|
||||
</div>
|
||||
<div id="id_list">
|
||||
</div>
|
||||
<div class="donation_btn">
|
||||
<a href="./donate.html" target="_blank">💸</a>
|
||||
</div>
|
||||
<script src="popup.js"></script></body>
|
||||
</html>
|
||||
22
extension/dist/popup.js
vendored
22
extension/dist/popup.js
vendored
File diff suppressed because one or more lines are too long
@@ -25,5 +25,8 @@
|
||||
"matches": ["https://*.vk.com/*"],
|
||||
"js": ["./dist/dom.js"]
|
||||
}
|
||||
],
|
||||
"web_accessible_resources": [
|
||||
"assets/mute.png"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user