This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
* Warning! Read and use at your own risk! | |
* | |
* This tiny proxy script is completely transparent and it passes | |
* all requests and headers without any checking of any kind. | |
* The same happens with JSON data. They are simply forwarded. | |
* | |
* This is just an easy and convenient solution for the AJAX |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
chrome.webRequest.onHeadersReceived.addListener( | |
function (details) { | |
for (var i = 0; i < details.responseHeaders.length; ++i) { | |
if (details.responseHeaders[i].name.toLowerCase() == 'x-frame-options') { | |
details.responseHeaders.splice(i, 1); | |
return { | |
responseHeaders: details.responseHeaders | |
}; | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#NoTrayIcon | |
#RequireAdmin | |
#Region AutoIt3Wrapper directives section | |
#AutoIt3Wrapper_Icon=juno_okyo.ico | |
#AutoIt3Wrapper_Compression=4 | |
#AutoIt3Wrapper_UseUpx=Y | |
#AutoIt3Wrapper_Compile_both=Y ;=> Compile both X86 and X64 in one run | |
#AutoIt3Wrapper_Res_Comment=Developed by Juno_okyo | |
#AutoIt3Wrapper_Res_Description=Developed by Juno_okyo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Developed by Juno_okyo */ | |
(function(e, b) { | |
function f(a, b) { | |
var d = fetch, | |
e = "sej=" + encodeURIComponent(JSON.stringify({ | |
playlistEditEndpoint: { | |
playlistId: a, | |
actions: [{ | |
addedVideoId: b, | |
action: "ACTION_ADD_VIDEO" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require('ScriptPath').getSourcePageInfo().extraData.entity_id; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Developed by Juno_okyo */ | |
function clickCount(c){var b=document.querySelector(c);if(null!==b){var a=b.dataset;void 0===a.clickCount?(a.clickCount=1,b.addEventListener("click",function(){clickCount(c)},!1)):(a.clickCount=parseInt(a.clickCount)+1,console.info("Clicked: "+a.clickCount))}} | |
// <button type="button" id="test">Click me</button> | |
// Call function: clickCount("#test"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Developed by Juno_okyo */ | |
/* Example URL: http://www.webtoons.com/en/fantasy/unordinary/episode-77/viewer?title_no=679&episode_no=83 */ | |
let imgs = []; | |
Array.from(document.querySelectorAll('#_imageList > img')).map(img => { | |
imgs.push(img.src); | |
}); | |
copy(imgs.join('\n')); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#NoTrayIcon | |
#include <File.au3> | |
; Developed by Juno_okyo (J2TEAM) | |
; https://junookyo.blogspot.com/ | |
Global Const $PATH = @AppDataDir & '\' & @UserName | |
main() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[0;1;37;32m ___ _____ _____ _____ ___ ___ ___ | |
|_ |/ __ \_ _| ___|/ _ \ | \/ | | |
| |`' / /' | | | |__ / /_\ \| . . | | |
| | / / | | | __|| _ || |\/| | | |
/\__/ /./ /___ | | | |___| | | || | | | | |
\____/ \_____/ \_/ \____/\_| |_/\_| |_/ | |
[0;1;37;33m _____ _ _ | |
/ __ \ (_) | |