Welcome to mirror list, hosted at ThFree Co, Russian Federation.

changelog_3.0.html « 3 « changelog « combined « Extensions - github.com/Anarios/return-youtube-dislike.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d10562ef2da314379f23802e8cd5f3d97ba9acde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html>
<head>
  <meta content="text/html; charset=utf-8"/>
  <title title="__MSG_extensionName__">__MSG_extensionName__</title>
  <link rel="stylesheet" href="/changelog/changelog.css"/>
  <link rel="preconnect" href="https://fonts.googleapis.com"/>
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin/>
  <link
    href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap"
    rel="stylesheet"
  />
</head>
<body>
<div class="container">
  <svg width="48" viewBox="0 0 24 24">
    <path
      d="M14.9 3H6c-.9 0-1.6.5-1.9 1.2l-3 7c-.1.3-.1.5-.1.7v2c0 1.1.9 2 2 2h6.3l-.9 4.5c-.1.5 0 1 .4 1.4l1.1 1.1 6.5-6.6c.4-.4.6-.9.6-1.4V5c-.1-1.1-1-2-2.1-2zm7.4 12.8h-2.9c-.4 0-.7-.3-.7-.7V3.9c0-.4.3-.7.7-.7h2.9c.4 0 .7.3.7.7V15c0 .4-.3.8-.7.8z"
      fill="red"
    />
    <path d="m8 12.5 5.1-2.9L8 6.7v5.8z" fill="#fff"/>
  </svg>

  <h1 style="margin-bottom: 0" title="__MSG_extensionName__">
    __MSG_extensionName__
  </h1>
  <p style="color: var(--lightGrey); margin-top:0" title="__MSG_textDeveloper__">
    __MSG_textDeveloper__
  </p>
  <h2>__MSG_version30installed__</h2>
  <h2>__MSG_whatsnew__:</h2>


  <div>
    <ul style="margin-bottom: 5rem">
      <li>__MSG_shortsSupport__</li>
      <li>__MSG_customColors__</li>
      <img style="display: block; margin-bottom: 2rem" src="/changelog/images/colorize_example.jpg"/>
      <img src="/changelog/images/colorize.jpg"/>
      <li>__MSG_customNumberFormats__</li>
      <img src="/changelog/images/number_format.jpg"/>
    </ul>
    <center>
      <button id="link_website" title="__MSG_linkWebsite__">
        __MSG_linkWebsite__
      </button>
      <button
        style="margin-top: 0.3em; background: #ff0000"
        id="link_donate"
        title="__MSG_linkDonate__"
      >
        __MSG_linkDonate__
      </button>
      <button id="link_discord">Discord</button>
      <br/>
      <button style="margin-top: 0.3rem" id="link_faq" title="__MSG_linkFAQ__">
        __MSG_linkFAQ__
      </button>
      <button id="link_github">GitHub</button>
      <button style="margin-top: 0.3em" id="link_help" title="__MSG_linkHelp__">
        __MSG_linkHelp__
      </button>
    </center>
  </div>
</div>
</body>
<script src="/changelog/changelog.js"></script>
</html>