1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 03:07:58 +01:00
Files
pentadactyl-pm/common/content/help.js

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)));