Using such 3rd party links are not so good try below code from cloud flare

And it works with any vBulletin version
Code:
<script type="text/javascript">
window.cookieconsent_options = {"message":"GPSUrl uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":"http://www.gpsurl.com/privacy.php","theme":"light-bottom"};
</script>
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/1.0.10/cookieconsent.min.js"></script>
Do Change Link Url And Message according to your needs
To Change Theme Below are Codes:
Quote:
theme":"light-bottom"
theme":"dark-bottom"
theme":"light-top"
theme":"dark-top"
theme":"dark-floating"
theme":"light-floating"
|
Demo Here