ਵਰਤੋਂਕਾਰ:Manveerburj/common.js
ਦਿੱਖ
ਧਿਆਨ ਦਿਓ: ਛਾਪਣ ਤੋਂ ਬਾਅਦ, ਤੁਹਾਨੂੰ ਤਬਦੀਲੀਆਂ ਵੇਖਣ ਲਈ ਆਪਣੇ ਬ੍ਰਾਊਜ਼ਰ ਦੇ ਕੈਸ਼ ਨੂੰ ਛੱਡ ਕੇ ਲੰਘਣਾ ਪੈ ਸਕਦਾ ਹੈ।
- ਫਾਇਰਫਾਕਸ / ਸਫਾਰੀ: ਮੁੜ-ਚਲਾਉਨ ਦੇ ਬਟਨ ਨੂੰ ਦਬਾਉਣ ਵੇਲੇ ਸ਼ਿਫਟ ਨੂੰ ਦਬਾ ਕੇ ਫਡ਼ੀ ਰੱਖੋ, ਜਾਂ Ctrl-F5(ਕੰਟਰੋਲ-F5) ਨੂੰ ਨੱਪੋ ਜਾਂ (⌘-R ਮੈਕ 'ਤੇ) Ctrl-R(ਕੰਟਰੋਲ-ਆਰ) ਨੂੰ ਦਬਾਓ।
- ਗੂਗਲ ਕਰੋਮ: (⌘-R ਮੈਕ 'ਤੇ) Ctrl-Shift-R(ਕੰਟਰੋਲ-ਸ਼ਿਫਟ-ਆਰ) ਨੂੰ ਦਬਾਓ।
- ਮਾਈਕ੍ਰੋਸਾਫਟ ਐੱਜ਼: ਮੁੜ-ਤਾਜ਼ਾ ਦੇ ਬਟਨ ਨੂੰ ਦਬਾਉਣ ਵੇਲੇ Ctrl(ਕੰਟਰੋਲ) ਨੂੰ ਦਬਾ ਕੇ ਫਡ਼ੀ ਰੱਖੋ, ਜਾਂ Ctrl-F5(ਕੰਟਰੋਲ-F5) ਨੂੰ ਨੱਪੋ।
/*KEEPA TEXT SHOW*/
// Create a new child element
const childElement = document.createElement("a");
childElement.textContent = "ਕੀਪਾ";
childElement.href="https://pa.wikipedia.org/s/2oaj";
// Get the parent element by its ID
const parentElement = document.querySelector(".vector-header-start");
// Append the child element to the parent element
parentElement.appendChild(childElement);
const meraElement = document.getElementById("ghaint");
/*V2T*/
mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Manveerburj/v2t.js&action=raw&ctype=text/javascript');