Skip to content

siyangqiu/FFTextWrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fennec TextWrap

Personal project for adding textwrap to Firefox on Android. Compared to other text wrap/reflow add-ons on AMO, this reflows the entire page based on touch events - the page will reflow as soon as you finish your pinch to zoom! No more clicking on text elements! Source code at: https://github.com/siyangqiu/FFTextWrap

Note: to sideload this webextension, you will need to add the following into manifest.json with something in the id field:

"applications": {
    "gecko": {
    "id": ""
    }
}

Releases

No releases published

Packages

No packages published