mirror of
https://github.com/QuiteAFancyEmerald/Holy-Unblocker.git
synced 2025-05-16 13:10:00 -04:00
Minor Fixes
This commit is contained in:
parent
48050f57f7
commit
c694fa8154
8 changed files with 9 additions and 10 deletions
|
@ -206,7 +206,7 @@ $('thepond').onclick = function() {
|
|||
var url = $('url').value;
|
||||
var det = document.domain;
|
||||
var domain = det.replace('www.', '').split(/[/?#]/)[0];
|
||||
frame.src = "https://" + domain + "/archive/g/thepond/index.html";
|
||||
frame.src = "https://" + domain + "/archive/g/pond/index.html";
|
||||
frame.style['visibility'] = "visible";
|
||||
frame.setAttribute('allow', 'fullscreen');
|
||||
frame.setAttribute('sandbox', 'allow-same-origin allow-scripts allow-popups allow-forms');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue