cyberstream / Fix-the-Web-Server-Side

**NOT MAINTAINED** The server-side files for the "Fix the Web" Opera extension project. Includes the OAuth authentication libraries and the server-side files for processing AJAX GET/POST requests from the extension.
3 stars 0 forks source link

THIS PROJECT HAS BEEN DISCONTINUED

Update (March 2, 2022): As a group of developers who met through the Opera Browser community, we originally started this project with plans to patch malformed web pages that were improperly rendered when using Opera Presto. Before this project was completed, Opera migrated its rendering engine to Chromium, eliminating most of these rendering issues.


Server Side Files for "Fix the Web"

This repository contains the server-side files for the Fix the Web Opera extension project.

Configuration

In order to test the extension locally, there are a couple things that must be initialized or configured.

  1. If you have a server and database installed such as WAMPServer, MAMP, LAMP, or something comparable, then put these files in/beneath the server web root directory.

  2. Insert the appropriate details for your database in db.php. Visit the install.php page in your web browser to create the tables needed for the project.

  3. In Fix the Web/scripts, in the background.js file, in the CONFIG section at the top of the file, specify the path to these server-side file on your local web server.

Now Fix the Web should run just fine!

Links

Install the lastest stable version in the Opera addons catalog

Offical blog - Official forums

CSS Patches repository

Server-side repository - Web Interface - Beta Web Interface

How to Patch a Web Page - How to Create CSS Patches