Skip to main content

Posts

Showing posts from February, 2021

Display Codes on website or Blogger with Copy Option ft. Prismjs.com

 Show Codes on website or Blogger with Copy Option ft. Prismjs.com Steps :-     1. Add PrismJS Library To Your Website .         (i)  Add CSS CDN . <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/CDNSFree2/PrismJS@latest/prism.min.css">        (ii) Add Javascript CDN <script src="https://cdn.jsdelivr.net/gh/CDNSFree2/PrismJS@latest/prism.min.js"></script>     2. Now, Use The Combo of <pre> and <code> Tag To Show Your Code . <pre> <code class="language-javascript"> function getParameterByName(name, url) { if (!url) url = window.location.href; name = name.replace(/[\[\]]/g, "\\$&"); var regex = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)"),

Unlock PDF or Remove Password From PDF File ft. ilovepdf.com

  Unlock Your PDF Here :-  https://www.ilovepdf.com/unlock_pdf Disclaimer  :- For Educational or Emergency Purpose .

AudiPlay Integration - Free HTML5 Audio Player

  AudiPlay - HTML5 Audio Player AudiPlay Integration - Free HTML5 Audio Player See GitHub :-  https://github.com/SH20RAJ/AudiPlay Steps To Integrate     Step 1 :-  Use  class = "audiplay"  in Your Audio Tag . HERE IS THE AUDIO TAG     <audio controls class="audiplay" > <source src="https://cdn.jsdelivr.net/gh/sh20raj/AudiPlay/Ark.mp3" type="audio/mp3"/> </audio> <!--Here is the Audio Tag Library--> Step 2 :- Add Javascript CDN Just Before  </ body > Tag HERE IS THE JAVASCRIPT CDN <script src="https://cdn.jsdelivr.net/gh/sh20raj/AudiPlay/audiplay.min.js"></script> <!--Here is the JavaScript Library--> You can also Use Style Attribute in your Audio Tag i.e. -:    style = " width: 700px; "  and You Will Get Responsive Audio Player . Before Adding AudiPlay - Free HTML5 Audio Player After Adding AudiPlay - Free HTML5 Audio Play

Get Image Hosting Using Google Photos - Free + Unlimited

 Get Image Hosting Using Google Photos - Free + Unlimited To Upload Local Photos From PC Steps :-          1. Go To Google Images ->             2.  Click on Search by Image  Click on Search by Image                3. Choose Upload an image and Upload your Image . Choose Upload an image and Upload your Image .          4. Now , Right Click on Image and Copy Image Address or Open Image In new Tab . Demo Image :-  https://lh3.googleusercontent.com/FkvVdGhP82v9aybAySwE-VsWiqd9QbcOP8M-_eLVcUaLZIJIvm5uUmwAg3PJhH4yJcXu0A=s85         5. Now , You are getting the Image But it is too small in Size . For Making The Size                     Bigger You Can see the last attribute in the url =s85 . Here 85 is Image size .                               Replace 85 From 1000 or any bigger number . To Get The maximum resolution                of the image . Demo :-  https://lh3.googleusercontent.com/FkvVdGhP82v9aybAySwE-VsWiqd9QbcOP8M-_eLVcUaLZIJIvm5uUmwAg3PJhH4yJcXu0A=s1 000 To Upload Web Phot

How To Update YouTube Title According To views and Likes on it

 How To Update YouTube Title According To views and Likes on it This Video Has x likes and y views - https://www.youtube.com/watch?v=4LCV2_Dz7j8 GitHub -> Method 1 Steps :-      1. Go Here To Google Scripts  .      2. Create a New Project . How To Update YouTube Title According To views and Likes on it - 1.png     3.  Go To Github Link  :-  https://github.com/SH20RAJ/YouTubeTitleUpdate/blob/main/Code.gs  and                Copy Whole Code For Code.gs Embed . How To Update YouTube Title According To views and Likes on it - 2.png      OR Here is The Code.gs Embed - You Can Also Copy From Here ...          4. Now , Delete All Code That are Present there Previously and Paste The New Code There ... Now , Delete All Code That are Present there Previously and Paste The New Code There ...     5. Now , Click on + sign on Services and Add YouTube V3 Data API . Now , Click on + sign on Services and Add YouTube  V3 Data API . Now , Click on + sign on Services and Add YouTube  V3 Data API .  

Create a Blogger Template Downloading Website In Blogger

 Create a Blogger Template Downloading Website In Blogger

Change Website's Title Using Using JavaScript

Change   See Demo on Repl.it :-  https://replit.com/@SH20RAJ/documenttitle#index.html Use This Code :- document.title To Get The Title of WebPage ... Set The Value of document.title Like This :- document.title = "New Title of Your Website" ; You can Use This in Onclick Event or in Settimeout Functions ... Video SEO Just After Uploading

jUnlimitmp3 - Convert Your GitHub MP3 to Free Unlimited Audio Storage and Bandwidth

  jUnlimitmp3 jUnlimitmp3 - Convert Your GitHub MP3 to Free Unlimited Audio Storage and Bandwidth   jUnlimitmp3 Website :-  https://junlimitmp3.blogspot.com/ See Video Documentation :-  GitHub Gives Unlimited Cloud Storage of Codes - See GitHub Doc You Can Create Unlimited Private and Public Repositories on Github . But the max-size of single file is 100mb . Here is a Sample Audio Fetched From :-  https://github.com/ToolsAde/blob/main/tags/About-Me.mp3 <iframe src="https://junlimitmp3.blogspot.com/?v=ToolsAde/junlimitmp3/About-Me.mp3" width="300px" ></iframe> Here is The Result -  You are Getting Unlimited Audio Storage Here Even if you  delete your audio from GitHub , your audio will still be saved Just Generate code from Here

Embed GitHub Repository Files into Your Blog or Website Using Gist-it

  Embed GitHub Repository Files into Your Blog or Website Using Gist-it Video Documentation :- See Demo :-      1. File URL :-  https://github.com/CXDI/ChatsDuringVideoMaking/blob/main/2021/02/how-to-remove-youtube-information-from.html 2. Embed Code :-  <script src = "http://gist-it.appspot.com/https://github.com/CXDI/ChatsDuringVideoMaking/blob/main/2021/02/how-to-remove-youtube-information-from.html" ></script> Preview :- I am sure that you here because, you have a situation that you need to embed a file from a github repository to your webpage/blog. right? I was in the same situation once, so I googled and got a perfect solution for my need and now for yours. Gist-it Gist-it  is your solution for it. A man named " Robert Krimen " is kind enough to create a application so that we can embed any file from github repository to our webpage/blog. You can do it as simple as in three steps, just like you embed a gist, hoping you are familia

How to get File Content Using JQuery

 How to get File Content Using JQuery Steps :-  Add This Code to Your Website and Set URL = What You Want to Read . Here Replace  Your Destination File URL    with Your Destination File  HERE IS THE FULL VIDEO CODE <div id="load-data"></div> <script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script> <script> $(document).ready(function () { $.ajax({ url: " Your Destination File URL ", type: "GET", success: function (data) { $("#load-data").html(data) ; } }) }); </script> Post Source :-  https://codexdindia.blogspot.com/2021/02/how-to-get-file-content-using-jquery.html

How To Remove YouTube Information From Embedded Videos

How To Remove YouTube Information From Embedded Videos Video Documentation :- With Used modestbranding=1 (Without Logo)    Have you ever embedded a video on your website, then found you wanted to remove the YouTube branding or other videos at the end? You can control this by adding parameters (i.e. passing information) to the end of the URL of the video. What Parameters To Use rel=0 This shows only related videos from the  same channel  as the video that was just played. Otherwise, YouTube will display any relevant, public video at the end of your video. controls=0 This hides the controls at the bottom of the video player. modestbranding=1 This hides the YouTube logo in the control bar (which would appear at the bottom of the video). Note: if you use this and controls=0, you'll still see "YouTube" in the bottom right where the controls would be. autoplay=1 This will automatically start playing the video. loop=1 This will automatically replay the video once finished. How

Random Posts