Changes

Jump to: navigation, search

MediaWiki:Common.js

357 bytes added, 15:19, 27 June 2023
m
no edit summary
GDPR_cell.appendChild(a);
GDPR_cell.appendChild(document.createTextNode("."));
 
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