MediaWiki: Access hidden actions

Linux howto's, compile information, information on whatever we learned on working with linux, MACOs and - of course - Products of the big evil....
Post Reply
User avatar
^rooker
Site Admin
Posts: 1481
Joined: Fri Aug 29, 2003 8:39 pm

MediaWiki: Access hidden actions

Post by ^rooker »

Mediawiki wasn't really designed for restricting access to its data. That's good.
Unfortunately, some admins still try to fake security mechanisms by simply hiding the links to certain actions like "edit", "history", etc...

Using Firefox, so called "bookmarklets" offer you a really convenient way of accessing actions which are simply hidden.

Create a new bookmark and enter the following location:

Code: Select all

javascript:location.href+="?action=edit";
This adds the string "?action=edit" to the currently loaded URL. So if you're on a mediawiki based site, opening that bookmark will put the page into edit mode.



I know that this is absolutely trivial, but I'm still writing it down so I won't forget the bookmarklet syntax again. :)
Jumping out of an airplane is not a basic instinct. Neither is breathing underwater. But put the two together and you're traveling through space!
Post Reply