2025-10-29 15:19:32 +01:00
|
|
|
<!DOCTYPE html><html lang="en">
|
2025-11-18 18:53:29 +01:00
|
|
|
<!-- static html //-->
|
2025-10-29 15:19:32 +01:00
|
|
|
<head><meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
|
|
|
<title>RouterOS Scripts :: Logo Color Changer</title>
|
2025-10-29 14:31:17 +01:00
|
|
|
<link rel="stylesheet" type="text/css" href="../general/style.css">
|
2025-10-29 15:19:32 +01:00
|
|
|
<link rel="icon" type="image/png" href="../logo.png">
|
2023-05-23 11:47:06 +02:00
|
|
|
<script src="logo-color.d/script.js"></script>
|
2025-10-29 15:19:32 +01:00
|
|
|
</head><body>
|
2023-05-23 11:47:06 +02:00
|
|
|
|
2025-11-11 23:26:37 +01:00
|
|
|
<table><tr>
|
|
|
|
|
<td><img src="../general/eworm-meadow.avif" alt="eworm on meadow" /></td>
|
|
|
|
|
<td><img src="../general/qr-code.png" alt="QR code: rsc.eworm.de" /></td>
|
|
|
|
|
<td class="head"><span class="top">RouterOS Scripts</span><br />
|
|
|
|
|
<span class="bottom">a collection of scripts for MikroTik RouterOS</span></td>
|
|
|
|
|
</tr></table>
|
|
|
|
|
<hr />
|
|
|
|
|
|
2025-10-29 15:19:32 +01:00
|
|
|
<h1>Logo Color Changer</h1>
|
2023-05-23 11:47:06 +02:00
|
|
|
|
2025-11-18 19:01:39 +01:00
|
|
|
<!-- badges here //-->
|
|
|
|
|
|
2025-10-29 15:35:14 +01:00
|
|
|
<p><a href="../README.md">⬅️ Go back to main README</a></p>
|
|
|
|
|
|
2025-11-17 13:17:17 +01:00
|
|
|
<blockquote style="/* display */"><p>💡️ <strong>Hint</strong>: This site or links
|
2025-11-11 23:51:05 +01:00
|
|
|
on it may be broken on code hosting sites. Use
|
|
|
|
|
<a href="https://rsc.eworm.de/main/contrib/logo-color.html">Logo Color Changer</a>
|
|
|
|
|
instead.</p></blockquote>
|
|
|
|
|
|
2023-05-23 11:47:06 +02:00
|
|
|
<p>You want the logo for your own notifications? But you joined the
|
|
|
|
|
<a href="https://t.me/routeros_scripts">Telegram Group</a> and want
|
|
|
|
|
something that differentiates? Color it!</p>
|
|
|
|
|
|
2023-05-25 09:06:02 +02:00
|
|
|
<embed class="logo" src="../logo.svg" width="192" height="192" type="image/svg+xml">
|
2023-05-23 11:47:06 +02:00
|
|
|
|
|
|
|
|
<p>Select the colors here:
|
|
|
|
|
<input id="color1" type="color" value="#222222" onchange="color();">
|
2023-05-26 11:55:08 +02:00
|
|
|
<input id="color2" type="color" value="#444444" onchange="color();">
|
|
|
|
|
<input id="color3" type="color" value="#ffffff" onchange="color();"></p>
|
2023-05-23 11:47:06 +02:00
|
|
|
|
|
|
|
|
<p>Then right-click, click "<i>Take Screenshot</i>" and finally select the
|
|
|
|
|
logo and download it.</p>
|
|
|
|
|
|
2025-11-13 12:18:38 +01:00
|
|
|
<p><img src="logo-color.d/browser-01.avif" alt="Screenshot Browser 01"></p>
|
|
|
|
|
<p><img src="logo-color.d/browser-02.avif" alt="Screenshot Browser 02"></p>
|
|
|
|
|
<p><img src="logo-color.d/browser-03.avif" alt="Screenshot Browser 03"></p>
|
2023-05-25 09:40:11 +02:00
|
|
|
|
|
|
|
|
<p>(This example is with
|
|
|
|
|
<a href="https://www.mozilla.org/de/firefox/new/">Firefox</a>. The workflow
|
|
|
|
|
for other browsers may differ.)</p>
|
|
|
|
|
|
2023-05-25 10:26:14 +02:00
|
|
|
<p>See how to
|
2025-11-11 16:27:59 +01:00
|
|
|
<a href="../doc/mod/notification-telegram.md#set-a-profile-photo">Set
|
2023-05-25 10:26:14 +02:00
|
|
|
a profile photo</a> for your Telegram bot.</p>
|
|
|
|
|
|
2025-10-29 15:35:14 +01:00
|
|
|
<hr />
|
|
|
|
|
|
|
|
|
|
<p><a href="../README.md">⬅️ Go back to main README</a><br/>
|
|
|
|
|
<a href="#top">⬆️ Go back to top</a></p>
|
2025-10-29 15:19:32 +01:00
|
|
|
</body></html>
|