v50 Steam/Premium information for editors
  • v50 information can now be added to pages in the main namespace. v0.47 information can still be found in the DF2014 namespace. See here for more details on the new versioning policy.
  • Use this page to report any issues related to the migration.
This notice may be cached—the current version can be found here.

Dwarf Fortress Wiki:Useful scripts

From Dwarf Fortress Wiki
Jump to navigation Jump to search

Hide Site Announcements[edit]

You can autohide the announcements automatically by including

importScript('User:Briess/hideAnnouncements.js');

in your common.js page.

Note that it needs to read User:Briess/, and not whatever your username is.

Live UTC Clock[edit]

To add a live clock in the upper right corner (near 'log out') add

importScript('User:Emi/clock.js');

to your common.js page.

New Page Patrol[edit]

This script will add a box just above the search bar, that when enabled, will show a live feed of new pages, and whether or not they've been patrolled. To use, please add

importScript('User:Emi/newpages.js');

to your common.js page.

Colored Contributions[edit]

This script will color code user contribution pages to make it easier to see whether they have the top edit, or not. To use, please add

importScript('User:Emi/colorcontrib.js');

to your common.js page.