11 comments

  • , 10 years ago

    I recently made my first Chrome extension, a plugin that cleans up some of reddit's styling. You still get that same reddit feel with a little bit more of a clean, DN look.

    2 points
  • Jean ChouinardJean Chouinard, 10 years ago

    Can't download it. Makes an error.

    0 points
    • , 10 years ago

      I was getting that same issue yesterday when trying to access the link. I'm not sure what caused it, but I think that it's resolved now.

      0 points
  • Robert BusbyRobert Busby, 10 years ago

    Firefox please :(

    0 points
  • David SinclairDavid Sinclair, 10 years ago

    EXCELLENT! so much better. You successfully polished a turd! How is making extensions generally done?

    0 points
    • , 10 years ago

      Thank you. This is the first extension that I have tried to make and really only scratches the surface of what you can do with them. They are actually super easy to create and implement.

      Basically all you have to do is have a manifest.json file which handles all of the configuration. In that file you can include any HTML, CSS, JS, or media assets that you want. Chrome has a pretty extensive API that allows your plugin to actually interact with the browser. While your extension is in development, you can install it like any other extension on the management page and then when you are done you can submit it to the Chrome Web Store.

      This extension was super basic and is essentially a couple of CSS files and some jQuery to remove custom subreddit stylesheets and clean up conflicting styling from RES.

      1 point