Changes

Jump to: navigation, search

MediaWiki:Common.js

1,778 bytes added, 16:49, 27 June 2023
m
no edit summary
GDPR_cell.appendChild(document.createElement("br"));
  GDPR_cell.appendChild(document.createTextNode("This site requires the use of cookies to comply with the EU ")); var a = document.createElement('a');var GDPR_link = document.createTextNode("GDPR regulations ");a.appendChild(GDPR_link);a.href = "https://en.wikipedia.org/wiki/General_Data_Protection_Regulation";a.title = a.href;GDPR_cell.appendChild(a); GDPR_cell.appendChild(document.createTextNode(" and ")); var a = document.createElement('a');var GOOGLE_link = document.createTextNode("Google Ads's privacy policy");a.appendChild(GOOGLE_link);a.href = "https://policies.google.com/privacy";a.title = a.href;GDPR_cell.appendChild(a);GDPR_cell.appendChild(document.createTextNode(". Cookies are used for ")); var a = document.createElement('a');var GOOGLE_ADS_link = document.createTextNode("ads personaliation");a.appendChild(GOOGLE_ADS_link);a.href = "https://policies.google.com/technologies/partner-sites";a.title = a.href;GDPR_cell.appendChild(a);GDPR_cell.appendChild(document.createTextNode(".")); 
GDPR_cell.appendChild(document.createElement("br"));
GDPR_cell.appendChild(document.createElement("br"));
 GDPR_cell.appendChild(document.createTextNode("This site requires your acceptance the use of cookies to comply with the EU ")); var a = document.createElement('a');var GDPR_link = document.createTextNode("GDPR regulations ");a.appendChild(GDPR_link);a.href = "https://en.wikipedia.org/wiki/General_Data_Protection_Regulation";a.title = a.href;GDPR_cell.appendChild(a); GDPR_cell.appendChild(document.createTextNode(" and ")); var a = document.createElement('a');var GOOGLE_link = document.createTextNode("Google Ads's privacy policy");a.appendChild(GOOGLE_link);a.href = "https://policies.google.com/privacy";a.title = a.href;GDPR_cell.appendChild(a);GDPR_cell.appendChild(document.createTextNode(". Cookies are used for ")); var a = document.createElement('a');var GOOGLE_ADS_link = document.createTextNode("ads personaliation");a.appendChild(GOOGLE_ADS_link);a.href = "https://policies.google.com/technologies/partner-sites";a.title = a.href;GDPR_cell.appendChild(a);GDPR_cell.appendChild(document.createTextNode(".")); GDPR_cell.appendChild(document.createElement("br"));
document.body.appendChild(GDPR_table_rejected);

Navigation menu