This file contains 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
var tryCount = 0; | |
var minimalUserResponseInMiliseconds = 200; | |
function check() { | |
before = new Date().getTime(); | |
after = new Date().getTime(); | |
if (after - before > minimalUserResponseInMiliseconds) { | |
debugger; | |
//window.location.replace("http://www.google.co.in"); | |
self.location.replace(window.location.protocol + window.location.href.substring(window.location.protocol.length)); |
This file contains 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
ffmpeg -i kmn.mp4 -codec: copy -sn -start_number 0 -hls_time 10 -hls_list_size 0 -f hls "test/kmn.m3u8" | |
ffmpeg -i tt.mkv -profile:v baseline -strict -2 -level 3.0 -start_number 0 -hls_time 10 -hls_list_size 0 -f hls "test/tt.m3u8" | |
// -sn removes subtitles in input video | |
This file contains 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
<html> | |
<head> | |
<!--Load the AJAX API--> | |
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script> | |
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> | |
<script type="text/javascript"> | |
// Load the Visualization API and the piechart package. | |
google.charts.load('current', {'packages':['corechart']}); | |
This file contains 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 | |
echo uniqid(); | |
?> |
This file contains 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
JS : https://javascriptobfuscator.com/Javascript-Obfuscator.aspx | |
HTML : http://snapbuilder.com/code_snippet_generator/obfuscate_html_source_code/ | |
CSS : https://www.phpkobo.com/css-obfuscator | |
All above objuscators convert code to js |