User:Shardsofmetal/monobook.js/Purge.js

The topic of User:Shardsofmetal/monobook.js/Purge.js is one that has captured the attention of many people as of late. With a long history and constant relevance in society, User:Shardsofmetal/monobook.js/Purge.js is a topic that has generated debate and reflection in different sectors. From its impacts on daily life to its influence on politics and culture, User:Shardsofmetal/monobook.js/Purge.js has proven to be a multifaceted topic that deserves to be explored in depth. In this article, we will delve into the different aspects of User:Shardsofmetal/monobook.js/Purge.js, analyzing its origins, evolution and its relevance in today's world.
//<pre>

// This script can be found at ]
// It adds a purge tab to the action tabs

// addPurge
$( function (){
    var x = document.getElementById('ca-history');
    if(!x) return;
    if(x.children) x = x.children.href;
    else x = x.childNodes.href;
    addLink("p-cactions", x.replace(/=history/, "=purge"), 'purge', 'ca-purge', 'Purge the internal cache for this page', 0);
});


//

</pre>