Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alaternative Search Engines - new entry selector #31

Merged
merged 1 commit into from Nov 20, 2020
Merged
Changes from all commits
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

Alaternative Search Engines - new entry selector

  • Loading branch information
chrmod committed Nov 20, 2020
commit f907d4bd075b4478c98f572cdc6ca85837810725
@@ -3,7 +3,7 @@
(async function () {

function cleanup() {
const $content = document.querySelector('.main-content');
const $content = document.querySelector('.other-search-engines');
const $searchEngines = document.querySelector('.searchengines');
if ($searchEngines) {
$content.removeChild($searchEngines);
@@ -12,7 +12,7 @@

async function addSearchEngines() {
const query = new URLSearchParams(window.location.search).get('q');
const $content = document.querySelector('.main-content');
const $content = document.querySelector('.other-search-engines');
const searchEngines = await browser.runtime.sendMessage({
action: 'getSearchEngines',
});
@@ -1,5 +1,5 @@
{
"version": "0.1.15",
"version": "0.1.16",
"browser_specific_settings": {
"gecko": {
"id": "search@ghostery.com"
ProTip! Use n and p to navigate between commits in a pull request.