Skip to content
Open
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
2 changes: 1 addition & 1 deletion 3D Page.js
Original file line number Diff line number Diff line change
@@ -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"})();
2 changes: 1 addition & 1 deletion Games/Lupire.js
Original file line number Diff line number Diff line change
@@ -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"})();
2 changes: 1 addition & 1 deletion Games/TicTacToe.js
Original file line number Diff line number Diff line change
@@ -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"})();
2 changes: 1 addition & 1 deletion Toys/Piano.js
Original file line number Diff line number Diff line change
@@ -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"})();
2 changes: 1 addition & 1 deletion Toys/spotlight.js
Original file line number Diff line number Diff line change
@@ -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"})();