mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-01-20 16:15:08 +01:00
Update content of files
This commit is contained in:
parent
3185012979
commit
0679a2cb2e
4 changed files with 23 additions and 6 deletions
|
@ -23,7 +23,7 @@
|
|||
<link href="//telegram.org/css/bootstrap-extra.css?2" rel="stylesheet">
|
||||
<link href="/css/telegram.css?236" rel="stylesheet">
|
||||
<link href="/css/widget-frame.css?66" rel="stylesheet">
|
||||
<link href="/css/promote.css?82" rel="stylesheet">
|
||||
<link href="/css/promote.css?83" rel="stylesheet">
|
||||
<link href="/css/jquery-ui.min.css?1" rel="stylesheet">
|
||||
<link href="/css/tchart.min.css?10" rel="stylesheet">
|
||||
|
||||
|
@ -134,7 +134,7 @@
|
|||
<script src="/js/health.js?19"></script>
|
||||
<script src="/js/tgsticker.js?31"></script>
|
||||
|
||||
<script>ajInit({"version":981,"apiUrl":"\/api?hash=telegram-crawler","unauth":true});</script>
|
||||
<script>ajInit({"version":982,"apiUrl":"\/api?hash=telegram-crawler","unauth":true});</script>
|
||||
<script id="aj_script">l.add({"WEB_AB_WARNING_HEADER":"Turn off ad blocker","WEB_POPUP_CLOSE_BTN":"Close","WEB_AB_WARNING_TEXT":"You appear to be using an ad blocker that may prevent pages on the Telegram Ad Platform from working as expected.<br\/><br\/>Please turn off your ad blocker or add <a href=\"http:\/\/promote.telegram.org\/\">promote.telegram.org<\/a> as an exception to manage your promoted messages."});
|
||||
Ads.init();
|
||||
Aj.onLoad(function(state) {
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
<link href="//telegram.org/css/bootstrap-extra.css?2" rel="stylesheet">
|
||||
<link href="/css/telegram.css?236" rel="stylesheet">
|
||||
<link href="/css/widget-frame.css?66" rel="stylesheet">
|
||||
<link href="/css/promote.css?82" rel="stylesheet">
|
||||
<link href="/css/promote.css?83" rel="stylesheet">
|
||||
<link href="/css/jquery-ui.min.css?1" rel="stylesheet">
|
||||
<link href="/css/tchart.min.css?10" rel="stylesheet">
|
||||
|
||||
|
@ -134,7 +134,7 @@
|
|||
<script src="/js/health.js?19"></script>
|
||||
<script src="/js/tgsticker.js?31"></script>
|
||||
|
||||
<script>ajInit({"version":981,"apiUrl":"\/api?hash=telegram-crawler","unauth":true});</script>
|
||||
<script>ajInit({"version":982,"apiUrl":"\/api?hash=telegram-crawler","unauth":true});</script>
|
||||
<script id="aj_script">l.add({"WEB_AB_WARNING_HEADER":"Turn off ad blocker","WEB_POPUP_CLOSE_BTN":"Close","WEB_AB_WARNING_TEXT":"You appear to be using an ad blocker that may prevent pages on the Telegram Ad Platform from working as expected.<br\/><br\/>Please turn off your ad blocker or add <a href=\"http:\/\/promote.telegram.org\/\">promote.telegram.org<\/a> as an exception to manage your promoted messages."});
|
||||
openPopup('#login-popup-container');
|
||||
Ads.init();
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
<link href="//telegram.org/css/bootstrap-extra.css?2" rel="stylesheet">
|
||||
<link href="/css/telegram.css?236" rel="stylesheet">
|
||||
<link href="/css/widget-frame.css?66" rel="stylesheet">
|
||||
<link href="/css/promote.css?82" rel="stylesheet">
|
||||
<link href="/css/promote.css?83" rel="stylesheet">
|
||||
<link href="/css/jquery-ui.min.css?1" rel="stylesheet">
|
||||
<link href="/css/tchart.min.css?10" rel="stylesheet">
|
||||
|
||||
|
@ -134,7 +134,7 @@
|
|||
<script src="/js/health.js?19"></script>
|
||||
<script src="/js/tgsticker.js?31"></script>
|
||||
|
||||
<script>ajInit({"version":981,"apiUrl":"\/api?hash=telegram-crawler","unauth":true});</script>
|
||||
<script>ajInit({"version":982,"apiUrl":"\/api?hash=telegram-crawler","unauth":true});</script>
|
||||
<script id="aj_script">l.add({"WEB_AB_WARNING_HEADER":"Turn off ad blocker","WEB_POPUP_CLOSE_BTN":"Close","WEB_AB_WARNING_TEXT":"You appear to be using an ad blocker that may prevent pages on the Telegram Ad Platform from working as expected.<br\/><br\/>Please turn off your ad blocker or add <a href=\"http:\/\/promote.telegram.org\/\">promote.telegram.org<\/a> as an exception to manage your promoted messages."});
|
||||
Ads.init();
|
||||
Aj.onLoad(function(state) {
|
||||
|
|
|
@ -4025,6 +4025,7 @@ body.rtl .pr-review-ad-buttons .btn.dropdown-toggle:after {
|
|||
margin-left: 4px;
|
||||
}
|
||||
.pr-tabs > li > a,
|
||||
.pr-tabs > li > .pr-dropdown,
|
||||
.pr-radio-tab > .tab-label {
|
||||
display: inline-block;
|
||||
font-size: 14px;
|
||||
|
@ -4039,14 +4040,30 @@ body.rtl .pr-review-ad-buttons .btn.dropdown-toggle:after {
|
|||
cursor: pointer;
|
||||
margin: 0;
|
||||
}
|
||||
.pr-tabs > li > a:hover,
|
||||
.pr-tabs > li > .pr-dropdown:hover,
|
||||
.pr-radio-tab > .tab-label:hover {
|
||||
background-color: #f0f6fa;
|
||||
}
|
||||
.pr-tabs li.active > a,
|
||||
.pr-tabs li.active > .pr-dropdown,
|
||||
.pr-radio-tab .radio-hidden:checked ~ .tab-label {
|
||||
background: var(--accent-color);
|
||||
color: #fff;
|
||||
}
|
||||
.pr-tabs li.active > .pr-dropdown .pr-dropdown-label {
|
||||
color: #fff;
|
||||
}
|
||||
.pr-tabs > li.pr-dropdown-wrap span.dropdown-menu {
|
||||
left: -2px;
|
||||
right: auto;
|
||||
}
|
||||
.pr-tabs li > .pr-dropdown .pr-dropdown-label:after {
|
||||
margin-right: -3px;
|
||||
}
|
||||
.pr-tabs li.active > .pr-dropdown .pr-dropdown-label:after {
|
||||
background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%226%22%20viewBox%3D%220%200%2013%206%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M%201.68%201%20L%205.8%204.46%20C%206.17%204.77%206.71%204.77%207.08%204.46%20L%2011.2%201%20L%2011.2%201%22%2F%3E%3C%2Fsvg%3E');
|
||||
}
|
||||
|
||||
.deleted-title {
|
||||
color: #999;
|
||||
|
|
Loading…
Reference in a new issue