Update README for Pail
This commit is contained in:
parent
f7276dcb3d
commit
3dedf5cc13
31
README.md
31
README.md
|
@ -1,25 +1,10 @@
|
|||
# Old Reddit Redirect
|
||||
# Pail Bitbucket Extension
|
||||
|
||||
[Chrome extension](https://chrome.google.com/webstore/detail/old-reddit-redirect/dneaehbmnbhcippjikoajpoabadpodje)
|
||||
This is a small extension to add a few features to Bitbucket Server:
|
||||
* Filter forks out of search by default
|
||||
* Some simple syntax parsing in backticked comments
|
||||
* Scroll on file headers in the diff viewer to quickly flipped through changed
|
||||
* Sort base (unforked) and your own repos to the top of repo search on the dashboard
|
||||
* Click words in the differ to highlight all instances of that word
|
||||
|
||||
[Firefox extension](https://addons.mozilla.org/firefox/addon/old-reddit-redirect)
|
||||
|
||||
Dislike Reddit's redesign? Old Reddit Redirect will ensure that you always load the old (old.reddit.com) design instead.
|
||||
|
||||
Will force all reddit.com usage to old.reddit.com. Will work when navigating to the site, opening links, using old bookmarks. Works regardless of whether you are logged in or not, and in incognito mode.
|
||||
|
||||
#### Redirected domains
|
||||
|
||||
- `reddit.com`
|
||||
- `www.reddit.com`
|
||||
- `np.reddit.com`
|
||||
- `amp.reddit.com`
|
||||
- `i.reddit.com`
|
||||
|
||||
#### Whitelisted domains
|
||||
|
||||
- `new.reddit.com`
|
||||
|
||||
## License
|
||||
|
||||
Code copyright Tom Watson. Code released under [the MIT license](LICENSE.txt).
|
||||
Currently only works for Firefox.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Sage's BitBucket Addon",
|
||||
"description": "Ensure searches don't include forks (and other enhancements)",
|
||||
"version": "1.0.13",
|
||||
"version": "1.0.14",
|
||||
"manifest_version": 2,
|
||||
"browser_specific_settings": {
|
||||
"gecko": {
|
||||
|
|
Loading…
Reference in New Issue