You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+12-8
Original file line number
Diff line number
Diff line change
@@ -3,17 +3,21 @@ Firefox-Mid-Monitor
3
3
4
4
This is a Firefox XPI extension that adds extra height to the window so content can be scrolled to the middle of your monitor.
5
5
6
-
To build the project, [install the cfx tool](https://developer.mozilla.org/en-US/Add-ons/SDK/Tutorials/Installation) first. Then run 'cfx xpi' from the root of this repo.
6
+
To build the project, [install the cfx tool][1] first. Then run 'cfx xpi' from the root of this repo.
7
7
8
8
The file structure of this project is a modified version of the sample extension created by 'cfx init'. I changed the lib/main.js file to use the PageMods API instead of the Tabs API.
0 commit comments