Showing posts with label Chrome. Show all posts
Showing posts with label Chrome. Show all posts

Thursday, 10 February 2022

Alternative Search Engine

Add The #ALTNEWS Search Engine To Your Site

By Dark Politricks

UPDATE 3rd March 2022 - SORRY But GOOGLE has removed my #ALTNEWS search engine with no reason given. It may be due to the alternative content delivered, the ease of getting opposite points of view from shadow-banned sites, or it may be something else. 

However, I urge you to read an earlier article about me wanting to create a REAL #ALTNEWS search engine like I used to own. However, for that I need servers and time to code it - want to help me? Any offer is appreciated!

I apologise for the inconvenience that some of you who have been using it must be feeling. I hope to get a real search engine up as soon as possible.

You might have seen my search engine bar at the top of the site with the words "Search the #Altnews Database, to just search this site add +darkpolitricks.com" in bold.

This is a JavaScript based Google search engine that only searches the list of sites I have given it. So far I am working off the main sites from the list of 550+ sites they don't want you reading about or linking to which for some reason includes mine. You can read all about the list of 550+ sites they want to ban you from reading here.

Now you may just want to visit me and use the search bar on my site to search these sites, or you may want to bookmark a direct link to this search engine which I do on my browsers. 

If so just go to this URL and bookmark it as "ALT News" or "ALT Search" or something like that.


However, if you want to add the search engine to your own site or blog which would really be nice as it would mean that the news from these sites is more accessible despite Google's attempt to de-rank the sites. For example, my own site used to be top of Google for search terms like:
However, I am not anymore due to Google pushing me down the rankings. Luckily I am still at the top for some searches like "A Guide To No Comment Interviews" but I hold no hope of staying there. 

So until I can get the resources together to actually build my own search engine which I did use to have until the server hosting my "Super Search" ( which scanned both Google, Bing and Yahoo for the search terms going through 3 random proxies so that there was no log files or traces of your search terms, plus I removed all the JavaScript code that logs clicks, tracks you, as well as removing any results from known establishment sites like CNN, BBC, FOX etc ), took it down, then the best I can do is work with the devils own tools to create a custom Google Search Engine that only looks at certain sites.

I don't include YouTube.com but I do include Bitchute.com, BrandNewTube.com, and Rumble.com for videos, and as for other sites on the banned list, I don't choose all right or left-wing outlets but just those that appear on the ban list and alternative sites that people recommend to me. 

Some of the main ones apart from my own are:
And many others, to check news just from a certain site as my example text in the box shows, you just add a plus sign around the domain of the site you want. 

For example to see all videos on bitchute.com about WTC7 collapse you would enter WTC7 Collapse +"bitchute.com" this way you can narrow down searches to a specific site.

Remember!!!

If you find that any important sites are missing, whether they are left-wing, right-wing or anarchist or just alternative sites that may have been "cancelled" or de-ranked, then please ensure that they still exist, e.g one of the big ones PrisonPlanet.com no longer exists after Alex Jones's cancellation across the board, and please add a request in a comment on one of my posts, preferably this one, to add the site once you are sure it doesn't exist in my search engine

A quick way to find out whether a site does or does not exist is to just search for the domain name e.g +"infowars.com"

So the more people who use this search engine the better for alternative news the authorities don't want us to read. If you have your own site or blog then you can help out by adding the search engine into your own site with the following code.

This way the more people who add the search engine, the more chances people have of reading alternative news that is being hidden from the masses.

How To Add The ALTNews Search Engine To A Site

The first thing you need to do is add the following code into your site which loads up the search bar and places it into the div with the class, "gcse-search". In your browser turn on the developer toolbar, usually under any browser's settings menu option, then More Tools > Developer Tools. This should open up a new panel in your browser at one side of the screen or at the bottom.

You will see when inspecting the search box once loaded, that it is actually given an ID of gsc-iw-id1. This is important if you want to target the box and style the font or add wording like I have inside my version on this site. I will show you how to do this a little bit down the page.
<script async src="https://cse.google.com/cse.js?cx=005138288515408039386:xatdxpwn9on"></script>
<div class="gcse-search"></div>

Also, you need to make sure your site has the following heading settings for maximum compatibility with HTML 5 browsers, which most people should be using by now. If anyone is using IE still then they need to really update to a standards-compliant browser such as Firefox or all the Chromium-based browsers such as Microsoft's EDGE, Chrome, Opera, or Brave.

<!DOCTYPE html>
<meta name="viewport" content="width=device-width, initial-scale=1">

If you want to add some text into it like I do to inform people what the search bar is for, that toggles on/off whenever you click inside the box, and returns the text when you come out of it, then you need to place some extra JavaScript somewhere on your page. 

If you are using widgets then add a JavaScript/Text widget to the bottom of your layout as you will need to add some JavaScript code inside it that will target the box by its ID, add text inside and make it bold. 

Plus you will need to add event handlers that will remove the text when you put your cursor inside (called "focus"), and also return this text when you come out of the box (called "blur") - or in IE's old JScript language, "onfocus" and "onblur".

I use a window.onload event to make sure all external objects from Google such as the search bar  has loaded before I attempt to add wording inside of the box, otherwise, you may cause a JavaScript error by attempting to get a reference to the search bar when it has not been loaded into the HTML page yet.

I first add a helper function with a single letter G, (for GetMe), and I point it towards the document.querySelector function. This way we can easily target the search engine with CSS selectors, IDs, or an elements Class.

G = function(v){return document.querySelector(v)};

Now we add the code that puts the wording into the text box when the page loads and disappears when you enter it to add your own search, and re-appears when you come out. 

You can obviously change this wording to whatever you want but ensure it is worded the same everywhere it appears in the code.

window.addEventListener("load", function() 
{
	if(G("#gsc-i-id1")){
		G("#gsc-i-id1").value = "Search the #Altnews Database, to just search this site add +yourdomain.com";
G("#gsc-i-id1").style.fontWeight="bold";
	}
	G("#gsc-i-id1").addEventListener("focus",function(){
		G("#gsc-i-id1").value="";
	});
	G("#gsc-i-id1").addEventListener("blur",function(){
		if(G("#gsc-i-id1").value==""){
			G("#gsc-i-id1").value = "Search the #Altnews Database, to just search this site add +yourdomain.com";
G("#gsc-i-id1").style.fontWeight="bold";
		}
	});	
});

And that should be it, whether you are using WordPress, Blogger, or your own code you can now add the #ALTNews Search Engine to your own site and help us find articles that the establishment and their Silicon Valley lackeys are trying to hide from people much more easily.

Remember to let me know of any sites I may have missed in any comments if you are using it!

By Dark Politricks

© 2022 Dark Politricks

Saturday, 28 December 2019

How Google Listens To You All The Time & Why You Should Remove Google Chrome

Remove Google Products From Your PC To Speed It Up And Stop It listening To You All The Time.....



By Dark Politricks

If you read a recent article on speeding up your PC you might be interested in the fact that the other day I removed Google Chrome and now my PC is fast as road runner..

After removing Google Chrome I noticed an increase in page loading and application speed and I have switched to using 3 browsers instead Firefox, Opera and TOR Browser.

Not only has removing Google Chrome from my laptop has sped it up immensely but if anyone has been paying attention, Google is an evil company (they had to remove that it didn't do evil from their motto), that is hooked into nearly every smart phone measuring when you sleep, walk, drive, the current temperature as well as listening to everything you say just in case it wants to be helpful.

I cannot count the number of times that I have been watching a football match streamed from my phone to my TV and then Google pops up to ask "What would you like to know about Man UTD" or some other nonsensical question I didn't want it to help me with in the first place.

This obviously means it is listening to you ALL THE TIME, otherwise it would not know when to offer help.

If you read the Terms and Conditions on your smart phone then you will see under privacy, a mile down the long winded notes, a section about how they are allowed to listen to you and send off the content to "unspecified 3rd parties", content that "may" improve their service as well as helping these unspecified 3rd parties.

These unspecified parties maybe Google AdSense to show more relevant adverts by listening to the surrounding sound around the phone and then translating that to adverts you will see online.  

Or it maybe listening for more illicit speech that it can send local police enforcement or even the numerous 3 letter agencies in the UK and USA.

Will Binney from the NSA who was arrested for going public about the Prism program he had written and Edward Snowden had stolen to expose, told us about how he had designed it for spying on the Soviets in communist USSR. However once the cold war was over they flipped the script and used it to spy on US citizens illegally instead. 

If you read up on the web tech companies that were first involved in the unknowing spying on users, then they were Microsoft, Yahoo, AOL, Facebook, Google, Apple, PalTalk, YouTube, and Skype.

The UK was used as a test bed due to our lack of a real bill of rights or constitution and therefore we here in UK are rats roaming a maze designed by the NSA all so they can catch the right words and tell the correct authorities if need be.

The main problem is that you cannot remove all Google products from Android phones and trying to do so will probably break your phone. Google is ingrained into most smart phones and almost impossible to remove totally. If you want an app you go to Google Play Store and trying to remove that from your phone would be a huge hassle.

Therefore I have done the logical thing due to the slowness of my PC and removed Google Chrome from it. 

Not only has it sped up my laptop but it means Google searches are no longer logged and kept for years as I now use DuckDuckGo or TOR Browser to surf the net. 

Even the browser Opera has a mini "VPN" built into it which goes through a proxy computer before the site you wanted to visit, hiding your real IP address, and making you look like you are in Germany or Bulgaria.

Just try Opera and then go to this site https://manytools.org/http-html-text/http-request-headers/ and see what headers and IP address you are showing to websites and servers who are looking to log your devices details.



In another tab either type in the search box "Where am I now geo-IP" or just go to this link and you will see information like the results below when I just tested it with a new instance of Opera. My real IP is 86.164.1.XXX by the way.
However viewing my IP address on Opera with that search term or a header search reveals my location to be elsewhere from South East England. In fact they show me to be in the Scandinavian region of Europe with an IP address of 77.111.247.188.


If you want more details on why Google is evil and Youtube is broken then read and watch the video on my recent article.

However if you don't care about Google working with the NSA and GCHQ and listening to you all the time through your phone and just want a faster PC, try removing Google Chrome from your machine and using another browser instead.

Opera's "VPN" may not be a real VPN but rather just a proxy server it passes your data request through before displaying the page you want, but it is better than nothing.

Having a real VPN installed on your PC is a much better idea if you can afford it and you can set your VPN to have the IP address of the country you want. This is helpful if you are in a country that shows a limited selection of Netflix or Amazon Prime videos. With a VPN you can pretend to be in the country you want to be and access more content. If you are interested in this then read this article.

However whatever you want to do with your VPN you should still remove as many Google and Microsoft products from your PC, Phone and tablet as that is a good start to stop being listened and recorded constantly.



By Dark Politricks


© 2019 Dark Politricks