DELETE FROM KEYWORDS WHERE ID_DOMAINE=2758942DoneDoneDone
URL:vyhid-e.org.ua
Connection: keep-alive
Date: Wed, 30 Oct 2024 10:19:47 GMT
Content-Length: 162
Content-Type: text/html
Location: https://vyhid-e.org.ua/
Server: nginx
x-ray: wnp22759:0.000/wn22759:0.000/
Location => https://vyhid-e.org.ua/
Status => 301
<html>
<head><title>301 Moved Permanently</title></head>
(vide) Tentative en https
<!DOCTYPE html>
<html lang="uk">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="http://gmpg.org/xfn/11"/>
<title>ГО "Самоврядна громада" – ЗА КОНСТИТУЦІЙНИЙ УСТРІЙ. Підтримати – картка Приват 4149 4378 6656 6803</title>
<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel='dns-prefetch' href='//s.w.org' />
<link rel="alternate" type="application/rss+xml" title="ГО "Самоврядна громада" » стрічка" href="https://vyhid-e.org.ua/?feed=rss2" />
<link rel="alternate" type="application/rss+xml" title="ГО "Самоврядна громада" » Канал коментарів" href="https://vyhid-e.org.ua/?feed=comments-rss2" />
<script type="text/javascript">
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/svg\/","svgExt":".svg","source":{"wpemoji":"https:\/\/vyhid-e.org.ua\/wp-includes\/js\/wp-emoji.js?ver=5.3.18","twemoji":"https:\/\/vyhid-e.org.ua\/wp-includes\/js\/twemoji.js?ver=5.3.18"}};
/**
* @output wp-includes/js/wp-emoji-loader.js
*/
( function( window, document, settings ) {
var src, ready, ii, tests;
// Create a canvas element for testing native browser support of emoji.
var canvas = document.createElement( 'canvas' );
var context = canvas.getContext && canvas.getContext( '2d' );
/**
* Checks if two sets of Emoji characters render the same visually.
*
* @since 4.9.0
*
* @private
*
* @param {number[]} set1 Set of Emoji character codes.
* @param {number[]} set2 Set of Emoji character codes.
*
* @return {boolean} True if the two sets render the same.
*/
function emojiSetsRenderIdentically( set1, set2 ) {
var stringFromCharCode = String.fromCharCode;
// Cleanup from previous test.
context.clearRect( 0, 0, canvas.width, canvas.height );
context.fillText( stringFromCharCode.apply( this, set1 ), 0, 0 );
var rendered1 = canvas.toDataURL();
// Cleanup from previous test.
context.clearRect( 0, 0, canvas.width, canvas.height );
context.fillText( stringFromCharCode.apply( this, set2 ), 0, 0 );
var rendered2 = canvas.toDataURL();
return rendered1 === rendered2;
}
/**
* Detects if the browser supports rendering emoji or flag emoji.
*
* Flag emoji are a single glyph made of two characters, so some browsers
* (notably, Firefox OS X) don't support them.
*
* @since 4.2.0
*
* @private
*
* @param {string} type Whether to test for support of "flag" or "emoji".
*
* @return {boolean} True if the browser can render emoji, false if it cannot.
*/
function browserSupportsEmoji( type ) {
var isIdentical;
if ( ! context || ! context.fillText ) {
return false;
}
/*
* Chrome on OS X added native emoji rendering in M41. Unfortunately,
* it doesn't work when the font is bolder than 500 weight. So, we
* check for bold rendering support to avoid invisible emoji in Chrome.
*/
context.textBaseline = 'top';
context.font = '600 32px Arial';
switch ( type ) {
case 'flag':
/*
* Test for Transgender flag compatibility. This flag is shortlisted for the Emoji 13 spec,
* but has landed in Twemoji early, so we can add support for it, too.
*
* To test for support, we try to render it, and compare the rendering to how it would look if
* the browser doesn't render it correctly (white flag emoji + transgender symbol).
*/
isIdentical = emojiSetsRenderIdentically(
[ 0x1F3F3, 0xFE0F, 0x200D, 0x26A7, 0xFE0F ],
[ 0x1F3F3, 0xFE0F, 0x200B, 0x26A7, 0xFE0F ]
);
if ( isIdentical ) {
return false;
}
/*
* Test for UN flag compatibility. This is the least supported of the letter locale flags,
* so gives us an easy test for full support.
*
* To test for support, we try to render it, and compare the rendering to how it would look if
* the browser doesn't render it correctly ([U] + [N]).
*/
isIdentical = emojiSetsRenderIdentically(
[ 0xD83C, 0xDDFA, 0xD83C, 0xDDF3 ],
[ 0xD83C, 0xDDFA, 0x200B, 0xD83C, 0xDDF3 ]
);
if ( isIdentical ) {
return false;
}
/*
* Test for English flag compatibility. England is a country in the United Kingdom, it
* does not have a two letter locale code but rather an five letter sub-division code.
*
* To test for support, we try to render it, and compare the rendering to how it would look if
* the browser doesn't render it correctly (black flag emoji + [G] + [B] + [E] + [N] + [G]).
*/
isIdentical = emojiSetsRenderIdentically(
[ 0xD83C, 0xDFF4, 0xDB40, 0xDC67, 0xDB40, 0xDC62, 0xDB40, 0xDC65, 0xDB40, 0xDC6E, 0xDB40, 0xDC67, 0xDB40, 0xDC7F ],
[ 0xD83C, 0xDFF4, 0x200B, 0xDB40, 0xDC67, 0x200B, 0xDB40, 0xDC62, 0x200B, 0xDB40, 0xDC65, 0x200B, 0xDB40, 0xDC6E, 0x200B, 0xDB40, 0xDC67, 0x200B, 0xDB40, 0xDC7F ]
);
return ! isIdentical;
case 'emoji':
/*
* Love is love.
*
* To test for Emoji 12 support, try to render a new emoji: men holding hands, with different skin
* tone modifiers.
*
* When updating this test for future Emoji releases, ensure that individual emoji that make up the
* sequence come from older emoji standards.
*/
isIdentical = emojiSetsRenderIdentically(
[0xD83D, 0xDC68, 0xD83C, 0xDFFE, 0x200D, 0xD83E, 0xDD1D, 0x200D, 0xD83D, 0xDC68, 0xD83C, 0xDFFC],
[0xD83D, 0xDC68, 0xD83C, 0xDFFE, 0x200B, 0xD83E, 0xDD1D, 0x200B, 0xD83D, 0xDC68, 0xD83C, 0xDFFC]
);
return ! isIdentical;
}
return false;
}
/**
* Adds a script to the head of the document.
*
* @ignore
*
* @since 4.2.0
*
* @param {Object} src The url where the script is located.
* @return {void}
*/
function addScript( src ) {
var script = document.createElement( 'script' );
script.src = src;
script.defer = script.type = 'text/javascript';
document.getElementsByTagName( 'head' )[0].appendChild( script );
}
tests = Array( 'flag', 'emoji' );
settings.supports = {
everything: true,
everythingExceptFlag: true
};
/*
* Tests the browser support for flag emojis and other emojis, and adjusts the
* support settings accordingly.
*/
for( ii = 0; ii < tests.length; ii++ ) {
settings.supports[ tests[ ii ] ] = browserSupportsEmoji( tests[ ii ] );
settings.supports.everything = settings.supports.everything && settings.supports[ tests[ ii ] ];
if ( 'flag' !== tests[ ii ] ) {
settings.supports.everythingExceptFlag = settings.supports.everythingExceptFlag && settings.supports[ tests[ ii ] ];
}
}
settings.supports.everythingExceptFlag = settings.supports.everythingExceptFlag && ! settings.supports.flag;
// Sets DOMReady to false and assigns a ready function to settings.
settings.DOMReady = false;
settings.readyCallback = function() {
settings.DOMReady = true;
};
// When the browser can not render everything we need to load a polyfill.
if ( ! settings.supports.everything ) {
ready = function() {
settings.readyCallback();
};
/*
* Cross-browser version of adding a dom ready event.
*/
if ( document.addEventListener ) {
document.addEventListener( 'DOMContentLoaded', ready, false );
window.addEventListener( 'load', ready, false );
} else {
window.attachEvent( 'onload', ready );
document.attachEvent( 'onreadystatechange', function() {
if ( 'complete' === document.readyState ) {
settings.readyCallback();
}
} );
}
src = settings.source || {};
if ( src.concatemoji ) {
addScript( src.concatemoji );
} else if ( src.wpemoji && src.twemoji ) {
addScript( src.twemoji );
addScript( src.wpemoji );
}
}
} )( window, document, window._wpemojiSettings );
</script>
<style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel='stylesheet' id='wp-block-library-css' href='https://vyhid-e.org.ua/wp-includes/css/dist/block-library/style.css?ver=5.3.18' type='text/css' media='all' />
<link rel='stylesheet' id='wp1s-frontend-style-css' href='https://vyhid-e.org.ua/wp-content/plugins/wp-1-slider/css/wp1s-frontend-style.css?ver=1.2.6' type='text/css' media='all' />
<link rel='stylesheet' id='wp1s-bxslider-style-css' href='https://vyhid-e.org.ua/wp-content/plugins/wp-1-slider/css/jquery.bxslider.css?ver=1.2.6' type='text/css' media='all' />
<link rel='stylesheet' id='wp1s-responsive-style-css' href='https://vyhid-e.org.ua/wp-content/plugins/wp-1-slider/css/wp1s-responsive.css?ver=1.2.6' type='text/css' media='all' />
<link rel='stylesheet' id='colormag_google_fonts-css' href='//fonts.googleapis.com/css?family=Open+Sans%3A400%2C600&ver=5.3.18' type='text/css' media='all' />
<link rel='stylesheet' id='colormag_style-css' href='https://vyhid-e.org.ua/wp-content/themes/colormag/style.css?ver=5.3.18' type='text/css' media='all' />
<link rel='stylesheet' id='colormag-fontawesome-css' href='https://vyhid-e.org.ua/wp-content/themes/colormag/fontawesome/css/font-awesome.css?ver=4.2.1' type='text/css' media='all' />
<link rel='stylesheet' id='colormag-featured-image-popup-css-css' href='https://vyhid-e.org.ua/wp-content/themes/colormag/js/magnific-popup/magnific-popup.css?ver=20150310' type='text/css' media='all' />
<link rel='stylesheet' id='__EPYT__style-css' href='https://vyhid-e.org.ua/wp-content/plugins/youtube-embed-plus/styles/ytprefs.css?ver=13.2.1' type='text/css' media='all' />
<style id='__EPYT__style-inline-css' type='text/css'>
.epyt-gallery-thumb {
width: 33.333%;
}
</style>
<script type='text/javascript' src='https://vyhid-e.org.ua/wp-includes/js/jquery/jquery.js?ver=1.12.4-wp'></script>
<script type='text/javascript' src='https://vyhid-e.org.ua/wp-includes/js/jquery/jquery-migrate.js?ver=1.4.1'></script>
<script type='text/javascript' src='https://vyhid-e.org.ua/wp-content/plugins/wp-1-slider/js/jquery.fitvids.js?ver=1.2.6'></script>
<script type='text/javascript' src='https://vyhid-e.org.ua/wp-content/plugins/wp-1-slider/js/jquery.bxslider.min.js?ver=1.2.6'></script>
<script type='text/javascript' src='https://vyhid-e.org.ua/wp-content/plugins/wp-1-slider/js/wp1s-frontend-script.js?ver=1.2.6'></script>
<!--[if lte IE 8]>
<script type='text/javascript' src='https://vyhid-e.org.ua/wp-content/themes/colormag/js/html5shiv.min.js?ver=5.3.18'></script>
<![endif]-->
<script type='text/javascript'>
/* <![CDATA[ */
var _EPYT_ = {"ajaxurl":"https:\/\/vyhid-e.org.ua\/wp-admin\/admin-ajax.php","security":"70828cb83b","gallery_scrolloffset":"20","eppathtoscripts":"https:\/\/vyhid-e.org.ua\/wp-content\/plugins\/youtube-embed-plus\/scripts\/","eppath":"https:\/\/vyhid-e.org.ua\/wp-content\/plugins\/youtube-embed-plus\/","epresponsiveselector":"[\"iframe.__youtube_prefs__\",\"iframe[src*='youtube.com']\",\"iframe[src*='youtube-nocookie.com']\",\"iframe[data-ep-src*='youtube.com']\",\"iframe[data-ep-src*='youtube-nocookie.com']\",\"iframe[data-ep-gallerysrc*='youtube.com']\"]","epdovol":"1","version":"13.2.1","evselector":"iframe.__youtube_prefs__[src], iframe[src*=\"youtube.com\/embed\/\"], iframe[src*=\"youtube-nocookie.com\/embed\/\"]","ajax_compat":"","ytapi_load":"light","stopMobileBuffer":"1","vi_active":"","vi_js_posttypes":[]};
/* ]]> */
</script>
<script type='text/javascript' src='https://vyhid-e.org.ua/wp-content/plugins/youtube-embed-plus/scripts/ytprefs.js?ver=13.2.1'></script>
<link rel='https://api.w.org/' href='https://vyhid-e.org.ua/index.php?rest_route=/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://vyhid-e.org.ua/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://vyhid-e.org.ua/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 5.3.18" />
<style type="text/css" id="custom-background-css">
body.custom-background { background-color: #ededed; }
</style>
<style>
.pageviews-wrapper { height: 16px; line-height: 16px; font-size: 11px; clear: both; }
.pageviews-wrapper svg { width: 16px; height: 16px; fill: #aaa; float: left; margin-right: 2px; }
.pageviews-wrapper span { float: left; }
</style>
<link rel="icon" href="https://vyhid-e.org.ua/wp-content/uploads/2016/11/cropped-памятаєш-32x32.jpg" sizes="32x32" />
<link rel="icon" href="https://vyhid-e.org.ua/wp-content/uploads/2016/11/cropped-памятаєш-192x192.jpg" sizes="192x192" />
<link rel="apple-touch-icon-precomposed" href="https://vyhid-e.org.ua/wp-content/uploads/2016/11/cropped-памятаєш-180x180.jpg" />
<meta name="msapplication-TileImage" content="https://vyhid-e.org.ua/wp-content/uploads/2016/11/cropped-памятаєш-270x270.jpg" />
<!-- ГО "Самоврядна громада" Internal Styles --> <style type="text/css"> .colormag-button,blockquote,button,input[type=reset],input[type=button],input[type=submit],
#masthead.colormag-header-clean #site-navigation.main-small-navigation .menu-toggle{background-color:#1e73be}
#site-title a,.next a:hover,.previous a:hover,.social-links i.fa:hover,a,
#masthead.colormag-header-clean .social-links li:hover i.fa,
#masthead.colormag-header-classic .social-links li:hover i.fa,
#masthead.colormag-header-clean .breaking-news .newsticker a:hover,
#masthead.colormag-header-classic .breaking-news .newsticker a:hover,
#masthead.colormag-header-classic #site-navigation .fa.search-top:hover,
#masthead.colormag-header-classic #site-navigation.main-navigation .random-post a:hover .fa-random,
.dark-skin #masthead.colormag-header-classic #site-navigation.main-navigation .home-icon:hover .fa,
#masthead .main-small-navigation li:hover > .sub-toggle i,
.better-responsive-menu #masthead .main-small-navigation .sub-toggle.active .fa {color:#1e73be}
.fa.search-top:hover,
#masthead.colormag-header-classic #site-navigation.main-small-navigation .menu-toggle,
.main-navigation ul li.focus > a,
#masthead.colormag-header-classic .main-navigation ul ul.sub-menu li.focus > a {background-color:#1e73be}
#site-navigation{border-top:4px solid #1e73be}
.home-icon.front_page_on,.main-navigation a:hover,.main-navigation ul li ul li a:hover,
.main-navigation ul li ul li:hover>a,
.main-navigation ul li.current-menu-ancestor>a,
.main-navigation ul li.current-menu-item ul li a:hover,
.main-navigation ul li.current-menu-item>a,
.main-navigation ul li.current_page_ancestor>a,
.main-navigation ul li.current_page_item>a,
.main-navigation ul li:hover>a,
.main-small-navigation li a:hover,
.site-header .menu-toggle:hover,
#masthead.colormag-header-classic .main-navigation ul ul.sub-menu li:hover > a,
#masthead.colormag-header-classic .main-navigation ul ul.sub-menu li.current-menu-ancestor > a,
#masthead.colormag-header-classic .main-navigation ul ul.sub-menu li.current-menu-item > a,
#masthead .main-small-navigation li:hover > a,
#masthead .main-small-navigation li.current-page-ancestor > a,
#masthead .main-small-navigation li.current-menu-ancestor > a,
#masthead .main-small-navigation li.current-page-item > a,
#masthead .main-small-navigation li.current-menu-item > a{background-color:#1e73be}
#masthead.colormag-header-classic .main-navigation .home-icon a:hover .fa { color:#1e73be}
.main-small-navigation .current-menu-item>a,.main-small-navigation .current_page_item>a {background:#1e73be}
#masthead.colormag-header-classic .main-navigation ul ul.sub-menu li:hover,
#masthead.colormag-header-classic .main-navigation ul ul.sub-menu li.current-menu-ancestor,
#masthead.colormag-header-classic .main-navigation ul ul.sub-menu li.current-menu-item,
#masthead.colormag-header-classic #site-navigation .menu-toggle,
#masthead.colormag-header-classic #site-navigation .menu-toggle:hover,
#masthead.colormag-header-classic .main-navigation ul > li:hover > a,
#masthead.colormag-header-classic .main-navigation ul > li.current-menu-item > a,
#masthead.colormag-header-classic .main-navigation ul > li.current-menu-ancestor > a,
#masthead.colormag-header-classic .main-navigation ul li.focus > a{ border-color:#1e73be}
.promo-button-area a:hover{border:2px solid #1e73be;background-color:#1e73be}
#content .wp-pagenavi .current,
#content .wp-pagenavi a:hover,.format-link .entry-content a,.pagination span{ background-color:#1e73be}
.pagination a span:hover{color:#1e73be;border-color:#1e73be}
#content .comments-area a.comment-edit-link:hover,#content .comments-area a.comment-permalink:hover,
#content .comments-area article header cite a:hover,.comments-area .comment-author-link a:hover{color:#1e73be}
.comments-area .comment-author-link span{background-color:#1e73be}
.comment .comment-reply-link:hover,.nav-next a,.nav-previous a{color:#1e73be}
#secondary .widget-title{border-bottom:2px solid #1e73be}
#secondary .widget-title span{background-color:#1e73be}
.footer-widgets-area .widget-title{border-bottom:2px solid #1e73be}
.footer-widgets-area .widget-title span,
.colormag-footer--classic .footer-widgets-area .widget-title span::before{background-color:#1e73be}
.footer-widgets-area a:hover{color:#1e73be}
.advertisement_above_footer .widget-title{ border-bottom:2px solid #1e73be}
.advertisement_above_footer .widget-title span{background-color:#1e73be}
a#scroll-up i{color:#1e73be}
.page-header .page-title{border-bottom:2px solid #1e73be}
#content .post .article-content .above-entry-meta .cat-links a,
.page-header .page-title span{ background-color:#1e73be}
#content .post .article-content .entry-title a:hover,
.entry-meta .byline i,.entry-meta .cat-links i,.entry-meta a,
.post .entry-title a:hover,.search .entry-title a:hover{color:#1e73be}
.entry-meta .post-format i{background-color:#1e73be}
.entry-meta .comments-link a:hover,.entry-meta .edit-link a:hover,.entry-meta .posted-on a:hover,
.entry-meta .tag-links a:hover,.single #content .tags a:hover{color:#1e73be}.more-link,
.no-post-thumbnail{background-color:#1e73be}
.post-box .entry-meta .cat-links a:hover,.post-box .entry-meta .posted-on a:hover,
.post.post-box .entry-title a:hover{color:#1e73be}
.widget_featured_slider .slide-content .above-entry-meta .cat-links a{background-color:#1e73be}
.widget_featured_slider .slide-content .below-entry-meta .byline a:hover,
.widget_featured_slider .slide-content .below-entry-meta .comments a:hover,
.widget_featured_slider .slide-content .below-entry-meta .posted-on a:hover,
.widget_featured_slider .slide-content .entry-title a:hover{color:#1e73be}
.widget_highlighted_posts .article-content .above-entry-meta .cat-links a {background-color:#1e73be}
.byline a:hover,.comments a:hover,.edit-link a:hover,.posted-on a:hover,.tag-links a:hover,
.widget_highlighted_posts .article-content .below-entry-meta .byline a:hover,
.widget_highlighted_posts .article-content .below-entry-meta .comments a:hover,
.widget_highlighted_posts .article-content .below-entry-meta .posted-on a:hover,
.widget_highlighted_posts .article-content .entry-title a:hover{color:#1e73be}
.widget_featured_posts .article-content .above-entry-meta .cat-links a{background-color:#1e73be}
.widget_featured_posts .article-content .entry-title a:hover{color:#1e73be}
.widget_featured_posts .widget-title{border-bottom:2px solid #1e73be}
.widget_featured_posts .widget-title span{background-color:#1e73be}
.related-posts-main-title .fa,.single-related-posts .article-content .entry-title a:hover{color:#1e73be} .widget_slider_area .widget-title,.widget_beside_slider .widget-title { border-bottom:2px solid #1e73be} .widget_slider_area .widget-title span,.widget_beside_slider .widget-title span { background-color:#1e73be}
@media (max-width: 768px) {.better-responsive-menu .sub-toggle{background-color:#0055a0}}</style>
</head>
ГО "Самоврядна громада" – ЗА КОНСТИТУЦІЙНИЙ УСТРІЙ. Підтримати – картка Приват 4149 4378 6656 6803
Recherche META Description de la page
Recherche META Keywords de la page
UPDATE DOMAINES SET server='nginx',redirection='https://vyhid-e.org.ua/',Status='200',err='',[TITRE]=N'ГО "Самоврядна громада" – ЗА КОНСТИТУЦІЙНИЙ УСТРІЙ. Підтримати – картка Приват 4149 4378 6656 6803',[DESCRIPTION]=N'',[KEYWORDS]=N'' WHERE id=2758942
0 ГО "Самоврядна громада" – ЗА КОНСТИТУЦІЙНИЙ УСТРІЙ. Підтримати – картка Приват 4149 4378 6656 6803
0. ГО (2)--------->0
1. "Самоврядна (16)--------->0
2. громада" (13)--------->0
3. – (7)--------->0
4. ЗА (2)--------->0
5. КОНСТИТУЦІЙНИЙ (14)--------->0
6. УСТРІЙ (6)--------->0
10. Підтримати (10)--------->0
12. картка (6)--------->0
13. Приват (6)--------->0
14. 4149 (4)--------->0
15. 4378 (4)--------->0
16. 6656 (4)--------->0
17. 6803 (4)--------->0
INSERT INTO KEYWORDS (keyword,id_domaine) VALUES (N'ГО',2758942),(N'"Самоврядна',2758942),(N'громада"',2758942),(N'–',2758942),(N'ЗА',2758942),(N'КОНСТИТУЦІЙНИЙ',2758942),(N'УСТРІЙ',2758942),(N'Підтримати',2758942),(N'картка',2758942),(N'Приват',2758942),(N'4149',2758942),(N'4378',2758942),(N'6656',2758942),(N'6803',2758942)