From 875b8369127419609d3735c84e09dc111b270145 Mon Sep 17 00:00:00 2001 From: jsDelivr Bot Date: Fri, 7 Dec 2018 20:21:39 +0100 Subject: [PATCH] Replace RawGit with jsDelivr --- 3D Page.js | 2 +- Games/Lupire.js | 2 +- Games/TicTacToe.js | 2 +- Toys/Piano.js | 2 +- Toys/spotlight.js | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/3D Page.js b/3D Page.js index 3a6b31e..fb76ba2 100644 --- a/3D Page.js +++ b/3D Page.js @@ -1,3 +1,3 @@ //Shows the page in a 3D perspective (Settings in the corner) -javascript:(function(){var js=document.body.appendChild(document.createElement("script"));js.onerror=function(){alert("Sorry, the script could not be loaded.")};js.src="https://rawgit.com/Krazete/bookmarklets/master/tri.js"})(); +javascript:(function(){var js=document.body.appendChild(document.createElement("script"));js.onerror=function(){alert("Sorry, the script could not be loaded.")};js.src="https://cdn.jsdelivr.net/gh/Krazete/bookmarklets/tri.js"})(); diff --git a/Games/Lupire.js b/Games/Lupire.js index 9542519..8c9f290 100644 --- a/Games/Lupire.js +++ b/Games/Lupire.js @@ -1,3 +1,3 @@ //Pinball game -javascript:(function(){var js=document.body.appendChild(document.createElement("script"));js.onerror=function(){alert("Sorry, the script could not be loaded.")};js.src="https://rawgit.com/Krazete/bookmarklets/master/lupire.js"})(); +javascript:(function(){var js=document.body.appendChild(document.createElement("script"));js.onerror=function(){alert("Sorry, the script could not be loaded.")};js.src="https://cdn.jsdelivr.net/gh/Krazete/bookmarklets/lupire.js"})(); diff --git a/Games/TicTacToe.js b/Games/TicTacToe.js index 973fb7c..736e265 100644 --- a/Games/TicTacToe.js +++ b/Games/TicTacToe.js @@ -1,3 +1,3 @@ //Allows for multiple games of tic-tac-toe -javascript:(function(){var js=document.body.appendChild(document.createElement("script"));js.onerror=function(){alert("Sorry, the script could not be loaded.")};js.src="https://rawgit.com/Krazete/bookmarklets/master/tic.js"})(); +javascript:(function(){var js=document.body.appendChild(document.createElement("script"));js.onerror=function(){alert("Sorry, the script could not be loaded.")};js.src="https://cdn.jsdelivr.net/gh/Krazete/bookmarklets/tic.js"})(); diff --git a/Toys/Piano.js b/Toys/Piano.js index 3d1e403..fbbe308 100644 --- a/Toys/Piano.js +++ b/Toys/Piano.js @@ -1,3 +1,3 @@ //Shows a piano on the page -javascript:(function(){var js=document.body.appendChild(document.createElement("script"));js.onerror=function(){alert("Sorry, the script could not be loaded.")};js.src="https://rawgit.com/Krazete/bookmarklets/master/piano.js"})(); +javascript:(function(){var js=document.body.appendChild(document.createElement("script"));js.onerror=function(){alert("Sorry, the script could not be loaded.")};js.src="https://cdn.jsdelivr.net/gh/Krazete/bookmarklets/piano.js"})(); diff --git a/Toys/spotlight.js b/Toys/spotlight.js index c748fc0..739fb9c 100644 --- a/Toys/spotlight.js +++ b/Toys/spotlight.js @@ -1,3 +1,3 @@ //Shows a spotlight on the page -javascript:(function(){var js=document.body.appendChild(document.createElement("script"));js.onerror=function(){alert("Sorry, the script could not be loaded.")};js.src="https://rawgit.com/Krazete/bookmarklets/master/mouselight.js"})(); +javascript:(function(){var js=document.body.appendChild(document.createElement("script"));js.onerror=function(){alert("Sorry, the script could not be loaded.")};js.src="https://cdn.jsdelivr.net/gh/Krazete/bookmarklets/mouselight.js"})();