question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Import/export refined github settings

See original GitHub issue

This extension has a LOT of features, and it took me quite a while to go through and toggle all of the ones off/on to suit my needs/desires. It would be good if I was able to export my settings as a .json file or similar, so that I can back them up, and/or to be able to share them with my friends/colleagues.

Then there would also need to be a way for me to import this .json of settings again too.

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:9
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
fregantecommented, Oct 23, 2021
1reaction
kidonngcommented, Oct 21, 2021

For the moment, you can use the following method to sync settings manually:

// 1. Open Console from DevTools of the options page
// 2. Run the snippet to copy the list of disabled features
copy($$('.feature > input:not(:checked)').map(i => i.id))
// 3. On another browser, open console and enter disabled features
const disabledFeatures = // paste here
// 4. Run the snippet to sync states
$$('.feature > input').forEach(i => i.checked === disabledFeatures.includes(i.id) && i.click())

@tupaschoal If you own those machines, you can just log in to the same (vendor) account and let the browser sync them.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Import/export refined github settings · Issue #3981
This extension has a LOT of features, and it took me quite a while to go through and toggle all of the ones...
Read more >
Reviews for Refined GitHub – Add-ons for Firefox (en-CA)
Reviews and ratings for Refined GitHub. Find out what other users think about Refined GitHub and add it to your Firefox Browser. ......
Read more >
Refined GitHub
Simplifies the GitHub interface and adds useful features.
Read more >
useExport | refine - Refine Dev
API References; Hooks; Import - Export; useExport ... import { useExport } from "@pankod/refine"; ... https://api.fake-rest.refine.dev/posts.
Read more >
Salesforce Commerce Cloud Infocenter
Search Refinement Definitions ... Configure Search Settings for Page Designer Pages ... Salesforce Commerce Cloud GitHub Repositories and Access
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found