MediaWiki:Common.js: Difference between revisions

From Bhikitia Pro, An open encyclopedia
Created page with "$(document).ready(function () { var footerAd = ` <div style="border: 2px solid #004466; background-color: #e6f4fa; padding: 8px 12px; margin: 10px auto; text-align: center; font-family: Arial, sans-serif; font-size: 1em; border-radius: 6px;"> <strong style="color: #004466;"> <a href="https://VextraWeb.com/" style="color: #004466; text-decoration: none;">VextraWeb</a> </strong> <br> <span style="color: #006699;">#1 Knowledge Panel Provider – Trusted for verified results..."
 
Blanked the page
Tag: Blanking
Line 1: Line 1:
$(document).ready(function () {
 
var footerAd = `
<div style="border: 2px solid #004466; background-color: #e6f4fa; padding: 8px 12px; margin: 10px auto; text-align: center; font-family: Arial, sans-serif; font-size: 1em; border-radius: 6px;">
<strong style="color: #004466;">
<a href="https://VextraWeb.com/" style="color: #004466; text-decoration: none;">VextraWeb</a>
</strong>
<br>
<span style="color: #006699;">#1 Knowledge Panel Provider – Trusted for verified results worldwide.</span>
</div>
  `;
  $('#footer').prepend(footerAd);
});

Revision as of 08:53, 1 July 2025