Skip to content

Commit

Permalink
Improve conkerror setup
Browse files Browse the repository at this point in the history
- shorten jira webjump
- add gitlab webjump
- complete with bookmarks
  • Loading branch information
kamaradclimber committed Sep 28, 2015
1 parent c934328 commit 16e1706
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion conkerorrc/default.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
session_pref("general.useragent.compatMode.firefox", true);

url_completion_use_bookmarks = true;

//Activate http pipelining.
session_pref("network.http.pipelining", true);

Expand Down Expand Up @@ -32,7 +34,10 @@ read_buffer_show_icons = true;
//----- webjumps -----

//criteo jira
define_webjump("jira","https://jira.criteois.com/browse/%s");
define_webjump("j","https://jira.criteois.com/browse/%s");

//criteo gitlab
define_webjump("gitlab","https://gitlab.criteois.com/search?utf8=%E2%9C%93&search=%s");

//confluence search
define_webjump("c", "https://confluence.criteois.com/dosearchsite.action?queryString=%s");
Expand Down

0 comments on commit 16e1706

Please sign in to comment.