{"id":26762213,"url":"https://github.com/jollysleeper/priconf","last_synced_at":"2025-03-28T18:34:52.246Z","repository":{"id":169462148,"uuid":"637798305","full_name":"jollySleeper/Priconf","owner":"jollySleeper","description":"🌐 Web Extension for managing your configs for alternate frontends.","archived":false,"fork":false,"pushed_at":"2024-11-17T12:12:36.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-17T13:21:00.879Z","etag":null,"topics":["firefox","firefox-addon","firefox-extension","javascript"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jollySleeper.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-08T12:36:06.000Z","updated_at":"2024-11-17T12:12:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"1f8e0e10-7214-4951-8433-bcab3791f853","html_url":"https://github.com/jollySleeper/Priconf","commit_stats":null,"previous_names":["jollysleeper/priconf"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jollySleeper%2FPriconf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jollySleeper%2FPriconf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jollySleeper%2FPriconf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jollySleeper%2FPriconf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jollySleeper","download_url":"https://codeload.github.com/jollySleeper/Priconf/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246081757,"owners_count":20720759,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["firefox","firefox-addon","firefox-extension","javascript"],"created_at":"2025-03-28T18:34:51.813Z","updated_at":"2025-03-28T18:34:52.235Z","avatar_url":"https://github.com/jollySleeper.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌐 Priconf\n\n\u003e ⚠️ Work In Progres\n\nCurrently a hard coded Firefox Browser Web Extension for having a unified configuration to your alternate Frontends of favourite services. The extension automatically reloads the page of specified Frontend instances and injects consistent settings and themes, ensuring a uniform experience across all hosted instances.\n\n## 🔥 Motivation\n\nThe [LibReddit](https://github.com/libreddit/libreddit) instances I used from [LibRedirect](https://github.com/libredirect/browser_extension) used to have different settings for different instances.\nI wanted all the instances that I use to have same settings. So, here is the basic Web Extension I created over the weekend.\nOver time, I expanded this functionality to different alternate frontends.\n\n## 📖 Table of Contents\n\n- [✨ Features](#-features)\n- [🛣️ Roadmap](#-roadmap)\n- [🚀 Installation](#-installation)\n- [🔧 Configuration](#-configuration)\n- [🛠️ Usage](#-usage)\n- [🗑️ Uninstall](#-uninstall)\n- [🐛 Bugs or Requests](#-bugs-or-requests)\n- [🤝 Contributing](#-contributing)\n- [📄 License](#-license)\n- [🙏 Acknowledgments](#-acknowledgments)\n\n## ✨ Features\n\n- **Uniformity**: Injects predefined settings and themes for a consistent user experience for selected fronent instances.\n- **Automatic Page Reload**: Automatically reloads the selected instance page when accessed to inject preferences.\n- **Multiple Instances**: Supports various hosted instances of different FroneEnd services, allowing users to switch seamlessly.\n- **Currently Supported Frontends**:\n    - [LibReddit](https://github.com/libreddit/libreddit)\n    - [SearXNG](https://github.com/searxng/searxng)\n    - [AnonymousOverflow](https://github.com/httpjamesm/AnonymousOverflow)\n    - [Piped](https://github.com/TeamPiped/Piped)\n    - [Nitter](https://github.com/zedeus/nitter)\n    - [LibreMDB](https://github.com/zyachel/libremdb)\n    - [Quetre](https://github.com/zyachel/quetre)\n\n## 🛣️ Roadmap\n\n- [ ] Add UI\n- [ ] Take instances input from User\n- [ ] Allow User to configure settings via UI\n\n## 🚀 Installation\n\n\u003e Curently you will have to hard code your settings and use it in Debugging Mode.\n\n- **Clone the repository**:\n   ```bash\n   git clone https://github.com/jollySleeper/priconf.git\n   cd priconf\n   ```\n- **Adjust your Settings**:\n    Hard code your settings for specific instances in `priconf.js`. See [configuration](#configuration) for more details.\n- **Load the extension in Firefox**:\n   - Open Firefox and navigate to `about:debugging#/runtime/this-firefox`.\n   - Click on \"Load Temporary Add-on\".\n   - Select the `manifest.json` file from the cloned repository.\n\n## 🔧 Configuration\n\nThe settings for each alternate frontend can be found in the `priconf.js` file.\nChange `myInstances` variable for each alternate frontend fuction to apply preferences to your select instances.\n\nExample configuration:\n```javascript\nfunction libreddit() {\n    const myInstances = [\n        \"https://libreddit.kavin.rocks\",    // Instance 1\n        \"https://libreddit.pussthecat.org\", // Instance 2\n    ];\n\n    // Preferred Settings \n}\n```\n\nAbove code snippet will apply your preferred configuration to the following instances.\n\n## 🛠️ Usage\n\nOnce the extension is installed, it will automatically reload the instances that you visit which are configured and apply the specified settings.\n\n## 🗑️ Uninstall\n\nIf you decide to uninstall, we're sorry to hear that `priconf` didn't meet your expectations. We appreciate your feedback. \nTo uninstall, head to `about:addons` in Firefox Browser and remove the the Priconf add-on installed.\nAlso, delete the Priconf folder using `rm -r priconf` command.\n\n## 🐛 Bugs or Requests\n\nIf you encounter any problem(s) feel free to open an [issue](https://github.com/jollySleeper/priconf/issues/new).\nIf you feel the project is missing a feature, please raise an [issue](https://github.com/jollySleeper/priconf/issues/new) with `FeatureRequest` as heading.\n\n## 🤝 Contributing\n\nContributions are welcome! Please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch (`git checkout -b feature/YourFeature`).\n3. Make your changes and commit them (`git commit -m 'Add some feature'`).\n4. Push to the branch (`git push origin feature/YourFeature`).\n5. Open a pull request.\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](https://github.com/jollySleeper/priconf/blob/main/LICENSE) file for details.\n\n## 🙏 Acknowledgments\n\n- Thank you for all the contributers, contributing to any of above mentioned projects.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjollysleeper%2Fpriconf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjollysleeper%2Fpriconf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjollysleeper%2Fpriconf/lists"}