Shortened Popup UI table header names.
Improved Popup UI table by combining descriptions and information into one sentence for each column.
Removed no longer needed reference links.
* Update README.md
Updated sentence in Firefox section to further address more feedback.
* Update README.md
Updated sentence in Firefox section to link to the corresponding Wiki article.
Added dedicated Translations section and removed old corresponding sentence.
Removed out of place sentence and corresponding links from reference links section and combined other sentence with first paragraph to reduce primary section for conciseness.
Removed excessive descriptions for items that are implied or should be common knowledge today.
Rewrote sentences as needed to provide more conciseness and reduce wordiness.
Fixed grammar issues.
Fixed consistency issues.
Merged the initial brief description paragraph with the general information section for conciseness and to reduce large amounts of redundancy.
Merged both "Do NOT" statements in the All Browsers section for conciseness and to reduce redundancy.
Rewrote and restructured the new primary section for conciseness and consistency and to eliminate redundancy as needed.
Removed obsolete sentence from the About section.
Other minor cleanups and fixes.
Also added additional safeguard against sticky unprocessed-request
status: all unprocessed-request statuses will be cleared after a
minute elapsed following intialization. The idea is that if the
user hasn't care to force a reload of the page, then it's assumed
to be by choice and uBO should stop informing about the status.
A new optional parameter has been added to `set-constant`
scriptlet: `runAt`, default to `0`.
..##+js(set, document.body.oncontextmenu, null, 2)
When the `runAt` parameter is present, uBO will take it into
account to possibly defer execution of `set-constant`:
- `runAt` not present: execute immediately
- `runAt` = 1: execute immediately
- `runAt` = 2: execute when document state is "interactive"
- `runAt` = 3: execute when document state is `"complete"