Update bookmarklet.js
This commit is contained in:
parent
92fff1cf2c
commit
bda16aedac
1 changed files with 2 additions and 2 deletions
|
|
@ -5,8 +5,8 @@ javascript: (function () {
|
||||||
var isOverview = document.location.href.match(/\/overview\b/);
|
var isOverview = document.location.href.match(/\/overview\b/);
|
||||||
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 = "https://raw.githubusercontent.com/saandman/PowerDeleteSuite/master/powerdeletesuite.js?" + (new Date().getDate());
|
// var cachBustUrl = "https://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