Greasy Fork is available in English.

CampusOnline bypass

snälla karwan ta bort nu genast!

// ==UserScript==
// @name         CampusOnline bypass
// @namespace    http://tampermonkey.net/
// @version      0.2
// @description  snälla karwan ta bort nu genast!
// @author       nilsonstine the great
// @match        https://campusonline.se/
// @grant        none
// ==/UserScript==

(function() {
    'use strict';

    if(window.location.href.indexOf("campusonline") != -1){
    window.location="https://classroom.google.com/h";
    }
    //PLEASE KARWAN IM BEGGING
})();