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

custom.html « head « _includes - gitlab.com/Remmina/remmina-web.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4a14faf6568400c77c1361fefbf35fc3832c72b7 (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
<!-- start custom head snippets -->

<!-- Apply specific styles at elements containing a specific text -->
<script type="text/javascript" >
    window.onload = function () {
        getElementsByContains = function(str,elmtTagName="*",node=document){
            var elms = document.evaluate( "//"+elmtTagName+"[contains(., '" +str+ "')]" ,node, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null ),
                nodeSet = [];
            for ( var i=0 ; i < elms.snapshotLength; i++ ){
                nodeSet.push(elms.snapshotItem(i));
            }
            return nodeSet;
        }
        getElementsByContains('Donations','a')[0].style.color ='red';
}
</script>

<meta name="flattr:id" content="ol0vo0">
<script> var commandQueue = []; var cmp = function(command, parameter, callback) { commandQueue.push({ command: command, parameter: parameter, callback: callback }); }; cmp.commandQueue = commandQueue; cmp.config = { /* customPurposeListLocation: '', */ layout: "modal", blockBrowsing: true, storePublisherData: false, storeConsentGlobally: true, logging: false, localization: {}, forceLocale: null, gdprAppliesGlobally: false, repromptOptions: { fullConsentGiven: 360, someConsentGiven: 30, noConsentGiven: 30 }, geoIPVendor: 'https://cdn.digitrust.mgr.consensu.org/1/geoip.json', testingMode: 'normal', showFooterAfterSubmit: true, /* logoUrl: "https://www.example.com/image.png", */ css: { "color-primary": "#0a82be", "color-secondary": "#eaeaea", "color-border": "#eaeaea", "color-background": "#ffffff", "color-text-primary": "#333333", "color-text-secondary": "#0a82be", "color-linkColor": "#0a82be", "color-table-background": "#f7f7f7", "font-family": "'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif", "custom-font-url": "https://fonts.googleapis.com/css?family=Noto+Sans", } }; window.__cmp = cmp; </script> <script src='https://cdn.digitrust.mgr.consensu.org/1/cmp.complete.bundle.js' async> </script>

<script> (function ttt(t,n){var e,r=document.createElement("script"),a=document.getElementsByTagName("script")[0],o={cb:n},i=20;e=function(){window.___RMCMPW&&"function"==typeof window.___RMCMPW ? window.___RMCMPW(o):i<1?o.cb({status:3,isGdpr:function(){var t=["DE","UK","GB","FR","IT","ES","PL","NL","RO","BE","CZ","SE","HU","EL","GR","PT","AT","OE","DK","FI","SK","IE","BG","HR","LT","LV","SI","EE","CY","LU","MT","150","039","151","154","155"],n=[].concat(navigator.languages||[]);n.push(navigator.userLanguage||navigator.language||"");for(var e=null,r=0;r<n.length;r++)for(var a=n[r].split("-"),o=a.length>6?6:a.length,i=1;i<o;i++)if(e=!0,t.indexOf(a[i].toUpperCase())>1)return!0;return null==e&&null}()}):(i=1,window.setTimeout(e, 100))},r.setAttribute("src",t),a.parentNode.insertBefore(r,a),e()} ( "//intljs.rmtag.com/119169.ct.js", function(co){ console.log("Consent Object => " + JSON.stringify(co)); } )); </script>

<!-- insert favicons. use https://realfavicongenerator.net/ -->

<!-- end custom head snippets -->