Changes

Jump to: navigation, search

MediaWiki:Common.js

1,100 bytes added, 09:40, 24 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(" and ")); 
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("."));
document.body.appendChild(GDPR_table_rejected);

Navigation menu