Skip to content

BBBaden-Moodle-userscripts/BBBUserScriptManager-Enhanced

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BBBUserScriptManager (WIP)

! Make sure the scripts are in the correct order !

script order

Console

console

Adding support to your own scripts

If you want to BBBUserScriptManager to support your own scripts, you can do so easily by adding a few lines of code to your script. Here is an example of how you can add support to your script:

Take a look at the example script

Add the following lines to the metadata (// ==UserScript==) block of your script:

// @grant        GM_info
// @note         MODULES: [bridge.lib.js]
// @require      https://github.com/BBBaden-Moodle-userscripts/BBBUserScriptManager/raw/main/bridge.lib.js

and add the following line to the end of your script:

const connection = new Script();

About

UserScript Manager for all of our userscripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published