mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 05:08:00 +01:00
9 lines
254 B
JavaScript
9 lines
254 B
JavaScript
|
|
const liberator = Components.classes["@mozilla.org/embedcomp/window-watcher;1"]
|
|
.getService(Components.interfaces.nsIWindowWatcher)
|
|
.activeWindow
|
|
.liberator;
|
|
|
|
liberator.help(decodeURIComponent(document.location.search.substr(1)));
|
|
|