inline-console icon indicating copy to clipboard operation
inline-console copied to clipboard

Could we use this js as bookmarklet on ios?

Open ehaab opened this issue 7 years ago • 1 comments

Thanks for cool script. Could we use this script as bookmarklet?how?

Furthermore, i tried the console on ios 10 and the console never shows! Is there any problem with following setup ?

<html>
<head>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="./inline-console.js"></script>
<script src="./inline-console.min.js"></script>
</head>
<body>

<br>
Inline Js Console

</html>

ehaab avatar Jan 01 '18 06:01 ehaab

Using this as a bookmarklet is a cool idea. I'll have to look into that.

I have not messed with this in iOS 10 much, but let me try out your code and see if it works for me.

rwblackburn avatar Jan 11 '18 16:01 rwblackburn