User Controls
Just a reminder to turn javascript OFF
-
2020-07-23 at 10:18 AM UTCNo fucking way am I cool with any site that has "javascript tracker" in the sources field. Fuck. That.
-
2020-07-23 at 10:18 AM UTClol wut?
-
2020-07-23 at 10:20 AM UTCExplain
-
2020-07-23 at 10:32 AM UTC
-
2020-07-23 at 10:33 AM UTC;(function() {
function encodePostData(data) {
var pairs = [];
for (var key in data) {
pairs.push(encodeURIComponent(key) + '=' + encodeURIComponent(data[key]));
}
return pairs.join('&');
}
window.addEventListener('load', function() {
var data = {
path: document.location.pathname,
csrfmiddlewaretoken: window._houston.csrfToken
};
var xhr = new XMLHttpRequest();
xhr.open('POST', window._houston.pageViewURL, true);
xhr.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
xhr.send(encodePostData(data));
});
})();
?? -
2020-07-23 at 10:34 AM UTCwhere do u right click at and can i do that from my phone somehow?
-
2020-07-23 at 10:42 AM UTCright click anywhere and no you can not do it on your Iphone or from Europe.
-
2020-07-23 at 11:20 AM UTChttps://chrome.google.com/webstore/detail/privacy-badger/pkehgijcmpdhfbdbbnkijodmdjhbjlgp
If you use android, use firefox. that way you can do dope shit like listen to youtube with no ads while texting, if use ublock.
If you use an iphone, kill yourself. -
2020-07-23 at 12 PM UTCnobody cares cock nose
-
2020-07-25 at 3:23 PM UTCGo for it, ISS is designed to work with javascript off. There's a toggle in your user settings to disable JS, you don't have to use it but it'll make the no-js experience slightly better (as I recall making spoilers work is the big one). If you're interested in the tracker the code is here:
https://github.com/lanny/houston
It records page views and UA strings for analytics, and that's about it. -
2020-07-25 at 3:29 PM UTC
Originally posted by Lanny Go for it, ISS is designed to work with javascript off. There's a toggle in your user settings to disable JS, you don't have to use it but it'll make the no-js experience slightly better (as I recall making spoilers work is the big one). If you're interested in the tracker the code is here:
https://github.com/lanny/houston
It records page views and UA strings for analytics, and that's about it.
whats the purposes of analytics ? -
2020-07-25 at 3:32 PM UTC
-
2020-07-25 at 3:34 PM UTC
-
2020-07-26 at 12:40 AM UTC
Originally posted by vindicktive vinny and what do you do / are done once crawler behaviors are understood and user agents compositions are known ?
Block a couple of crawlers that are particularity rude on rate limiting or don't follow robots.txt (oh boy, hope t2k1 doesn't read this) and UA distribution informed what client side features I can add -
2020-07-26 at 12:43 AM UTCWhy can't we all just get along?
-
2020-07-26 at 2:36 AM UTC
-
2020-07-26 at 1:16 PM UTCFuck you lanny, why don't you want us knowing that you did 9/11?
Originally posted by BeigeWarlock it can retro delete a webpage or text file. it's seen as a simple text file (non executable) but is somehow programmed to have a timer or backdoor to allow the person who posted it to erase it at a later time.
I think Trump recently got into it with Spez on Reddit for deleting out a AMA post or something on Trumps personal account.
I believe the defense for Spez was "It was a robot.txt" as if to suggest trump or a staff/employee of his deleted it or Trump himself.
not sure if I got that story right about Trump but in general that is what robot text is. and when I was booted and IP banned.. the page first said "you're banned".. with a robot.txt on the page. that's the first time I learned about it. forgot about it and came across it years later to find out what again it was.
And it also is supposed to block crawlers. but archive was different. it didn't prnt copy it made it's own web pages in Im guessing it's own proprietary version of html. so it was able to snapshot and remake the pages. those pages were later removed. perhaps the language didn't matter because either robot.txt took care of it (meaning someone backdoor into it) or someone at archive.org removed them.