Update bookmarklet.js
typo in url
This commit is contained in:
parent
77d90a7232
commit
92fff1cf2c
1 changed files with 1 additions and 3 deletions
|
|
@ -6,9 +6,7 @@ javascript: (function () {
|
||||||
if (isReddit && isOverview) {
|
if (isReddit && isOverview) {
|
||||||
var cachBustUrl = `?${new Date().getDate()}`;
|
var cachBustUrl = `?${new Date().getDate()}`;
|
||||||
// var cachBustUrl = 'https://raw.githubusercontent.com/j0be/PowerDeleteSuite/master/powerdeletesuite.js?' + (new Date().getDate());
|
// var cachBustUrl = 'https://raw.githubusercontent.com/j0be/PowerDeleteSuite/master/powerdeletesuite.js?' + (new Date().getDate());
|
||||||
var cachBustUrl =
|
var cachBustUrl = "https://raw.githubusercontent.com/saandman/PowerDeleteSuite/master/powerdeletesuite.js?" + (new Date().getDate());
|
||||||
"hhttps://raw.githubusercontent.com/saandman/PowerDeleteSuite/master/powerdeletesuite.js?" +
|
|
||||||
new Date().getDate();
|
|
||||||
fetch(cachBustUrl)
|
fetch(cachBustUrl)
|
||||||
.then(function (response) {
|
.then(function (response) {
|
||||||
return response.text();
|
return response.text();
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue