Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tutor-shot-extension
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ramdayal Munda
tutor-shot-extension
Commits
7a221691
Commit
7a221691
authored
Jul 13, 2024
by
Pragati Upadhyay
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change test url
parent
506b1999
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
background.js
background.js
+1
-1
content.js
content.js
+2
-2
manifest.json
manifest.json
+1
-1
popup.js
popup.js
+1
-1
No files found.
background.js
View file @
7a221691
var
getUserDetails
=
null
!
function
()
{
var
origin
=
"https://
begenieus.online
"
var
origin
=
"https://
test.begenieus.com
"
var
tutorShotId
=
null
var
imageNumber
=
0
;
var
recording
=
false
;
...
...
content.js
View file @
7a221691
...
...
@@ -6,7 +6,7 @@ var floatingBar = null;
var
startingOverlay
=
null
;
var
finalizingOverlay
=
null
;
var
overlayInterval
=
null
;
const
origin
=
"https://
begenieus.online
"
const
origin
=
"https://
test.begenieus.com
"
var
userDetails
=
{};
var
btn
=
{};
var
tutorShotOid
=
null
;
...
...
@@ -330,7 +330,7 @@ window.addEventListener('mousedown', async function (e) {
width
:
document
.
body
.
clientWidth
,
},
tagName
:
e
.
target
.
tagName
,
text
:
e
.
target
.
innerText
,
text
:
e
.
target
.
innerText
.
substr
(
0
,
100
)
,
url
:
location
.
href
,
origin
:
location
.
origin
,
}
...
...
manifest.json
View file @
7a221691
...
...
@@ -2,7 +2,7 @@
"manifest_version"
:
3
,
"name"
:
"Tutor Shot"
,
"version"
:
"1.10"
,
"description"
:
"Capture web-page screenshots instantly with a single click. They're saved to your account at https://
begenieus.online
."
,
"description"
:
"Capture web-page screenshots instantly with a single click. They're saved to your account at https://
test.begenieus.com
."
,
"permissions"
:
[
"activeTab"
,
"storage"
...
...
popup.js
View file @
7a221691
!
function
()
{
const
origin
=
"https://
begenieus.online
"
const
origin
=
"https://
test.begenieus.com
"
const
api
=
axios
.
create
({
baseURL
:
`
${
origin
}
/api`
,
// the base URL for nodeserver is okay but NGINX is giving error
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment