Skip to main content

Posts

Showing posts with the label Tricks

Disable Right Click and Protect Images/Videos - Safeguarding Your Website Content

Title: Safeguarding Your Website Content: Various Methods to Disable Right Click and Protect Images/Videos In the digital age, protecting your website's content from unauthorized use is crucial. Whether you're a photographer, artist, or content creator, preventing visitors from easily copying or downloading your images, videos, and other media is essential to safeguarding your intellectual property. One common technique used to deter unauthorized access is disabling the right-click function. Here, we explore various methods to disable right-click functionality and protect your valuable content effectively. Why Disable Right Click? Disabling right-click functionality is a simple yet effective way to discourage users from easily accessing and copying your content. By removing the context menu that typically appears when users right-click on images or videos, you can prevent them from easily saving or copying your media files. While it's not foolproof protection, it serves

Google Drive Proxy Video Player - Bypass Limits - JW Player - Embed drive videos

GooDrive :- https://goodrive.stream/ Google Drive Proxy Player #1 :- https://youtu.be/9VQK8W2iUkg Dev.to Article

MediaFire: Unlimited File Storage online [TRICK] - Free Unlimited Cloud Storage (100%)

WhollyAPI ( Generate direct download link ) :- https://wholly-api.herokuapp.com/websites/mediafire.com/ Mediafire - Get Direct Download Link ( non expiring ) of files Shaswat Raj ・ Jun 11 ・ 1 min read #webdev #tutorial #productivity #discuss Dev.to Article

FamilyAlbum - Free Unlimited Storage - Share Family Photos and Videos - Auto-Organized Album

Website :- https://family-album.com Play Store :- https://play.google.com/store/apps/details?id=us.mitene Description from Play Store The best way to safely share and organize your family’s photos and videos. Unlimited storage, no ads, and it’s free! 3 Reasons to Start Your Album: 1) You’ll love it YOUR MEMORIES ON DISPLAY. Show off your photos and videos in a way that’s both beautiful and intuitive. Everything is automatically sorted by month, complete with your child’s age. Just swipe the screen to go back in time! UNLIMITED STORAGE. Back up all your memories for free. STREAMLINED SHARING. No more sharing the same photo with five different group chats. All your photos, all your videos, all your favorite people, all in one place. YOUR PRIVACY IS OUR PRIORITY. Your album is completely private. All content you upload to the app belongs to you, and it can only be viewed by you and the family and friends you invite. That also

Top 7 Websites For Free Instagram Followers and likes Without Login

Skweezer.net Popery.com Turbomedia.io Ininsta.com MrInsta.com Followers Gallery Idgiic.net Dev.to Article

Figure out if the device is a mobile or a desktop/laptop Using JavaScript

detectDeviceType() this function will return you a string value either "Mobile" or "Desktop".   const detectDeviceType = () => /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) ? 'Mobile' : 'Desktop'; // Example detectDeviceType(); // "Mobile" or "Desktop" See Demo on Codepen :- See the Pen Figure out if the device is a mobile or a desktop/laptop Using JavaScript by SH20RAJ ( @SH20RAJ ) on CodePen .

Unlimited Articles for Blogger/WordPress just copy paste html ft. dev.to

About Copyrights :- Actually we don't need it in the case or dev.to because dev.to itself provides an API that can be used to grab content from whole dev.to Articles content to our website. What do you think about it. Please reply Checkout the API docs and terms and say if still you will be not agree I will remove this content. Dev.to :-  https://dev.to/

Convert Markdown or md URL to HTML - MarkdownToHTML - Using JavaScript ft. showdownjs

Markdown is a lightweight markup language for creating formatted text using a plain-text editor. John Gruber and Aaron Swartz created Markdown in 2004 as a markup language that is appealing to human readers in its source code form. Wikipedia Using Markdown you will write(code) less and get more(static content). Code given below are basic JavaScript Codes. Easy to Understand you can modify it and make the functions more dynamic. We will Use - showdownjs  to do so :-  https://github.com/SH20RAJ/markdowntohtml   Here is the code you can use to change your markdown to HTML and show the html on your Website. <script src="https://cdn.jsdelivr.net/npm/showdown/dist/showdown.min.js"></script> <div id="mycontent"></div> <script> var converter = new showdown.Converter(); var md = '[**Showdown**](http://www.showdownjs.com) is *great*\n' + 'because:\n\n' +

Hide or show Elements in HTML Using JavaScript and Css

 Hide or show Elements in HTML Using JavaScript and Css Steps :- For This Firstly create a . hidden class where the css display property is set to " none ". <style> .hidden{ display:none; } </style> Then Using JavaScript we will toggle (add / remove) the hidden class from the element. So that results hiding and showing of the div/any other  element. Creating a JavaScript function to hide/show elements. <script> function hideunhide(a){ document.querySelector(a).classList.toggle('hidden'); } </script> This function takes a parameter ( queryselector ) and select the element and add or remove hidden from the class list of the element. If hidden is present it will remove and vice-versa .That's the work of toggle. See the Demo Below or on CXDI - Tutorials :-  https://tutorials.sh20raj.repl.co/hide-or-show-elements-in-html-using-javascript-and-css/ . Demo Codes :-  htt

How to embed google map in html/blogger using iframe

 How to embed google map in html/blogger using iframe Google Maps + Search the location on Google Maps. + Click on the Share Button. + Embed a map -> Select Size -> Copy the iframe HTML Code. + Use the html code to embed the map on your website or blogger.

How to add your Buy Me a Coffee button or widget to your site and collect money

  How to add your Buy Me a Coffee button or widget to your site and collect money ex -  https://www.buymeacoffee.com/sh20raj Add a Buy Me a Coffee button or widget on your websites and start receiving coffees from your fans and followers who love and appreciate your work. Here are the steps. Widget Login to your Buy Me a Coffee account Head over to your account dashboard Click on Widget generator to generate a widget Personalize the widget with a description, message and color you like Copy the HTML code and paste it before closing the head tag of your site. <head> //paste the code here </head> Button Click on Button generator to generate a button Personalize the button with the text, color, and font you like Copy the HTML code and paste it exactly where you need the button to appear (widgets, sidebars, etc.). Or head over to our Brand page and download the brand assets .

How to add Reaction buttons/bar in Blogger Posts or website - Sharethis - add Social Share buttons

 How to add Reaction buttons/bar in Blogger Posts or website - Sharethis - add Social Share buttons Sharethis Reaction Buttons  || Sharethis Home

Create Image Slider with custom css slider Using pre Tag 😇

Create Image Slider with custom css slider Using pre Tag 😇 Tutorials Reference | Pre Tag Create Image Slider Using </pre> Tag Create Image Slider Using </pre> Tag  Before After Custom Scrollbar CSS Code <style> pre::-webkit-scrollbar { width: 5px; } pre::-webkit-scrollbar-track { box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); } pre::-webkit-scrollbar-thumb { background-color: darkgrey; outline: 1px solid slategrey; } </style> A sample Code for Images <pre style="overflow:auto;"> <img src="https://i.imgur.com/IORqLPK.jpg"><img src="https://i.imgur.com/zBTIHbX.jpg"><img src="https://i.imgur.com/DLMqYn3.jpg"><img src="https://i.imgur.com/QfLxm5q.jpg"><img src="https://i.imgur.com/pMCaZjm.jpg"><img src="https://i.imgur.com/PfHCSYo.jpg">

Publish your Apk on Apkpure for free without/with playstore account

Publish your Apk on Apkpure for free without/with playstore published Note :- You Don't need a Google Play Store Account/App to Publish on ApkPure Go to Apkpure Developer Console Click on Add Application. Enter You App and Package name . Fill the whole details -> Go to Manage Versions -> Upload your app -> and Submit your app for Review. You app will be published to Apkpure if it will be approved. Link :-  https://apkpure.com/p/com.shade.desertroad3d

Bootstrap Tour Implementation : The easiest way to show people how to use your website.

Bootstrap Tour Implementation : The easiest way to show people how to use your website. Bootstrap Tour is a Good Free Altenative to Intro.js . See the Demo Here :-  http://bootstraptour.com/ . For adding this to your website you have to download it or use CDNs. Get CDNs From cdnjs . Put the Below CDNs in b/w <head> Tags. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-tour/0.12.0/css/bootstrap-tour-standalone.css" /> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-tour/0.12.0/js/bootstrap-tour-standalone.min.js" ></script> Setup your tour: // Instance the tour var tour = new Tour({ steps: [ { element: "#my-element", title: "Title of my step", content: "Content of

How TO - Redirect to Another Webpage Using Pure JavaScript

  How TO - Redirect to Another Webpage Using Pure JavaScript Source :-  https://www.w3schools.com/howto/howto_js_redirect_webpage.asp Learn how to redirect to another webpage using JavaScript. Redirect a Webpage There are a couple of ways to redirect to another webpage with JavaScript. The most popular ones are  location.href  and  location.replace : Example // Simulate a mouse click: window. location . href  =  "http://www.w3schools.com" ; // Simulate an HTTP redirect: window. location . replace ( "http://www.w3schools.com" ); Try it Yourself » Note:  The difference between href and replace, is that  replace()  removes the URL of the current document from the document history, meaning that it is not possible to use the "back" button to navigate back to the original document.

Setup/Add HTML Scripts ob Blogger | Install JS Games/ Viral Wishing Sites with mobile view | Switch to first Generation Theme | CXDI

Setup/Add HTML Scripts ob Blogger | Install JS Games/ Viral Wishing Sites with mobile view | Switch to first Generation Theme | CXDI

Convert Google Spreadsheet into database - Free MySQL Database from Google Sheets - Papa Parse

Convert Google Spreadsheet into database - Free MySQL Database from Google Sheets - Papa Parse papaparse - Convert Google Spreadsheet into database This is a new method after tabletop.js :-  https://github.com/jsoma/tabletop  easy way to get your spreadsheet into a json format. Tabletop was created in about 1995, back when we had to remember to disable call waiting when dialing into CompuServe. Now that it's 2020, Google is shutting down the infrastructure that Tabletop relies on. Big surprise, right? But luckily, it's pretty easy to switch to a more modern way of doing things! Instead of Tabletop, we're going to use Papa Parse . You still need to share your spreadsheet and all of that (see below), but the changes are actually pretty tiny!  Firstly You have to import Papa Parse CDN :- <script src="https://cdnjs.cloudflare.com/ajax/libs/PapaParse/5.3.1/papaparse.min.js"></script> Then Use it as JavaScript

Remote Upload on Archive.org - Free Unlimited Cloud Storage - Direct Download

Remote Upload on Archive.org - Free Unlimited Cloud Storage - Direct Download To Upload your Remote File/URL or Archive.org for free go to  https://archive.org/web/  and enter your file url or website url whatever you want to save on archive.  Previous Video :-  File Examples :- Software, Big Size PC Games  👑   Setup,  Video/Audio/Apk/PDF Files for Download, Big Zip Files, Big Script/Code Compressed Format, etc... Whatever you want to store. Note :- You can Clone your whole Website/Blog also for that particular time period. You can Also Short Your Long URL then enter it because the url will also reflect on the new url. shortened url Click on Save this url Click on Save and Tick all the parameters to save and wait for the downloading process. Now, It will take some time to save your file/website to archive.org server. or Use this URL Direct :-  https://web.archive.org/save/  and right click and copy your video/files link (Direct Download) Some Special Stuffs that you ca

Upload Videos to YouTube from Video URL

Upload Videos to YouTube from Video URL Firstly Make a Copy of the Script. (Google Script ) Then You will be able to edit and Upload Videos to YouTube from Video URL. Script Link :-  https://script.google.com/home/projects/1wchC88n7J5MXd59597-XL6B_gdmXnxDKLmrM9xyjNbzJ7BKqGk3MDLvO/ Upload Videos to YouTube from Video URL

Random Posts