Skip to content
View tcaruth's full-sized avatar
πŸ™‚
πŸ™‚

Organizations

@vgmforbin @Smilewhale

Block or report tcaruth

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. OCM Dark Mode OCM Dark Mode
    1
    // ==UserScript==
    2
    // @name        _OCM Dark Mode
    3
    // @version     1.2.9
    4
    // @match       http*://*.cec.ocp.oraclecloud.com/documents/*
    5
    // @match       http*://*.identity.oraclecloud.com/ui/v1/signin*
  2. OCM Bookmarklets OCM Bookmarklets
    1
    # OCM Specific
    2
    ## Get an OAuth token for whatever OCM site you're on
    3
    I was tired of trying to select exactly the token part of the JSON so I can paste it into Postman, so I made this
    4
    ```javascript
    5
    javascript:window.location.href.includes(".com/documents")?$.post(window.location.origin+"/system/api/v1/security/token").done((e=>{let o=document.createElement("input");o.value=e.accessToken,document.body.appendChild(o),o.select(),document.execCommand("copy"),document.body.removeChild(o)})).fail(((e,o,t)=>{alert("Failed with HTTP code:"+e.status)})):alert("Only usable from OCM dashboards")
  3. content-and-experience-toolkit content-and-experience-toolkit Public

    Forked from oracle/content-and-experience-toolkit

    The Oracle Content Management Toolkit and SDKs help you develop custom applications that consume content that is managed in the OCM repository. These applications can be developed in the Content Ma…

    JavaScript