User:Javascap/monobook.js

From RationalWiki
Jump to: navigation, search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
function modifytabs(){
  if (ca_delete = document.getElementById('ca-delete')) {
    ca_delete.firstChild.innerHTML = 'nuke';
  }
  if (ca_edit = document.getElementById('ca-edit')) {
    ca_edit.firstChild.innerHTML = 'modify';
  }
  if (ca_capture = document.getElementById('ca-protect')) {
    ca_capture.firstChild.innerHTML = 'restrict access';
  }
  if (ca_talk = document.getElementById('ca-talk')) {
    ca_talk.firstChild.innerHTML = 'chat';
  }
 
}
addOnloadHook(modifytabs);
Personal tools
Namespaces

Variants
Actions
Navigation
Community
Tools
support