20
submitted 1 year ago* (last edited 1 year ago) by LollerCorleone@kbin.social to c/opensource@kbin.social

Since Greasemonkey is no longer being updated and /kbinStyles has been thriving, with people creating a lot of userscript for added functionality, I thought I should introduce Violentmonkey here. It is a really good opensource alternative for Tampermonkey and works well.

Supported browsers: Firefox, Chrome, Edge, Opera

You can check it out here: https://violentmonkey.github.io/

you are viewing a single comment's thread
view the rest of the comments
[-] pvq@kbin.social 2 points 1 year ago

One of the things I used violentmonkey for was to redirect any reddit url to the old reddit.

Example

// ==UserScript==
// @name        Old reddit redirect
// @namespace   Violentmonkey Scripts
// @match       https://www.reddit.com/*
// @grant       none
// @version     1.0
// @author      -
// @description 10/8/2022, 8:20:18 PM
// ==/UserScript==

var str = window.location.href;
window.location.replace(str.replace("www.reddit.com", "old.reddit.com"));

[-] Infiltrated_ad8271@kbin.social 3 points 1 year ago

If you use any google service, take a look at Google Shut Up!

this post was submitted on 27 Jun 2023
20 points (100.0% liked)

Opensource

29 readers
3 users here now

This magazine is dedicated to discussions on open source software, hardware, and technology. Whether you are a developer, a tech enthusiast, or simply interested in the philosophy of open source, this is the place for you. Here you can share your knowledge, ask questions, and engage in discussions on topics such as open source programming languages, operating systems, hardware, and more. From the benefits and challenges of open source to the latest developments and trends, this category covers a wide range of topics related to open source.

founded 2 years ago