🙂
Pinned Loading
-
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*
-
OCM Bookmarklets
OCM Bookmarklets 1# OCM Specific
2## Get an OAuth token for whatever OCM site you're on
3I 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
5javascript: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")
-
content-and-experience-toolkit
content-and-experience-toolkit PublicForked 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
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.