This repository was archived by the owner on Oct 5, 2022. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/maven-dependency-check.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -18,7 +18,7 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-

- uses: actions/setup-java@v1
- uses: actions/setup-java@v2.3.1
with:
java-version: 11

Expand DownExpand Up@@ -46,7 +46,7 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-

- uses: actions/setup-java@v1
- uses: actions/setup-java@v2.3.1
with:
java-version: 11

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -25,7 +25,7 @@ jobs:
${{ runner.os }}-maven-

- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v1
uses: actions/setup-java@v2.3.1
with:
java-version: ${{ matrix.java }}

Expand All@@ -49,7 +49,7 @@ jobs:
${{ runner.os }}-maven-

- name: Set up JDK 11
uses: actions/setup-java@v1
uses: actions/setup-java@v2.3.1
with:
java-version: 11

Expand Down
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Add copy buttons to all \u003cpre\u003e\u003ccode\u003e blocks\n(function() {\n function addCopyButtons() {\n document.querySelectorAll('pre code').forEach(function(codeBlock) {\n if (codeBlock.parentElement.hasAttribute('data-copy-added')) return;\n codeBlock.parentElement.setAttribute('data-copy-added', 'true');\n \n var btn = document.createElement('button');\n btn.textContent = 'Copy';\n btn.style.cssText = 'position:absolute;top:4px;right:4px;padding:2px 8px;font-size:11px;background:#4ecdc4;border:none;border-radius:4px;color:#1a1a2e;cursor:pointer;opacity:0.7;transition:opacity 0.2s;';\n btn.onmouseover = function() { this.style.opacity = '1'; };\n btn.onmouseout = function() { this.style.opacity = '0.7'; };\n btn.onclick = function() {\n navigator.clipboard.writeText(codeBlock.textContent).then(function() {\n btn.textContent = 'Copied!';\n setTimeout(function() { btn.textContent = 'Copy'; }, 1500);\n });\n };\n codeBlock.parentElement.style.position = 'relative';\n codeBlock.parentElement.appendChild(btn);\n });\n }\n \n addCopyButtons();\n \n // Re-run on dynamic content\n var observer = new MutationObserver(addCopyButtons);\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Add Copy Buttons to Code Blocks"); } } catch(__e) { console.warn('[Userscript:Add Copy Buttons to Code Blocks]', __e); } })(); })();
Skip to content
This repository was archived by the owner on Oct 5, 2022. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/maven-dependency-check.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -18,7 +18,7 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-

- uses: actions/setup-java@v1
- uses: actions/setup-java@v2.3.1
with:
java-version: 11

Expand DownExpand Up@@ -46,7 +46,7 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-

- uses: actions/setup-java@v1
- uses: actions/setup-java@v2.3.1
with:
java-version: 11

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -25,7 +25,7 @@ jobs:
${{ runner.os }}-maven-

- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v1
uses: actions/setup-java@v2.3.1
with:
java-version: ${{ matrix.java }}

Expand All@@ -49,7 +49,7 @@ jobs:
${{ runner.os }}-maven-

- name: Set up JDK 11
uses: actions/setup-java@v1
uses: actions/setup-java@v2.3.1
with:
java-version: 11

Expand Down