mirror of
				https://github.com/privacyguides/privacyguides.org.git
				synced 2025-10-30 19:16:43 +00:00 
			
		
		
		
	Make JavaScript work with LibreJS (#1213)
This commit is contained in:
		| @@ -11,17 +11,4 @@ | ||||
|   - User privacy protection | ||||
| --> | ||||
|  | ||||
| <script type="text/javascript"> | ||||
|   var _paq = window._paq || []; | ||||
|   /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ | ||||
|   _paq.push(['trackPageView']); | ||||
|   _paq.push(['enableLinkTracking']); | ||||
|   (function() { | ||||
|     var u="https://stats.privacytools.io/"; | ||||
|     _paq.push(['setTrackerUrl', u+'matomo.php']); | ||||
|     _paq.push(['setSiteId', '1']); | ||||
|     var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; | ||||
|     g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); | ||||
|   })(); | ||||
| </script> | ||||
| <noscript><img src="https://stats.privacytools.io/matomo.php?idsite=1&rec=1" style="border:0" alt=""/></noscript> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Dawid Potocki
					Dawid Potocki