Main public logs
Appearance
This is a combined display of all logs except the patrol, review, tag and thanks logs:
- Who performed the action – enter their name without prefix under "Performer".
- The page or user affected by an action – enter the page or user name (prefixed with "User:") under "Target".
- 04:32, 15 January 2024 AlexTech01 talk contribs created page User:AlexTech01 (←Created page with ''''AlexTech01''' Developer of the <code>snowflake</code> user script and semi-active user on Wikipedia.')
- 02:58, 15 January 2024 AlexTech01 talk contribs created page User:AlexTech01/global.js (←Created page with 'importScript("User:AlexTech01/snowflake.js");')
- 02:41, 15 January 2024 AlexTech01 talk contribs created page User:AlexTech01/snowflake.css (←Created page with '.snowflake { position: fixed; top: -10px; z-index: 9999; opacity: 0.9; color: gray; animation-name: fall; animation-duration: 10s; animation-timing-function: linear; animation-iteration-count: infinite; } @keyframes fall { to { transform: translateY(100vh); } }')
- 02:36, 15 January 2024 AlexTech01 talk contribs created page User:AlexTech01/snowflake (←Created page with 'Snowflake.js for Wikipedia: a user script to make a bunch of grey snow appear all throughout Wikipedia! To install, visit your Gadgets preferences (https://en.wikipedia.org/wiki/Special:Preferences#mw-prefsection-gadgets), turn on "Install scripts without having to manually edit JavaScript files" in the Advanced section, and save your changes. Once script installation is enabled, visit the Snowflake.js script page (https://en.wikipedia.org/wiki/User:AlexTec...')
- 02:31, 15 January 2024 AlexTech01 talk contribs created page User:AlexTech01/common.js (Installing User:AlexTech01/snowflake.js (script-installer))
- 02:30, 15 January 2024 AlexTech01 talk contribs created page User:AlexTech01/snowflake.js (←Created page with 'function createSnowflake() { const snowflake = document.createElement('div'); snowflake.classList.add('snowflake'); snowflake.textContent = '❄'; snowflake.style.left = Math.random() * 100 + 'vw'; snowflake.style.opacity = Math.random(); snowflake.style.fontSize = Math.random() * 20 + 10 + 'px'; snowflake.style.animationDuration = Math.random() * 3 + 2 + 's'; document.body.appendChild(snowflake); // Remove snowflake after it falls setTimeou...')
- 01:52, 15 January 2024 AlexTech01 talk contribs created page User:AlexTech01/vector-2022.js (←Created page with 'document.addEventListener("DOMContentLoaded", function() { document.getElementsByClassName("mw-logo")[0].addEventListener("mouseover", function() { document.getElementsByClassName("mw-logo-icon")[0].src = "/media/wikipedia/commons/4/44/Microsoft_logo.svg"; }); document.getElementsByClassName("mw-logo")[0].addEventListener("mouseout", function() { document.getElementsByClassName("mw-logo-icon")[0].src = "/static/images/icons/wi...')
- 01:30, 15 January 2024 AlexTech01 talk contribs created page User:AlexTech01/vector-2022.css (←Created page with '.mw-logo { content: url("/media/wikipedia/commons/thumb/8/8e/Visit_of_Tim_Cook_to_the_European_Commission_-_P061904-946789.jpg/440px-Visit_of_Tim_Cook_to_the_European_Commission_-_P061904-946789.jpg"); height: 100px; border: 10px mediumseagreen; border-style: dashed; }: #pt-userpage-2 { background-color: mediumseagreen; padding: 5px; } #pt-userpage-2 a span { color: white; }')
- 19:26, 22 June 2022 User account AlexTech01 talk contribs was created