Showing 22 open source projects for "removing plugins"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
    Try free now
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 1
    CNI

    CNI

    Container Network Interface - networking for Linux containers

    CNI (Container Network Interface), a Cloud Native Computing Foundation project, consists of a specification and libraries for writing plugins to configure network interfaces in Linux and Windows containers, along with a number of supported plugins. CNI concerns itself only with network connectivity of containers and removing allocated resources when the container is deleted. Because of this focus, CNI has a wide range of support and the specification is simple to implement. As well...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    cssnano

    cssnano

    A modular minifier, built on top of the PostCSS ecosystem

    ... than whitespace transforms! Optimizations range from compressing colors & removing comments, to discarding overridden at-rules, normalizing unicode-range descriptors, even mangling gradient parameters for a smaller output value! In addition, where it's made sense for a transform, we've added Browserslist to provide different output depending on the browsers that you support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Return YouTube Dislike

    Return YouTube Dislike

    Chrome extension to return youtube dislikes

    Return YouTube Dislike is an open-source extension that returns the YouTube dislike count. Available for Chrome and Firefox as a Web Extension. Also available for other browsers as JS Userscript. Additionally, the dislike field in the YouTube API was removed on December 13th, 2021, removing any ability to judge the quality of content before watching. With the removal of dislike stats from the YouTube API, our backend switched to using a combination of scraped dislike stats, and estimates...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    CustomCSSforFx

    CustomCSSforFx

    Custom CSS tweaks for Firefox

    ... already present UI items. Edit userChrome.css and userContent.css with any text editor (Notepad++ recommended on Windows) and enable or disable any feature you like by modifying, removing, or out-commenting available import strings. Open CSS files with a text editor. Look through the code and change values the way you need. Some files contain additional instructions about how to tweak the UI for individual cases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Precoro helps companies spend smarter Icon
    Precoro helps companies spend smarter

    Fully Automated Process in One Tool: From Purchase Orders to Budget Control and Reporting.

    For minor company expenses, you might utilize a spend management solution or track everything in spreadsheets. For everything more, you'll need Precoro. We help companies achieve procurement excellence and budget efficiency by building transparent, predictable, automated spending workflows.
    Learn More
  • 5
    graphql-compose

    graphql-compose

    Toolkit for generating complex GraphQL Schemas on Node.js

    ..., updating, removing records. Provides an easy way for creating relations between types via Resolvers. Are declarative generators/plugins built on top of graphql-compose, which take some ORMs, schema definitions and create GraphQL Models from them or modify existing GraphQL Types. Adds additional types Date, Json.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    FMSec - File Manager Security

    FMSec - File Manager Security

    Security Extensions to File Managers

    FMSec (File Manager SECurity) is a set of extensions to file managers that enable some security-related operations to be easily performed. The operations are: - encryption and decryption using OpenSSL (https://www.openssl.org/), - safe removing (shredding) files and directories (recursively), - mounting and unmounting TrueCrypt and VeraCrypt (https://www.veracrypt.fr/en/) volumes, - wiping the free space on a filesystem using WipeFreeSpace (https://wipefreespace.sourceforge.io...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    Search Deflector

    Search Deflector

    A small program that forwards searches from Cortana

    Search Deflector is a small system utility that redirects searches made from the start menu or Cortana to whatever browser and search engine you prefer, removing ties with Microsoft Edge and Bing. This software allows you to perform faster web searches by just tapping the Windows key, and typing your search. Hit enter, or click one of the results in the right panel. This is faster than opening your browser (if it isn't already), opening a new tab, and clicking the search bar. After a simple...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    jQuery contextMenu plugin & polyfill

    jQuery contextMenu plugin & polyfill

    jQuery contextMenu plugin & polyfill

    The contextMenu Plugin was designed for web applications in need of menus on a possibly large amount of objects. Unlike implementations as a beautiful site's or trendskitchens' this contextMenu treats the menu as the primary object. That means, that a single menu is defined that can be used by multiple objects. Unlike the mentioned plugins, contextMenu doesn't need to bind itself to triggering objects. This allows injecting and removing triggers without having to re-initialize or update...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Embark

    Embark

    Framework for serverless Decentralized Applications using Ethereum

    Embark is a platform that enables easy development and deployment of decentralized applications. Build, test, and deploy your Smart Contracts without the hassle. Embark takes care of the groundwork, watches for changes, and redeploys your application when needed. Testing shouldn't be an afterthought. Embark makes debugging and testing first-class citizens of your development workflow. Pick and choose which features, plugins and tools you want to integrate with. Embark is built with modularity...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Boost your bottom line in less time | IBM Cognos Analytics Icon
    Boost your bottom line in less time | IBM Cognos Analytics

    Business intelligence solution for businesses wanting to make better analytics and confident decisions

    IBM Cognos Analytics acts as your trusted co-pilot for business with the aim of making you smarter, faster, and more confident in your data-driven decisions.
    Learn More
  • 10
    Mozilla GPO plugin/module

    Mozilla GPO plugin/module

    Firefox and Thunderbird addon to manage settings using AD Group Policy

    Firefox, Thunderbird and Pale Moon autoconfig module for manage user preferences and user profile CA certificates from Active Directory Group Policy. I highly recommend using the Group Policy addon with Firefox ESR releases. Regular releases may contain changes to which the addon is not adapted. Since 53 Firefox support only WebExtensions. WebExtensions can't access to registry and can't do anything with application preferences. Therefore the **last version** of Firefox in which this...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 11
    custom-react-scripts

    custom-react-scripts

    Allow custom config for create-react-app without ejecting

    Modify the .env file in the root of the generated project, and add any of the configuration options to enable that feature. The generated project comes with every option turned on by default, but you can remove them at any time by removing the options from the .env file. Add a .env. file with the desired features. Files that are not prefixed with the module will be parsed normally. Some of the babel presets and plugins that people might use are experimental. If they're used in a project...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    VertyCal

    VertyCal

    calendar based vertical table cell data management application

    VertyCal, short for Vertical Calendar, is a PHP MySQLi application for creating calendar based vertical table cell data managed entries; with the output being viewable to the public and the input functions restricted to a log in access only. Removing entries may only be executed by log in status as well as adding notation to each entry as an update query. Now a WordPress plugin. see: https://wordpress.org/plugins/vertycal/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    CATS Generation Quickfixes

    Automatically generates Unit Tests and provides feedback in eclipse.

    ...-quickfixes/tests. Using the eclipse preferences, you can enable uncovered lines and deleted lines. Uncovered lines shows lines that EvoSuite couldn't test so they might not be reachable under any circumstance. Possibly deleted lines are lines that the Java compiler may be removing as they are not needed. Notice: This plugin attaches 2 JAR files to projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    conJoin

    Combine JAR Files

    A graphical tool for combining JAR files together into a single distributable JAR. Reads the manifest of the main JAR so you can use it to find the supporting JARs needed, or edit the manifest by adding or removing JARs. Can be used to combine multiple JARs into a single distributable JAR, install plugins into an existing JAR, or update the JAR with newer versions of existing classes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    PostgreSQL recover deleted rows trigger

    PostgreSQL recover deleted rows trigger

    ... ------------------ Prevents purging of records using this utility (after installation), which lets you recover deleted records on any table regardless of the data types. If the table structure changes (adding or removing fields) after deleting records in that table, the function fn_RecuperarReg can recover deleted records, stored in the table deleted.borradoscopia using a filter on one field. More information in the wiki
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Audivolv

    Audivolv

    Artificial intelligence evolves musical instruments played with mouse

    ... and reordering, copying, and removing blocks of code. Listen to the recorded music in files section of sourceforge or try it for yourself. This branched into my other projects: GigaLineCompile, JSelfModify, JSoundCard, and Human AI Net as I got more into the AI and systems side of things and explored vision research as a better user interface to network minds together through the Internet. Someday I will bring it all together in a shared space on the Internet.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 17
    ... patience, feedback and support. Description: OptimizeGoogle is a Firefox extension that enhances Google search results and other pages by adding extra information and removing unwanted information. Created to maintain and improve CustomizeGoogle which seems to have been abandoned.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Supybot Twitter plugin, using OAuth. Requires oauth2 & simplejson As of March 2013, Twitter will be removing API 1.0 and supytweet will likely cease to work. For an up to date twitter plugin see ProgVal's Twitter on his github; https://github.com/ProgVal/Supybot-Plugins
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    This module lets specify which users to add to contact lists automatically. Module's configuration allows to specify either all users and some exceptions or certain JIDs. It was written for Jabberd14 (1.4 and 1.6 of Jabberd are supported).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    This avisynth filter use GPU to compute the multipassable bilateral filter. Useful for removing the noise from highly compressed anime.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 21
    Incubator for Eclipse Platform plugins that are refactored by removing unneccesary dependecies to other plugins (e.g. org.eclipse.ui.ide)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    The goal of this project is to enable World of Warcraft Machinima Creators to create more customized movies, by removing limitions using a Machinima Server and a Machinima GUI Add-on. THIS IS NOT A WOW SERVER EMULATOR.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next