Compare commits
	
		
			5 Commits
		
	
	
		
			1.0.0
			...
			82ef4235a6
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 82ef4235a6 | |||
| 9764c5dc63 | |||
| e1a8e76262 | |||
| 65ae1fea3d | |||
| ec13e81413 | 
@@ -89,7 +89,7 @@ function createPraxisBanner(content) {
 | 
			
		||||
    "healthcare": [
 | 
			
		||||
      { "name": "Families USA", "url": "https://www.familiesusa.org/donate/" },
 | 
			
		||||
      { "name": "Planned Parenthood", "url": "https://www.plannedparenthood.org/donate" },
 | 
			
		||||
      { "name": "Doctors Without Borders", "url": "https://www.doctorswithoutborders.org/donate"}
 | 
			
		||||
      { "name": "Doctors Without Borders", "url": "https://give.doctorswithoutborders.org/campaign/675296/donate"}
 | 
			
		||||
    ],
 | 
			
		||||
    "racial-justice": [
 | 
			
		||||
      { "name": "NAACP Legal Defense and Educational Fund (NAACP LDF)", "url": "https://www.naacpldf.org/donate/" },
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										
											BIN
										
									
								
								example.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								example.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 1.6 MiB  | 
							
								
								
									
										
											BIN
										
									
								
								landing.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								landing.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 85 KiB  | 
@@ -151,7 +151,7 @@
 | 
			
		||||
    "default_popup": "popup.html"
 | 
			
		||||
  },
 | 
			
		||||
  "background": {
 | 
			
		||||
    "service_worker": "background.js",
 | 
			
		||||
    "scripts": ["background.js"],
 | 
			
		||||
    "type": "module"
 | 
			
		||||
  },
 | 
			
		||||
  "icons": {
 | 
			
		||||
 
 | 
			
		||||
@@ -9,7 +9,7 @@
 | 
			
		||||
    "rename:model": "mv dist/models/nli-deberta-v3-small/onnx/model.onnx dist/models/nli-deberta-v3-small/onnx/model.onnx_quantized.onnx",
 | 
			
		||||
    "copy:config_and_tokenizer": "cpx \"./nli-deberta-v3-small/*.json\" dist/models/nli-deberta-v3-small/",
 | 
			
		||||
    "build": "npm run clean && npm run copy:static && npm run copy:transformers && npm run copy:config_and_tokenizer && npm run copy:model_temp && npm run rename:model",
 | 
			
		||||
    "release": "npm run build && bestzip praxis-v${npm_package_version}.zip dist/*"
 | 
			
		||||
    "release": "npm run build && cd dist && bestzip ../praxis-v${npm_package_version}-firefox.zip *"
 | 
			
		||||
  },
 | 
			
		||||
  "devDependencies": {
 | 
			
		||||
    "cpx": "^1.5.0",
 | 
			
		||||
 
 | 
			
		||||
@@ -29,13 +29,16 @@ Don't let the news consume you. Let it fuel your fire. Convert your justifiable
 | 
			
		||||
 | 
			
		||||
**Download Praxis today and make damn sure every click contributes to a better world.**
 | 
			
		||||
 | 
			
		||||
Chrome: Todo
 | 
			
		||||
Chrome: [Download Zip](https://gitea.bubbletea.dev/shibao/praxis/releases/download/1.0.0/praxis-v1.0.0-chrome.zip)
 | 
			
		||||
 | 
			
		||||
Firefox: Todo
 | 
			
		||||
Firefox: [Download Zip](https://gitea.bubbletea.dev/shibao/praxis/releases/download/1.0.0/praxis-v1.0.0-firefox.zip)
 | 
			
		||||
 | 
			
		||||
**Stop watching the world burn. Start making a difference.**
 | 
			
		||||
 | 
			
		||||
# Demo
 | 
			
		||||
# Screenshots and Demo
 | 
			
		||||
 | 
			
		||||

 | 
			
		||||

 | 
			
		||||
 | 
			
		||||
<video controls autoplay loop muted playsinline>
 | 
			
		||||
  <source src="https://gitea.bubbletea.dev/shibao/praxis/raw/branch/main/praxis.mp4" type="video/mp4">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user