enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Wikipedia:User scripts/Requests - Wikipedia

    en.wikipedia.org/wiki/Wikipedia:User_scripts/...

    The code simply hides the unblocked user contributions, so it will only show blocked users that were originally on the history page (a fraction of the last 500 edits should suffice, I assume). Ponor 08:28, 26 June 2024 (UTC) @Ponor: I get to console tab and paste in your code to the box called "Filter output". Nothing changes in the ...

  3. Wikipedia:User scripts/List - Wikipedia

    en.wikipedia.org/wiki/Wikipedia:User_scripts/List

    Modifies wikilinks to redirects to include the target name in the title attribute (which is visible when hovering over the link), e.g. WP:USL → Wikipedia:User scripts/List. N/A: N/A: Subdue Links : Adds options to the tools menu to make content hyperlink text colouration turn-off-and-on-able. Doesn't affect UI links. N/A: N/A

  4. Confirmation dialog - Wikipedia

    en.wikipedia.org/wiki/Confirmation_dialog

    Confirmation dialog (sometimes called a warning alert box or chicken box) [1] [2] is a dialog box that asks user to approve requested operation. Usually this dialog appears before a potentially dangerous operation is performed (program termination, file deletion, etc.) Typically confirmation dialog boxes have two buttons (e.g.

  5. Wikipedia:Catalogue of CSS classes - Wikipedia

    en.wikipedia.org/wiki/Wikipedia:Catalogue_of_CSS...

    monobook/main.css: skins/MonoBook.php: plainlinks Disables the external link arrow common/shared.css {}, {}, and many other places. plainlinks2 Changes the color of external links to en: to the internal links color. MediaWiki:Monobook.css: plainlinksneverexpand (Deprecated) Replaced with "plainlinks nourlexpansion" plainrowheaders

  6. Wikipedia:Customisation - Wikipedia

    en.wikipedia.org/wiki/Wikipedia:Customisation

    As with JavaScript, the name of the page that the MediaWiki software will use depends on the skin you're using; the default is vector.css. So, for example, editor XYZ could add personal CSS code to the page User:XYZ/vector.css.

  7. Wikipedia:Editnotice - Wikipedia

    en.wikipedia.org/wiki/Wikipedia:Editnotice

    Another way to find the link for an editnotice is to: Open the edit window of the page where you want to create an editnotice. Place this code on the page: [[{{editnotice pagename}}]] Preview the page and follow the link to the editnotice. This takes you to the editnotice's page. The request for creation should be made on the editnotice's talkpage.

  8. Wikipedia : Tools/Navigation popups

    en.wikipedia.org/wiki/Wikipedia:Tools/Navigation...

    In the edit box: Highlight a [[wiki link]] to get an article popup. Diff links : On history or watchlist pages, hover over diff links like "(cur)" or "(prev)" to get a summary of the difference; the Actions menu allows you to revert or undo the edit.

  9. XMLHttpRequest - Wikipedia

    en.wikipedia.org/wiki/XMLHttpRequest

    XMLHttpRequest (XHR) is an API in the form of a JavaScript object whose methods transmit HTTP requests from a web browser to a web server. [1] The methods allow a browser-based application to send requests to the server after page loading is complete, and receive information back. [ 2 ]