source code of a website that is blocked access to right click and Source code

Advertisements I wanna see the source code of this website but I can’t right click or anything! can someone help me with it? website link: https://vcard2.themefix.ir/full-rtl/about.html >Solution : While a page can intercept and block clicks and keystrokes on the page itself, it can’t do the same for actions outside the page. Focus on something… Read More source code of a website that is blocked access to right click and Source code

Can I run JavaScript in the browser without HTML? Why/Why Not?

Advertisements I’m new to web development and I’m wondering if it’s possible to run a JavaScript file in the browser without using HTML and a <script> tag, and without using a framework. I’m only asking because in React (using create-react-app), the index.js file just runs in the browser without any HTML file loading it in.… Read More Can I run JavaScript in the browser without HTML? Why/Why Not?

Parameter can not be passed from react route to react Component

Advertisements I have tried the previous solutions but it seems that the v6 of react-dom is not working that way. I can not pass the id from the path to the component. app.js import Container from ‘react-bootstrap/Container’ import Footer from ‘./components/Footer’; import Header from ‘./components/Header’; import ‘./index.css’; import {BrowserRouter as Router, Routes, Route} from ‘react-router-dom’… Read More Parameter can not be passed from react route to react Component