Skip to content

Instantly share code, notes, and snippets.

View andymagill's full-sized avatar
👀
Looking for Opportunities

Andrew Magill andymagill

👀
Looking for Opportunities
View GitHub Profile
@andymagill
andymagill / Example JS class
Last active May 24, 2023 20:23
Simple JS class for copiepasta
// Example Class
class Example {
// properties
// methods
constructor() {
@andymagill
andymagill / Taleo Injector
Created February 8, 2024 14:08
For a consistent navigation and branding, this script loads content, styles and dependencies from one website and injects them into a 3rd party service platform.
// Taleo brandfile external JS
class Injector {
site_url;
style_paths;
script_paths;
script_paths_loaded;
scripts_inited;